Skip to content

Library not loading with Robot Framework 2.9 #73

Closed
@Hi-Fi

Description

@Hi-Fi

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions