There wasn't a definitive guide to setting up Selenium testing so I made one

7 Likes

Hi! @vjFaLk Thank for this, was able to run selenium test now. I have another issue, when it opens browser the url is this

<site_name>:<port>/login

, is there a way for me to change it to

0.0.0.0:<port>/login

?

was update to change it by self.driver.host = 'localhost'