File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ npm install @wdio/devtools-service
9494npm install @wdio/nightwatch-devtools
9595```
9696
97- ** Selenium WebDriver (any runner — Mocha / Jest / Cucumber / plain Node) :**
97+ ** Selenium:**
9898``` bash
9999npm install @wdio/selenium-devtools
100100```
@@ -156,7 +156,7 @@ packages/
156156├── service/ # WebdriverIO service and reporter
157157├── script/ # Browser-injected trace collection script
158158├── nightwatch-devtools/ # Nightwatch adapter plugin
159- └── selenium-devtools/ # Selenium WebDriver adapter plugin (runner-agnostic)
159+ └── selenium-devtools/ # Selenium WebDriver adapter plugin
160160```
161161
162162## Contributing
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/devtools-app" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.4.0 " ,
44 "description" : " Browser devtools extension for debugging WebdriverIO tests." ,
55 "type" : " module" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/devtools-backend" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 1.4.0 " ,
44 "description" : " Backend service to spin up WebdriverIO Devtools" ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/devtools-script" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " Script to be injected into a page to trace the page" ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/devtools-service" ,
3- "version" : " 10.3.1 " ,
3+ "version" : " 10.4.0 " ,
44 "description" : " Hook up WebdriverIO with DevTools" ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments