wallaby v0.19.1 Wallaby.Experimental.Chrome View Source
Link to this section Summary
Functions
See Wallaby.Experimental.Selenium.WebdriverClient.accept_alert/2
See Wallaby.Experimental.Selenium.WebdriverClient.accept_confirm/2
Invoked to accept all open dialogs
See Wallaby.Experimental.Selenium.WebdriverClient.accept_prompt/3
See Wallaby.Experimental.Selenium.WebdriverClient.dismiss_alert/2
See Wallaby.Experimental.Selenium.WebdriverClient.dismiss_confirm/2
Invoked to dismiss all open dialogs
See Wallaby.Experimental.Selenium.WebdriverClient.dismiss_prompt/2
Invoked to retrieve the size of the window
Invoked to set the size of the window
Invoked to start a browser session
Link to this section Functions
See Wallaby.Experimental.Selenium.WebdriverClient.accept_alert/2
.
See Wallaby.Experimental.Selenium.WebdriverClient.accept_confirm/2
.
Invoked to accept all open dialogs.
Callback implementation for c:Wallaby.Driver.accept_dialogs/1
.
See Wallaby.Experimental.Selenium.WebdriverClient.accept_prompt/3
.
See Wallaby.Experimental.Selenium.WebdriverClient.dismiss_alert/2
.
See Wallaby.Experimental.Selenium.WebdriverClient.dismiss_confirm/2
.
Invoked to dismiss all open dialogs.
Callback implementation for c:Wallaby.Driver.dismiss_dialogs/1
.
See Wallaby.Experimental.Selenium.WebdriverClient.dismiss_prompt/2
.
Invoked to retrieve the size of the window.
Callback implementation for c:Wallaby.Driver.get_window_size/1
.
Invoked to set the size of the window.
Callback implementation for c:Wallaby.Driver.set_window_size/3
.
Invoked to start a browser session.
Callback implementation for c:Wallaby.Driver.start_session/1
.