MarketSquare / robotframework-seleniumlibrary-java

Java port of the Python based SeleniumLibrary for Robot Framework
Apache License 2.0
23 stars 16 forks source link

Deprecating warning messages when using lists #69

Closed patrijuh closed 5 years ago

patrijuh commented 5 years ago

When using lists, there comes not expected deprecated warning messages.

Example:

@{list}= Create List Username Password Wait Until Page Contains ${list[1]}

In latter kw there comes an warning:

'=' is deprecated as locator strategy separator. ':' should be used instead

Hi-Fi commented 5 years ago

Fixed already with #68. Releasing fix now.

Hi-Fi commented 5 years ago

Currently release if blocked because of Travis's issue with access to Maven central.