1 | Getting Started | Project Setup | Selenium Python

00:00 - Introduction 00:28 - Step 1 - Check Python: already installed python —version pip —version 02:00 - Step 2 - Install Python: download Python from | Run the installer 11:57 - Step 3 - Install PyCharm: goto download the Community Edition 18:53 - Step 4 - Create New Project: Open PyCharm > File > create new project 26:04 - Step 5 - Add Selenium: PyCharm: File > Settings (“Preferences“ on macOS) > Project > Project Interpreter Click ‘ ’ to add new package (can also add globally from command line) Install selenium and webdriver_manager 32:48 - Step 6 - Create 1st Test: Right-click on the project folder and select New > Python File Add code for selenium test from selenium import webdriver from ... #RaghavPal #Learn_Selenium_Python_from_scratch #selenium_python_automation_framework #selenium_python_for_complete_beginners #selenium_python_free_course #step-by-step_guide_to_Selenium_Python 20230627 pcGqraAgMto
Back to Top