ElSnoMan / pyleniumio

Bring the best of Selenium and Cypress into a single Python package
https://docs.pylenium.io
MIT License
267 stars 50 forks source link

📝 📝 Typo and error in https://docs.pylenium.io/ #328

Closed RichLuna closed 4 months ago

RichLuna commented 5 months ago

Found a typo and an error in the documentation.

In the page for the Driver.should method (https://docs.pylenium.io/driver-commands/should), the example for the .have_url() method is using a .have_title() method instead.

drivershould

In the wait documentation page (https://docs.pylenium.io/driver-commands/wait) it mentions the phrase "Directly from Seleniujm" Instead of "Directly from Selenium".

selenijum

I'd really like to help correcting this kind of small errors by myself. Unfortunately I can't find the source for docs.pylenium.io since it doesn't seem to be the /docs files. If you could point me towards instructions on how to fix this kind of errors I would do PRs in the future.

ElSnoMan commented 4 months ago

Great catches! Unfortunately, I've been using Gitbook for documentation and it isn't synced with the repo (where the original /docs came from). I'll make the changes for now, but I'll need to revisit how docs are done when I have time

ElSnoMan commented 4 months ago

Docs have been updated