-
-
Notifications
You must be signed in to change notification settings - Fork 741
feat: wdio with devtools protocol #4105
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Hi @kobenguyent |
yes that's possible when using devtools protocol -> https://github.com/codeceptjs/CodeceptJS/pull/4105/files#diff-7d8b1b9f1557e5e6307a9f1a97c1cbf9731239061de79bd62d452f39510dee65R1142 |
Can you please share an example, and what prerequisites are needed here? "codeceptjs": "^3.5.11", Capabilities set to |
sure @autotest-web once this PR is merged and released, in your WebDriver config
|
Hi @kobenguyent |
Hey @autotest-web usually, we'd to release regularly however due to many factors that won't happen as expected. So we will announce the release once it happens. |
Hi @kobenguyent |
I'm eager, too. |
Hey With the latest version 3.5.12-beta.1 can you please help me here? |
|
@kobenguyent Is there a way to simulate location changes for testing URLs by mocking the location? |
Nice! Glad that you made it. Regarding the url changes I think that's related to the IP detection. |
Is it possible with geolocation? We want to test based on location |
Hi @kobenguyent ![]() |
webdriverio/webdriverio#7551 (comment) Per wdio, there is no chance to implement this command using DevTools and Puppeteer (which drivers CDP). |
Motivation/Description of the PR
Running with devtools protocol
Applicable helpers:
Type of change
Checklist:
npm run docs
)npm run lint
)npm test
)