Skip to content

"Set Selenium Speed" doesn't work when called before opening browser in release 3.0.0b1 #898

@hidebear

Description

@hidebear

Hello,
I have some test cases wrote by RF script and Selenium2Library(1.8.0) and worked fine.
However after upgrading Selenium2Library to 3.0.0b1, the keyword "Set Selenium Speed" doesn't work anymore, operating the browser by selenium becomes so fast that cause my original test cases failed.

Using keyword "Get Selenium Speed" after setting it, the result is the one I set it:

${Speed} = Selenium2Library.Get Selenium Speed
INFO ${Speed} = 0 seconds
Selenium2Library.Set Selenium Speed 0.3 s
${Speed} = Selenium2Library.Get Selenium Speed
INFO ${Speed} = 300 milliseconds

But observing the real behaviour on the browser, seems the speed is 0.

Therefore I need to downgrade Selenium2Library back to 1.8.0, and everything back to normal, browser operating speed is actually what I set.

Environment:

  1. OS: Windows 7 64 bits
  2. Python 2.7.11
  3. Original Selenium2Library: 1.8.0
  4. New Selenium2Library: 3.0.0b1
  5. Browser: Chrome 61.0.3163.79 (64 bits)
  6. Web driver: ChromeDriver 2.32.498550

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions