Questions tagged [webdriver-io-v4]

Use tag only for questions particular to problems with version 4 of WebdriverIO. Always add the general [webdriver-io] tag to your question.

Use tag only for questions particular to problems with version 4 of WebdriverIO. Always add the general tag to your question.

34 questions
0
votes
1 answer

Frontend e2e test - how to detect google map is initialised on selenium?

I am doing frontend e2e testing using WebDriverIo(4.13.2) with CucumberJs. And I am quite new to e2e testing. My app uses Google map and there are map markers. Basically, my e2e testing wants to do : Wait til Google map component initialised Search…
Téwa
  • 1,184
  • 2
  • 13
  • 19
0
votes
1 answer

I'm trying to login to Facebook. After a successful login, I get a browser popup:

I'm trying to login to facebook, after successful login; am getting one notification popup asking for allowing and block. I'm fine with either case. I am using webstorm IDE cucumber. I have already tried browser.alertDismiss(),…
Heenu Pathak
  • 148
  • 6
0
votes
1 answer

WebdriverIO: what is the equivalent of elementIdHtml?

How do I get an element's inner HTML from an elementId using browser object? Is there something like elementIdHtml available in the WebdriverIO API? The getHTML link for v4 is returning 403 Forbidden. my goal is that i need to get all text inside…
Rahadian Kumang
  • 591
  • 6
  • 15
-2
votes
1 answer

Android/IOS Mobile application test automation : need recommendation on which framework to use?

Appium with webdriver-io (javascript) or Appium with java, selenium is better for Mobile application testing? I am testing a mobile application which runs in both Android and IOS. Need to use the browserstack service to run the test suit in…
1 2
3