Top "Selenium-rc" questions

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

how to get attribute value using selenium and css

I have the following HTML code: <a href="/search/?p=2&q=move&mt=1"> 2 </a> …

css selenium css-selectors selenium-rc
Selenium locator for <label for="x">

With ASP.NET the tag IDs are pretty volatile so to make my tests more robust I want to locate …

testing selenium watin selenium-rc web-testing
What are the differences between 'Selenium-server-standalone.jar' and 'Selenium Client & WebDriver'?

What are the Implementations differences between 'Selenium-server-standalone.jar' and 'Selenium Client & WebDriver'. Following is the link from SeleniumHQ.org …

java selenium selenium-webdriver selenium-grid selenium-rc
how to close selenium hub/grid from command prompt

I start Selenium hub to start Selenium Grid from command prompt on port 4444. Now I start Selenium RC from other …

selenium selenium-rc selenium-grid
How do you test a reactjs web app with selenium?

I have a web app using React and I'm trying to create some tests using Selenium RC. I'm finding though …

selenium selenium-rc reactjs
Selenium IDE: How to Pass Variables

I have 3 different accounts in a website that I want to login and print a report every single day. I've …

selenium-rc selenium-webdriver selenium-ide
How to click in a specific part of a Button using Selenium, for the list of options to be displayed?

<table id="ext-comp-1389" class="x-btn x-btn-text-icon " cellspacing="0" style="width: auto;"> <tbody class="x-btn-small x-btn-icon-small-left"> <tr&…

selenium webdriver selenium-rc junit4 sahi
Press Enter Key in Selenium RC with C#

How to press Enter using Selenium RC using C#? I am working with a SearchBox using Selenium. In which I …

c# selenium selenium-rc keypress enter
what's the relationship between Selenium RC and WebDriver?

I can see that since selenium 2.0, WebDriver and Selenium RC are packaged together for download. Now I primarily use WebDriver, …

selenium selenium-rc webdriver
Selenium RC > how to upload file using attachFile()

I am using Selenium RC with Junit framework. I am trying to upload a file using attachFile() method. attachFile: (Information …

javascript selenium-rc