summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/doc/src/webengineview_lgpl.qdoc
diff options
context:
space:
mode:
authorBenjamin Terrier <b.terrier@gmail.com>2023-04-24 08:51:01 +0000
committerBenjamin Terrier <b.terrier@gmail.com>2023-05-31 16:42:37 +0000
commit1aa2a71e33bf53b08f041e2d0b504b56bb4e825e (patch)
tree617e95eb341340afff15e99d699e50032edfb857 /src/webenginequick/doc/src/webengineview_lgpl.qdoc
parent98c84d8d7a4ef4a308b1a75f90ff075135995c60 (diff)
Add QWebEnginePage::devToolsId()
[ChangeLog][WebEngineCore] Add QWebEnginePage::devToolsId() [ChangeLog][WebEngineView] Add devToolsId property Change-Id: I16e8a27d595b010239557c2a3af2d3b39976cd46 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/webenginequick/doc/src/webengineview_lgpl.qdoc')
-rw-r--r--src/webenginequick/doc/src/webengineview_lgpl.qdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/webenginequick/doc/src/webengineview_lgpl.qdoc b/src/webenginequick/doc/src/webengineview_lgpl.qdoc
index 4dc99f00b..16c5b07f6 100644
--- a/src/webenginequick/doc/src/webengineview_lgpl.qdoc
+++ b/src/webenginequick/doc/src/webengineview_lgpl.qdoc
@@ -1304,6 +1304,20 @@
*/
/*!
+ \qmlproperty WebEngineView WebEngineView::devToolsView
+ \since QtWebEngine 6.6
+ \readonly
+
+ The id of the developer tools host associated with this page.
+
+ If remote debugging is enabled (see \l{Qt WebEngine Developer Tools}), the id can be used to
+ build the URL to connect to the developer tool websocket:
+ \c{ws://localhost:<debugggin-port>/devtools/page/<id>)}. The websocket can be used to to interact
+ with the page using the \l{https://chromedevtools.github.io/devtools-protocol/}{DevTools
+ Protocol}.
+*/
+
+/*!
\qmlmethod WebEngineAction WebEngineView::action(WebAction action)
\since 5.12