Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 543 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 543 Bytes

Selenium-4-Local-Test-Snippet


Client can host thier target to test website on thier own way or host sample.html from the repo for introductory purpose.

Step 1:

Add "sample.html" in your current working directory.

./
 - sample.html
 - local.js

Step 2:

Host you current directory on some port eg.(3000).

Open terminal navigate to current working directory then host the directory with following command. python3 -m http.server 3000


Now sample.html is available at endpoint "http:localhost:3000/sample.html"