|
Molybden
|
The BrowserDelegates::onAlert action arguments. More...
#include <browser_delegates.hpp>
Public Attributes | |
| std::shared_ptr< Browser > | browser |
| The browser instance initiated this action. | |
| std::string | title |
| The localized dialog title. | |
| std::string | message |
The text passed to the window.alert() JavaScript function. | |
| std::string | ok_action_text |
| The localized text of the "OK" action. | |
| std::string | url |
| The URL of the web page that requested to display the alert dialog. | |
The BrowserDelegates::onAlert action arguments.