automationAllowed property
final
Enable or disable automation mode in the WebContext.
When automation is allowed, web pages can use the WebDriver API to automate interaction with the WebView. This is useful for testing and automation scenarios.
Officially Supported Platforms/Implementations:
- Linux WPE WebKit (Official API - webkit_web_context_set_automation_allowed)
Implementation
final bool? automationAllowed;