A blog for everything related to life
Hola! I’m Rasu,
My blog for sharing what I have known until now.
Python is a scripting language that can be edited with any text editor like Sublime Text, NotePad etc. But it helps to use a dedicated IDE(Integrated development environment) for Python. Let’s do that and make our life a bit easier. We will be using PyCharm as our IDE. It is available free and fits nicely…
In this series of posts, we will see how to set up Selenium WebDriver for Python in Windows. In this part, we will install python in these steps First Step is to check if you already have python installed. Open Command Prompt from windows search and type py –version If received version number shown as…
Install chromedriver : https://chromedriver.chromium.org/ We should make sure to download the chromedriver of the same version as the chrome installed in our device. To check the version number of your chrome. Go to Help section of the chrome and click About Google chrome. Downloading chromedriver will download a zip file containing the chromedriver.exe Extract the…