collective / robotframework-selenium2screenshots

Robot Framework keyword library for capturing annotated screenshots with Selenium2Library
28 stars 12 forks source link

Depend on newest versions of robot(selenium) #9

Closed tomgross closed 6 years ago

tomgross commented 7 years ago

This avoids a condition for Python 3 and robotframework-selenium2library has been renamed to robotframework-seleniumlibrary

Note! This might break with other packages still depending on robotframework-selenium2library

datakurre commented 7 years ago

@tomgross I believe we still need to also depend on the latest Selenium2Library. But with that we could probably release these as a new major release to allow breakages.

tomgross commented 6 years ago

@datakurre You are right. I changed the dependency back to selenium2library (version 3).