linux - firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7059 after 45000 ms -


i have developed selenium script using selenium java webdriver (wrote , complied on windows machine). extracted automation suite executable jar , placed on linux (rhel 6.4). when log in linux desktop (gui) , try run suite (java -jar automation.jar), test suite kicks fine. keeping gui unlocked, when try run same command using ssh windows machine, getting error - "firefox.notconnectedexception: unable connect host 127.0.0.1 on port 7059 after 45000 ms"

i trying understand difference between 2 steps followed @ same time looking workaround.


Comments