Selenium Automation In Jupyter Notebook: Step By Step Guide

Опубликовано: 04 Октябрь 2024
на канале: Web Scraping Ninja
11,764
43

For code with example: https://webdata360.com/blog/selenium-...
This is video tutorial about how to use selenium in jupyter notebook. It's important to know that running selenium code every time will launch browser and in case of bug or error it will crash along with browser. You might not know this but there is a way around this. You can run selenium in jupyter notebook and do the testing on same browser session all day without having to launch session each time.

If you don't have jupyter notebook in windows watch these videos

To download and install jupyter note book on windows
   • Beginners Tutorial To Install Jupyter...  

To install python
   • Simple Steps to Install Python on Win...