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 8407981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:31:19+00:00 2026-06-09T23:31:19+00:00

What would be the Python Selenium WebDriver equivalent for setTimeout and setSpeed? I have

  • 0

What would be the Python Selenium WebDriver equivalent for setTimeout and setSpeed? I have following Selenium IDE code which returns an error when exported to Python/unittest/Webdriver code:

<tr>
       <td>setTimeout</td>
       <td>60000</td>
       <td></td>
</tr>
<tr>
       <td>setSpeed</td>
       <td>0</td>
       <td></td>
</tr>

Exported Python/unittest/WebDriver code is as below:

 def test_sam(self):
        driver = self.driver
        # ERROR: Caught exception [ERROR: Unsupported command [setTimeout]]
        # ERROR: Caught exception [ERROR: Unsupported command [setSpeed]]
        .....

The same IDE code works for RC but not for WebDriver. Please help me regarding this.

  • 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-09T23:31:21+00:00Added an answer on June 9, 2026 at 11:31 pm

    If I’m understanding your question correctly then I think the equivalent for setSpeed would be

    driver = Driver()
    driver.implicitly_wait(10) # The time that webdriver will wait for actions to happen before failing
    

    Something equivalent to set speed I have not come across. You can try removing it and seeing if you encounter any failures. In my experience all you need is the implicit wait.

    See this page for full docs: http://seleniumhq.org/docs/04_webdriver_advanced.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a python script that uses selenium RC; specifically webdriver. I would love
I am using Selenium webdriver in Python for a web-scraping project. I would like
If you have to choose a scripting language, why would you choose Python?
I would like to have a more colorful Python prompt in the terminal, just
I would like to build a cypher with python which decoding text by repeatedly
I've used the Selenium IDE to generate some test code for my application. The
I have a project idea, but unsure if using Python would be a good
I would like to move from Selenium 1 to Selenium 2. I use python
I have a python script which requires the opening of another terminal window to
This seems like something Python would have a shortcut for. I want to append

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.