MarketSquare / robotframework-seleniumlibrary-java

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

Using Java's printing for logging #95

Closed Hi-Fi closed 4 years ago

Hi-Fi commented 4 years ago

Fixes #92

Hi-Fi commented 4 years ago

Some tests seem to be broken (brobably because of changes done. Try to check those and release probably tomorrow.

Hi-Fi commented 4 years ago

Could we use https://commons.apache.org/proper/commons-lang/apidocs/org/apache/commons/lang3/StringUtils.html#join-T...- here in order to avoid converting an array to List?

That's already done with commit b053abc. It just seemed to use a bit more memory in Maven build, but at least code is simpler.