I am using Selenium-Rc 1.0.3 with Firefox 3.6.8. I started Selenium-Rc with -firefoxProfileTemplate option after creating a different Firefox profile for it. Each time I start the test and check the s
I use seleniumRC to open a url, then how to save this web page? How to realize it like urllib.urlretrieve do it? But urllib can开发者_运维问答\'t operate javascript in the page. One more question: Wil
I\'ve been running my selenium tests using selenium rc for about 6 months and suddenly the firefox windows selenium opens do not close when the test is finished. 开发者_JAVA技巧
When I use SeleniumRC,sometimes I meet a error, but sometimes not. I guess it\'s related to the time of wait_for_page_to_load(), but I don\'t know how long will it need?
BACKGROUND: My goal is to code a TestNG-Selenium system that runs self-contained (no strings to Maven or Ant plugins; just Java). It must allow for test cases to accept parameters including the browse
can I upload files using 开发者_StackOverflowselenium RC in IE?The short answer is that in general you can\'t, due to browser security restrictions.Think about it, if Javascript code could programmati
I am using Selenium RC to do some test now. And the driver I use is python. But now, I faced a problem, that is: every time Selenium RC runs, and open a url, it opens 2 windows, one is for logging and
I have a script which enters some data in the page and click save button. Here I used HTML component id for save button.
I am new to Selenium and coding.What I am trying to do is click a dynamic link.Here is the scenario. I have to find a dynamic link in a div that has multiple links.
I n开发者_如何学Goeed to assert that each row in table contains a certain text string, either through selenium IDE or a Java test case. What\'s the best way to do this? Here\'s my current test: