automationAllowed property

bool? automationAllowed
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:

Implementation

final bool? automationAllowed;