WebView.isControlledByAutomation

Get whether a #WebKitWebView was created with #WebKitWebView:is-controlled-by-automation property enabled.

Only #WebKitWebView<!-- -->s controlled by automation can be used in an automation session.

class WebView
bool
isControlledByAutomation
()

Return Value

Type: bool

true if web_view is controlled by automation, or false otherwise.