robotframework-seleniumlibrary-java icon indicating copy to clipboard operation
robotframework-seleniumlibrary-java copied to clipboard

Align keywords and documentation with Python version

Open Hi-Fi opened this issue 7 years ago • 3 comments

  • [ ] generic documentation alignment (Inc. Check locators with colon)
  • [ ] add missing keywords
  • [ ] deprecate removed ones
  • [x] align element text contains -leywords to be case sensitive as in Python (#75)

Hi-Fi avatar Dec 27 '18 07:12 Hi-Fi

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?

ractoc avatar Jul 16 '19 12:07 ractoc

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.

Hi-Fi avatar Jul 16 '19 12:07 Hi-Fi

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...

ractoc avatar Jul 16 '19 12:07 ractoc