Top "Selenium-rc" questions

Selenium Remote Control - Answer to UI level functional test Web automation

Equivalent code of selenium.refresh() in Selenium WebDriver (Selenium 2) using Java

In Selenium RC, I used the following code using Java for refresh on the browser: selenium.refresh(); What is the …

java refresh selenium-webdriver selenium-rc
Is there any method in WebDriver with Java for controlling speed of browser?

When I use Selenium RC there is a method setSpeed as: selenium.setSpeed("500"); What is the way to control speed …

java selenium-webdriver selenium-rc
How to start selenium browser with proxy

I am trying to start selenium and selenium's browser with proxy but not getting success. I have used two methods: …

java selenium proxy selenium-rc
Flash automation using Selenium RC

I'm struggling a lot to automate Flash using Selenium RC. Can any one please give me a sample Flash application …

flash selenium selenium-rc
What to use instead of CONTAINS() in CSS3

Question about automation. I use Selenium RC. I upgraded my FF to 3.6.18 and it seems that it can't find any …

css selenium css-selectors selenium-rc
How to send an http RequestHeader using Selenium 2?

I needed to send an Http request with a few modified headers. After several hours trying to find an equivalent …

selenium selenium-webdriver selenium-rc
How do I use the HTMLUnit driver with Selenium from Python?

How do I tell Selenium to use HTMLUnit? I'm running selenium-server-standalone-2.0b1.jar as a Selenium server in the background, …

python selenium-rc htmlunit selenium-webdriver
Selenium wait for download?

I'm trying to test the happy-path for a piece of code which takes a long time to respond, and then …

unit-testing selenium selenium-rc
How to run Selenium Java tests with TestNG programmatically?

I am using Selenium RC with Java using TestNG as Test Framework. I'm using Eclipse as IDE. I want to …

java eclipse automated-tests selenium-rc testng
Selenium: How to select an option from a select menu?

I am writing a Selenium test in PHP using the PHPUnit Selenium extension. I know how to type something into …

php selenium phpunit selenium-rc