Bug 193142 - [WPE][GTK] WebKitWebView::is-controlled-by-automation documentation is incorrect
Summary: [WPE][GTK] WebKitWebView::is-controlled-by-automation documentation is incorrect
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: wpe-webdriver
  Show dependency treegraph
 
Reported: 2019-01-04 08:39 PST by Michael Catanzaro
Modified: 2020-09-23 14:48 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2019-01-04 08:39:34 PST
The documentation of WebKitWebView::is-controlled-by-automation says:

"""This should only be used when creating a new WebKitWebView as a response to “create-web-view” signal request."""

But this is wrong. According to Carlos Garcia, it needs to always be set when creating webviews in automation mode.