Closed
Description
Tried to change existing tests to use RF 2.9, and got following error:
[ ERROR ] Error in file 'C:\work\testautomation\tests\s2test.txt': Initializing test library 'Selenium2Library' with no arguments failed: maximum recursion depth exceeded (Java StackOverflowError)
Traceback (most recent call last):
None
I run tests with Gradle, so just changed version of the dependancy in build.gradle.
There're some changes in Python version of library because of RF2.9. Hopefully there's plan to support RF2.9 with this java-version, too.
Tested with simplified case:
*** Settings ***
Library Selenium2Library
*** Test Cases ***
TEST
Open Browser www.google.com ${BROWSER}
Capture Page Screenshot
Close Browser
Metadata
Metadata
Assignees
Labels
No labels