ropensci / RSelenium

An R client for Selenium Remote WebDriver
https://docs.ropensci.org/RSelenium
343 stars 81 forks source link

Add extra aliases to help pages #229

Open dmurdoch opened 4 years ago

dmurdoch commented 4 years ago

Currently methods like findElement are documented in the class help page ?remoteDriver and in the vignette, but those docs are hard to find quickly. It would be nice if the ?remoteDriver help page added aliases for the methods (and fields?) documented there, so that ?findElement would go to that page.

If you are interested, I could submit a PR that does this.