Top "Selenium-rc" questions

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

Page scroll up or down in Selenium WebDriver (Selenium 2) using java

I have written the following code in Selenium 1 (a.k.a Selenium RC) for page scrolling using java: selenium.getEval("…

java selenium selenium-webdriver scroll selenium-rc
How to press/click the button using Selenium if the button does not have the Id?

I have 2 buttons Cancel and Next button on the same page but it has only one id (see the below …

selenium-rc selenium-webdriver selenium-ide buttonclick
Xpath for href element

I need to click on the below href element,which is present among similar href elements. <a id="oldcontent" …

selenium selenium-rc selenium-webdriver xpath
how to delete default values in text field using selenium?

I want to delete a default value of a textbox to enter the new value, but I am not getting …

selenium automation selenium-rc
Clicking at coordinates without identifying element

As part of my Selenium test for a login function, I would like to click a button by identifying its …

selenium selenium-rc
Is it possible to hide the browser in Selenium RC?

I am using Selenium RC to automate some browser operations but I want the browser to be invisible. Is this …

python selenium selenium-rc
How to use regex in selenium locators

I'm using selenium RC and I would like, for example, to get all the links elements with attribute href that …

regex xpath selenium selenium-rc
Difference between Selenium RC and WebDriver

What's the basic difference between Selenium RC and WebDriver?

selenium selenium-webdriver selenium-rc
Multiple buttons with same type and id

I'm new to Selenium. Below is my code. <input type="submit" id="button" value="Edit"/> I have 3 buttons …

selenium selenium-rc selenium-webdriver xpath
Capturing JavaScript error in Selenium

Is there a way to capture errors occurring in the DOM in Selenium and probably flag the same as an …

selenium selenium-rc