RollerIn

Results 6 issues of RollerIn

Steps to reproduce: 1.Start IE browser -->browser will launch -->click on refresh in the tool-->page loaded 2.enter url as http://google.com -->security authentication window will open to enter user name and...

Hello, Will this framework support to test performance of web application on all real browsers like safari, firefox,chrome ,edge …like real time users/end user experience

Hello, I have a doubt while we test on mobile app test through selenoid , is it required appium setup in our local machine? or is it enough just by...

browsers.json ``` "chrome-mobile": { "default": "mobile-75.0", "versions": { "mobile-75.0": { "image": "selenoid/chrome-mobile:75.0", "port": "4444", "path": "/wd/hub" } } } ``` config.js ``` { //hostname: 'selenoid.mobile', maxInstances: 1, browserName: 'chrome-mobile', browserVersion:...

Hello, can you share the config how can we make to work for parallel execution on android and iOS ? Thanks

Hello Sir, can you share config for parallel testing for the below requirement? 1. Run tests on multi emulators 2. Run tests on multi simulators 3. Run tests few on...