Expand description
Common modules for Chrome
Structs§
- Auth
Challenge Response - Response to an AuthChallenge. AuthChallengeResponse
- Capture
Screenshot Params - Capture page screenshot. captureScreenshot
- Clip
Viewport - The view port clip for screenshots.
- Request
Intercept Configuration - Chrome request interception configurations.
- Screen
Shot Config - Screenshot configuration.
- Screenshot
Params - The screenshot params for the page.
- Viewport
- View port handling for chrome.
- WaitFor
- The wait for options for the page. Multiple options can be set. This does nothing without the
chromeflag enabled. - Wait
ForDelay - Wait for with a delay. Should only be used for testing purposes. This does nothing without the
chromeflag enabled. - Wait
ForIdle Network - Wait for network request with optional timeout. This does nothing without the
chromeflag enabled. - Wait
ForSelector - Wait for a selector with optional timeout. This does nothing without the
chromeflag enabled.
Enums§
- Auth
Challenge Response Response - The decision on what to do in response to the authorization challenge. Default means deferring to the default behavior of the net stack, which will likely either the Cancel authentication or display a popup dialog box.
- Capture
Screenshot Format - Capture screenshot options for chrome.
- Network
Intercept Manager - wrapper for non chrome interception. does nothing.
- WebAutomation
- Represents various web automation actions.
Functions§
- convert_
to_ trie_ automation_ scripts - Convert AutomationScripts to Trie.
- convert_
to_ trie_ execution_ scripts - Convert ExecutionScripts to Trie.
- set_
dynamic_ scroll - Set a dynamic time to scroll.
Type Aliases§
- Automation
Scripts - Automation scripts to run on the page when using chrome by url.
- Automation
Scripts Map - Automation scripts to run on the page when using chrome by url.
- Execution
Scripts - Execution scripts to run on the page when using chrome by url.
- Execution
Scripts Map - Execution scripts to run on the page when using chrome by url.