Skip to main content

All Questions

Tagged with
0 votes
0 answers
613 views

after npm install webdriverio ./node_modules/.bin/wdio: No such file or directory

I cannot find node_modules/.bin/wdio after having installed on W10. So, I cannot run Appium tests Thanks for any support Lorenzo
LorenzoGi's user avatar
  • 266
0 votes
1 answer
2k views

How to get pseudo elements in WebdriverIO+Appium

I want to get a value (content) from the CSS of a pseudo element (::before) while inside a test made using WDIO and Appium for an Android hybrid app because the designer has stored the current ...
Carolus's user avatar
  • 560
4 votes
2 answers
4k views

Webdriver.IO - check in a non-blocking way whether an element exists

Rookie question. I am using webdriver.io to write Appium end to end tests. I am using these commands to check the presence of an element: $(selector) browser.waitForVisible(selector, timeout, ...
Gabe's user avatar
  • 6,237