Execute first selenium test script using Sauce Labs :Linux :FireFox

Published: 29 October 2018
on channel: QA Labs
122
1

If you need to test your application in a specific version of a browser, or a specific platform, or run automated tests on mobile devices, you can use cloud-based providers like BrowserStack, Sauce Labs etc.
Lets see how we can execute our first selenium test script using Sauce Labs.
//Linux :FireFox
DesiredCapabilities caps = DesiredCapabilities.firefox();
caps.setCapability("platform", "Linux");
caps.setCapability("version", "45.0");
caps.setCapability("screenResolution", "1024x768");


On this page of the site you can watch the video online Execute first selenium test script using Sauce Labs :Linux :FireFox with a duration of hours minute second in good quality, which was uploaded by the user QA Labs 29 October 2018, share the link with friends and acquaintances, this video has already been watched 122 times on youtube and it was liked by 1 viewers. Enjoy your viewing!