Skip to main content
Tooling
0 votes
2 replies
49 views

I’m looking for a way to programmatically toggle airplane mode and mobile data on iOS devices during my automation tests. Tech Stack: -Automation: WebdriverIO -Mobile automation: Appium -Platform: iOS ...
Ragul PR's user avatar
  • 414
0 votes
0 answers
30 views

I am testing a web UI using WebdriverIO, specifically an email send form. This test must ensure that the error helper text (like "email required") are displayed when submitting the form ...
NikcQ's user avatar
  • 1
0 votes
1 answer
72 views

I'm building an automation framework using Appium with WebdriverIO. The app isn't reading so I'm creating some quick tests to ensure the framework is robust. I've created a simple test to switch from ...
fypnlp's user avatar
  • 1,539
0 votes
0 answers
22 views

I'm running test suite using WebdriverIO framework on Windows 11. When test starts the Edge browser gets opened in app mode rather than browser mode. In app mode I cant maximize it and cant scroll the ...
Teja's user avatar
  • 31
0 votes
0 answers
54 views

I used to have a mock for external images during e2e tests const imageMock = await browser.mock('/my/company/resources/**', { method: 'get' }) await imageMock.respond(`${browser.options.baseUrl}/img/...
Piotr Słowik's user avatar
0 votes
0 answers
41 views

I have a test suite (webdriverio) which runs in headed mode outside of gitlab-runner. Whenever I put it into my pipeline, the tests become headless. That's generally okay, but I would need sometimes ...
SlightlyKosumi's user avatar
0 votes
0 answers
51 views

I created an automation testing framework for a client using WebDriver I/O and JavaScript. The BE lead helped me create the infrastructure needed to execute the tests on Docker. Now, due to client's ...
radui's user avatar
  • 101
0 votes
0 answers
112 views

I ran the following command in the terminal: npm init wdio@latest . -- --yes However, I encountered an error during the setup. Here’s what I’ve already tried: Updated Chrome browser to version 138.0....
Quỳnh Lữ Thị Thúy's user avatar
1 vote
0 answers
54 views

Getting error in chrome when i run webdriverio v8 test scenarios: out of memory Recently upgraded from node 16 to v20 and updated scripts to use imports as ESM standards and avoided require() ...
dheeraj's user avatar
  • 344
0 votes
1 answer
220 views

I encountered this error during our test execution and I cannot find an appropriate fix on the WebdriverIO documentation Error: WebDriver Bidi command "browsingContext.handleUserPrompt" ...
Kenneth Kim's user avatar
0 votes
1 answer
91 views

const el = browser.$('//android.view.View[@content-desc="Login"]'); await el.waitForDisplayed({timeout:5000}); if this snippet gets executed without shifting between apps, it works like a ...
Sameer Ahmad's user avatar
0 votes
0 answers
31 views

I am using webDriverIo with Cucumber frame work. I have a feature files with 4 scenarios each , now with exiting re-try option , if one scenario is failed out of 4 scenarios then all 4 scenarios are ...
Sushma Gaddam's user avatar
0 votes
0 answers
77 views

I'm encountering an issue while trying to revoke Android permissions using the mobile: changePermissions command in my Appium tests (using WebdriverIO). My goal is to programmatically revoke a ...
seelen's user avatar
  • 23
0 votes
0 answers
60 views

I'm writing an end-to-end test using Appium with WebdriverIO for an Android app built with Ionic/Capacitor. I'm trying to test offline behavior, specifically checking if the app can manually set a ...
seelen's user avatar
  • 23
0 votes
0 answers
43 views

I'm automating 2 hybrid apps, using the same driver. I have set apps in appium session capabilities settings like this: 'appium:app': app1path, 'appium:otherApp': [app2path] Now I need to do ...
May's user avatar
  • 167

15 30 50 per page
1
2 3 4 5
118