I have run into an issue where I am trying to launch many tests at once(using html suites) they launch find, but the issue comes in when selenium is taking the screenshots that are in the html tests s
Please suggest me, how to open the SSL urls using selenium-rc?开发者_高级运维You can open them exactly how you open non-SSL URL\'s.
How can we cal an object selenium to the other file which has half code of selenium. In PHP i can by following code.
I know there are ot开发者_如何学编程her similar questions, but I would like to know specifically which framework can run test that exactly mimic the user, or as close as possible.
Capture screenshot using selenium command captureScreensh开发者_C百科ottoText or capture screenshot works fine if display/monitor is ON
This is my method which call a function from another class Selenium Setup is defined hear. public void Transfer() throws Exception {
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:
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开发者_StackOverflow社区 have installed Selenium RD successfully and i can generate php test case with selenium IDE, but when i run the test case after starting selenium RC server, it open Firefox br
While trying to automate testing with selenium rc I ran into this problem. I was just following the steps in the tutorials. Here is the code (same as tutorials):