I\'ve the HTML source like this, <input type=\"image\" onclick=\"return logSub();\" src=\"/images/Login_submit.gif\" width=\"105\" height=\"33\" border=\"0\" />
I\'m trying to find a simple Selenium call to grab the current option from a select drop-down list.I\'m aware there are calls which grab all the values in a list but I wish to know which option is cur
I have Selenium running under Cruise Control to test our site once a day. On Saturday Selenium started throwing the error below.
I\'m learning Selenium now. I\'m going to use it in the Ruby on Rails project. Now I created demo project just to test Selenium on Rails.
Is it possible in selenium to write blocking commands? I want to make a \"clickAndWaitForAjax\" comma开发者_如何学Pythonnd. It will click a button and wait until a div is filled with text from the se
I am writing user extensions to selenium. I have the document obje开发者_如何学编程ct. How can I get the window object of the window that contains my document?
I wa开发者_JAVA技巧nt to make the browser open a local url with a name of the live url. Meaning that when I do:
I need to load test a site that serves up flash video via RTSP. I\'ve looked at JMeter & Selenium and do not see any support开发者_JS百科 for RTSP.
While recording through Selenium IDE, When a pop up window opens it is not gettin开发者_StackOverflow中文版g recorded. \"At the time of executing an error message is displayed.Please help me out.If th
How can I make a selenium click() work the same as a manual mouse click? I have recently upgraded GWT from 1.7.1 to 2.0. Some selenium tests (SeleniumRC v1.0.1, IE7) are now failing. It seems that th