Top "Selenium-rc" questions

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

Difference between isElementPresent and isVisible in Selenium RC

What is the difference between element isElementPresent and isVisible in Selenium RC. I get true for selenium.isElementPresent() and selenium.…

java selenium selenium-rc
What is the equivalent code of selenium.waitForPageToLoad("30000") in Selenium WebDriver?

The following is the java code to wait for a page loading in Selenium RC: selenium.waitForPageToLoad("30000"); What is the …

java selenium-webdriver selenium-rc
Selenium Grid2 - Remote Node not connecting to HUB

My current setup is I have a selenium RC running as a hub on a windows machine(lets assume machine …

selenium selenium-rc selenium-webdriver selenium-grid
Firefox windows don't close after Selenium test has run

I've been running my selenium tests using selenium rc for about 6 months and suddenly the firefox windows selenium opens do …

unit-testing firefox selenium selenium-rc
How can automation testing on Silverlight using Selenium be done?

I am looking for a way by which I can automate my application build on Silverlight. I need to use …

silverlight automation selenium-rc
Read Message From Alert and click on OK

I want to read the message which is there in Alert. Example: If a alert shows "Wrong E-mail address". How …

selenium selenium-rc
How do I get the response headers in Selenium?

How can I get request/response logs in selenium? I have an ajax call that returns login information, and whenever …

selenium-rc
Selenium and HTTPS/SSL

I'm running selenium-rc 1.0.3 on a Mac OS X & Windows 7 and both seem to be giving my the annoying accept …

ssl https selenium selenium-rc
Simulate TAB keypress event in Selenium RC

I need to simulate a tab keypress in Selenium RC, using the Java API. I do this after having entered …

selenium tabs selenium-rc keypress
How to simulate pressing enter in html text input with Selenium?

In a web interface, I've got a text field. When user enters text and accepts with enter, application performs an …

user-interface selenium selenium-rc