Monday, September 9, 2019

Seleinum installation in BOSS Linux

Step:1
 
sudo apt-get install python-pip
 
Step:2 
 
pip install -U selenium
 
 
for python3 and more install  

Step:1 sudo apt-get install python-pip3
 
 
Step:2  python3.7 -m pip install -U selenium

1 comment:

How to interact with the non-interactable Web Elements in Selenium

How to interact with the non-interact able Web Elements in Selenium    // Find the non-interactable element element WebElement element = dr...