teodesian / Selenium-Remote-Driver

Perl Bindings to the Selenium Webdriver server
174 stars 90 forks source link

Documentation refers to "moveto" instead of "move_to" #483

Closed richlv closed 1 year ago

richlv commented 2 years ago

In https://github.com/teodesian/Selenium-Remote-Driver/blob/master/lib/Selenium/Remote/Driver.pm , multiple places refer to "moveto". Searching for that doesn't help much though, as the method (alias) is "move_to". Perhaps the "moveto" references should also include underscore and talk about "move_to"?

teodesian commented 1 year ago

Thanks for the report. moveto refers to the underlying selenium command name, which is generally what we think of as implementors here.