Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8686245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T22:47:46+00:00 2026-06-12T22:47:46+00:00

I am migrating from RC to webdriver. In my existing project I use methods

  • 0

I am migrating from RC to webdriver.
In my existing project I use methods from the Selenium Class like
selenium.click()
selenium.type()
etc.

Do I need to change these to the equivalent webdriver commands, or is there a way i can still use these commands?

I use firefox 12, Eclipse IDE

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T22:47:47+00:00Added an answer on June 12, 2026 at 10:47 pm

    There is the WebDriverBackedSelenium. Essentially this is a bridge between the RC API and WebDriver API. This will do what you are after, there will be some modification to code, but majority will still be the same. It gives you the flexibility of the WebDriver itself, while keeping old code the same.

    It is highly recommended to fully convert your solution to use the WebDriver API directly.

    The WebDriver API is constantly being updated, worked on and supported.

    The RC API and the “RC-WebDriver-Bridge” (WebDriverBackedSelenium) won’t be.

    Page on WebDriverBackedSelenium exists here:

    http://seleniumhq.org/docs/03_webdriver.html#alternative-back-ends-mixing-webdriver-and-rc-technologies

    Sample usage to create a new instance of Firefox:

    var driver = new FirefoxDriver();
    
    var selenium = new WebDriverBackedSelenium(driver, baseUrl);
    
    selenium.open("http://www.google.com");
    selenium.type("name=q", "cheese");
    selenium.click("name=btnG");
    
    selenium.stop();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Migrating from textboxe to dropdownlist – Need to send value from a hard-coded dropdownlist
Are there tools for migrating from one virtual machine type to another? E.g let's
Migrating from Subversion to Git using svn2git (which internally uses git-svn) I'd like to
I'm considering migrating from Subversion to Git at work, and would like to get
I'm migrating from Hibernate to OpenJPA. And there are many entities with annotations like
I have a problem migrating from Delphi 2006 to Delphi 2009. A Project which
I'm migrating from Java 1.1. to Java 5. I notice that some methods have
I am in the process of migrating my test suite from the Selenium 1
We have a system that is migrating from an older VARCHAR using LIKE setup
I am migrating from RichFaces 3.3 to RichFaces 4.1. In RichFaces 3.3 there was

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.