Monday, October 17, 2022

Running Simple Web Server on Python 2 and Python 3

 



Running Simple Web Server on Python 2


python -m SimpleHTTPServer 8000



Running Simple Web Server on Python 3


python -m http.server 8000

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...