QAAutomationNube

Results 4 comments of QAAutomationNube
trafficstars

@christian-bromann how can we restrict the selenium-standalone-service to download only the chrome and not edge? My Browser config does not have anything related to edge driver but it still says...

@misjorge I have implemented below work around and it works fine for me "chromedriver": "^98.0.0", "wdio-chromedriver-service": "^7.2.8", 2. Update serivices with 'chromedriver' in wdio.conf.js services: ['selenium-standalone'] with services: [['chromedriver']] I...

@Gaurank-Verma Can you please post the code you used to access the textbox?