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:
- OS: Windows 7 64 bits
- Python 2.7.11
- Original Selenium2Library: 1.8.0
- New Selenium2Library: 3.0.0b1
- Browser: Chrome 61.0.3163.79 (64 bits)
- Web driver: ChromeDriver 2.32.498550
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:
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: