Top "Selenium-rc" questions

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

Selenium: delete contents from a textbox

Through selenium. how to delete contents from textbox. I have to delete the last 2 characters from text box using selenium …

selenium selenium-rc
How to close a browser on a selenium RC server which lost it's client

suppose a client starts a selenium session on an RC server, but at the middle of the session the client "…

session browser selenium selenium-rc
How to reuse a selenium browser session

I'm trying to access an existing selenium browser session from a separate python process. I'm able to get this working …

python python-3.x selenium selenium-chromedriver selenium-rc
Selenium and :hover css

Using selenium-rc and the java client, I want to test a menu which opens when the user moves the mouse …

css testing selenium hover selenium-rc
Jenkins can't launch selenium tests (Timed out waiting for profile to be created)

Jenkins can't launch selenium tests (ubuntu) error 11:26:24.652 INFO - Started org.openqa.jetty.jetty.Server@ab50cd 11:26:24.738 INFO - Preparing …

java ubuntu continuous-integration selenium-rc jenkins
Firefox bug with Selenium - Can't access dead object

I've tried to run my tests with Selenium 2 and Firefox 19. One of this tests causes an error "ERROR: Command execution …

firefox selenium selenium-rc selenium-ide
Does TestNG guarantee @BeforeSuite methods are executed before @BeforeTest methods?

BACKGROUND: My goal is to code a TestNG-Selenium system that runs self-contained (no strings to Maven or Ant plugins; just …

java selenium-rc testng
Selenium.click not working on some anchor elements

The application that am working on was recently revamped and as part of that a new JQuery calendar was introduced. …

jquery selenium fullcalendar selenium-rc selenium-ide
Testing flash applications on web using selenium

I want to test Microstrategy applications using any web testing tools. I figured out seleniun serves my purpose well. But …

selenium selenium-rc microstrategy
Is it possible to run Selenium scripts without having an X server running, too?

I have a python script that uses selenium RC; specifically webdriver. I would love to have the script run as …

python selenium selenium-rc selenium-webdriver headless