About 50 results
Open links in new tab
  1. How to access child element via wdio - Stack Overflow

    Nov 23, 2019 · How to access child element via wdio Asked 6 years, 1 month ago Modified 4 years, 6 months ago Viewed 8k times

  2. ERROR @wdio/runner: Error: Failed to create session

    Feb 21, 2022 · I have developed some cucumber tests succesfully passing and testing some urls with chrome. Nevertheless even though the tests succeed webdriver generates following errors when …

  3. is not recognized as an internal or external command - wdio

    Jun 1, 2022 · When I try to run the code ./node_modules/.bin/wdio config I have got this error: '.' is not recognized as an internal or external command, operable program or batch file.

  4. How do I get webdriverIO to use a specified chromedriver

    Jan 28, 2022 · I need my webdriver tests use a specified chromedriver in a directory. The problem is that when I run the tests it always uses a different chromedriver exe that was set as a default. Command: …

  5. ERROR @wdio/cli:utils: A service failed in the 'onPrepare' hook

    Jun 7, 2022 · Facing this issue and already post of similar doesn't have solution, So re-posting this again with more logs and info. Below is my wdio.conf.js file. const path = require ('path') exports.config = ...

  6. How to use localStorage.setItem () in WDIO? - Stack Overflow

    Jan 31, 2024 · 1 I want to interact with localStorage in browsers (Edge, Chrome) when testing by WDIO. For example, if I setItem into localStorage: In CYPRESS: window.localStorage.setItem(key, value) In …

  7. Getting an error when running "npx wdio config" - Stack Overflow

    May 6, 2021 · Seems to be a problem with the latest version of the @wdio/cli dependency. I solved the problem by using an older version and it works now ("@wdio/cli": "7.3.1"). Just add that dependency …

  8. How do i run 'tagged' scenarios with Cucumber tags in WebdriverIO

    Aug 19, 2020 · Hi _ if anyone can help here- I am trying to run a specific scenario by using Cucumber tags- this is the expression i am using to run the tests built with Webdriver- Cucumber framework- …

  9. selenium - WebdriverIO: How to read baseURL value from wdio.conf.js ...

    Jun 15, 2017 · wdio-v4 All the wdio.conf.js file attributes (basically the config object name-value pairs) are also stored inside the browser.options object. Thus, a more elegant approach to access your …

  10. Updated to wdio8. Running the automation is giving error webdriver ...

    Sep 9, 2023 · Capabilities in wdio.conf: capabilities: [{ // capabilities for local browser web tests browserName: browser, // or "firefox", "microsoftedge", "safari" browserVersion: 'stable' }], Earlier I …