You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting a "Bad request" exception when starting a test run with Selenium WebDriver in Firefox. I traced this problem to hosts config file (using Linux). The hosts file on my machine has this line
127.0.0.1 something localhost
This works fine when I update hosts file as below
127.0.0.1 localhost something
But I cannot change this file. I found an issue related to this,
I am getting a "Bad request" exception when starting a test run with Selenium WebDriver in Firefox. I traced this problem to hosts config file (using Linux). The hosts file on my machine has this line
This works fine when I update hosts file as below
But I cannot change this file. I found an issue related to this,
People suggested solution for this as
Can you please let me know how we can fix this issue with phpunit-selenium framework ?
The text was updated successfully, but these errors were encountered: