Home > Blockchain >  Searching for an updated selenium course on youtube
Searching for an updated selenium course on youtube

Time:01-15

can someone recommend a good and updated selenium scraping/automation full course on youtube? many courses on youtube were out of date.

I googled selenium locating elements on google, but most of the info was not informative and relevant for advanced commands, like this: https://selenium-python.readthedocs.io/

CodePudding user response:

The official selenium documentation seems much simpler to follow and comprehensive. It has follow along code examples for multiple languages, including python.

They also have sections for specific features, like finding web elements.

It seems that most of the 'recent' courses on youtube are 1-2 years old but selenium is ancient and to my knowledge hasn't changed that much. You can look to the documentation for changelogs.

Free code camp always has very comprehensive videos on popular tooling, but IMO their courses are often too long and exhausting to follow. I would just follow the getting started section in the official documentation it seems pretty good and it's straight from the source so it should be up-to-date

CodePudding user response:

Any course you take up but the following two (2) documentation should be your bible for learning Selenium:

  • Related