Skip to content

RutvikChandla/Selenium-4-Local-Test-Snippet

Repository files navigation

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published