MarketSquare / robotframework-seleniumlibrary-java

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

Align keywords and documentation with Python version #59

Open Hi-Fi opened 5 years ago

Hi-Fi commented 5 years ago
ractoc commented 5 years ago

If I find differences between the Python version and the Java version with regards to the keywords, id it OK if I just create a new pullrequest per found keyword?

Hi-Fi commented 5 years ago

Sure, help would be very nice. Although one big thing e.g. with Open Browser is, that Java-version uses camelCase and Python snake_case, and changing that is a breaking change. When moving to Selenium 4 it's of course easy to make.

ractoc commented 5 years ago

Cool, I'm currently running into the whole set focus thing. The python version is using Set Focus To Element and the Java version is still using the Focus keywork. I'll fix this then. For each fix, I'll add a comment in the PR to tell you if it can wait or if an intermediate release is prefered. The Set Focus can be faked by just using a Click Element most of the time so...