mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
LibWeb+WebContent+WebDriver: Implement Accept Alert
This commit is contained in:
parent
7cf2feb047
commit
3e7d633954
9 changed files with 45 additions and 0 deletions
|
@ -56,6 +56,7 @@ public:
|
|||
bool has_pending_dialog() const { return m_pending_dialog != PendingDialog::None; }
|
||||
PendingDialog pending_dialog() const { return m_pending_dialog; }
|
||||
void dismiss_dialog();
|
||||
void accept_dialog();
|
||||
|
||||
private:
|
||||
// ^PageClient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue