S3Infosoft / mvr-automation

Repo to hold automation files for MVR
MIT License
0 stars 0 forks source link

Remove hardcoded reference #9

Closed sidhshar closed 5 years ago

sidhshar commented 5 years ago

Remove all hard coded paths.

https://github.com/S3Infosoft/mvr-automation/blob/30321a27dec2b9921a4daabb50e11fcc6f868a0e/src/Common.py#L36

Make use of docker based driver such as https://github.com/joyzoursky/docker-python-chromedriver

gp499 commented 5 years ago

I put the chromedriver.exe in the same directory and referenced it there. Will that do?

sidhshar commented 5 years ago

Changed to selenium hub and removed reference.