spider::features

Module chrome_common

Source
Expand description

Common modules for Chrome

Structs§

AuthChallengeResponse
Response to an AuthChallenge. AuthChallengeResponse
CaptureScreenshotParams
Capture page screenshot. captureScreenshot
ClipViewport
The view port clip for screenshots.
RequestInterceptConfiguration
Chrome request interception configurations.
ScreenShotConfig
Screenshot configuration.
ScreenshotParams
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 chrome flag enabled.
WaitForDelay
Wait for with a delay. Should only be used for testing purposes. This does nothing without the chrome flag enabled.
WaitForIdleNetwork
Wait for network request with optional timeout. This does nothing without the chrome flag enabled.
WaitForSelector
Wait for a selector with optional timeout. This does nothing without the chrome flag enabled.

Enums§

AuthChallengeResponseResponse
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.
CaptureScreenshotFormat
Capture screenshot options for chrome.
NetworkInterceptManager
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§

AutomationScripts
Automation scripts to run on the page when using chrome by url.
AutomationScriptsMap
Automation scripts to run on the page when using chrome by url.
ExecutionScripts
Execution scripts to run on the page when using chrome by url.
ExecutionScriptsMap
Execution scripts to run on the page when using chrome by url.