Fills out the container extension form automatically. (Specific to IIT Ropar)
Fills out the container extension form automatically. (Specific to IIT Ropar) Download the chrome driver from the website below (make sure your google chrome browser and chrome driver version is same) Link: https://chromedriver.chromium.org/ Steps: Extract the zip file.Store the extracted directory and main.py file at same level (depth). Eg. – dir1 |-> chromedriver.zip |-> chromedriver (zip extracted directory) |-> main.py Step for setting up the conda environment: conda create –name container python=3.6 conda activate container pip install selenium conda install […]
Read more