Thursday, December 12, 2019

How to run the simple http server


1.open the terminal in linux
2.go to the current folder you want share and issue following on terminal

python -m SimpleHTTPServer

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