mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 19:45:10 +00:00
LibWeb+LibWebView+WebContent+WebDriver: Implement Send Alert Text
This commit is contained in:
parent
f9b8742fff
commit
f7bb835d09
13 changed files with 70 additions and 0 deletions
|
@ -191,6 +191,11 @@ void WebContentClient::did_request_prompt(String const& message, String const& d
|
|||
m_view.notify_server_did_request_prompt({}, message, default_);
|
||||
}
|
||||
|
||||
void WebContentClient::did_request_set_prompt_text(String const& message)
|
||||
{
|
||||
m_view.notify_server_did_request_set_prompt_text({}, message);
|
||||
}
|
||||
|
||||
void WebContentClient::did_request_accept_dialog()
|
||||
{
|
||||
m_view.notify_server_did_request_accept_dialog({});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue