-
Hi, is it possible to use wdio with devtools protocol, or is webdriver the only one supported? |
Beta Was this translation helpful? Give feedback.
Answered by
rdpanek
Dec 15, 2022
Replies: 1 comment
-
Hi, yes, all editions of Canarytrace support devtools https://webdriver.io/docs/devtools-service/ because Canarytrace use it. // config/wdio/wdio.conf.js
...
services: [
['devtools'],
[WdioElasticReporter, {someOption: 'foobar'}],
[WdioPerformanceEntries, {someOption: 'foobar'}],
[WdioSaveToElasticsearch, {someOption: 'foobar'}],
... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ludeknovy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, yes, all editions of Canarytrace support devtools https://webdriver.io/docs/devtools-service/ because Canarytrace use it.