Am trying to run a selenium suite using this code which runs perfectly on my local machine but giving an error when deployed on the server saying cannot find the specified file. Any help would be appr
I\'m trying to follow the tutorial here to setup a headless selenium test-run with jenkins. I\'m running CentOS 5.6, and I\'ve followed the instructions. Now, when I run this:
Want to do a CaptureEntirePageScreenshot while entering the catch block. This runs successfully when the screenshot is saved on the C:// of the remote instance. But want to save on the server instance
is it any easier way using selenium to click on combobox written by dijit and choose item from list? source:
I\'m using selenium 2.0.3 (from a nuget package) for some browser tests. Which all work fine on my lo开发者_StackOverflowcal maching.
Everytime开发者_JAVA百科 when I run Selenium IDE the speed control is set to \"fast\" It is possible to set the speed control per default to \"slow\"?Put this command in the beginning of your script:
I am developing a pretty simple application with Play, which contains a jQuery UI autocomplete. This autocomplete sends an ajax request to the server and brings back id/values (using the code snippet
Iam using selenium 1.0.3 RC (java client ).also iam using firefox profile to run Firefox. while running tests in parallel ,some times it says
I\'ve started using Play! for an application which we are migrating from Wicket in my organization. As per our policy, we need to keep all tests up and running via Jenkins and I was able to antify th
I am currently looking for a way to output开发者_Go百科 the test result nicely after running selenium perl script.