Skip to content

Sauce Labs

bootstraponline edited this page Jan 23, 2015 · 19 revisions

Random notes about browser testing on Sauce Labs

Element is not clickable at point

Chrome will only allow clicking on screen elements. On Sauce, this is difficult when the default screen resolution is very low. The solution is to use Windows or OS X < 10.9 and set the screen resolution. Linux is not currently supported. Note that driver calls to resize the window larger than the default screen resolution of 1024x768 won't work unless the screen res cap is set. The screen resolution must be higher than the requested browser size.

# ruby
browser.window.resize_to 1920, 1200

--

Running in parallel

--

Manually specify the version of Chrome on Sauce. Setting version to an empty string will default to version 35.

Clone this wiki locally