I am gettnig the exception: "Failed to start new browser session: error while launching browser"
when trying to run a test suite with IE7.
Info:
- python binding
- using cygwin
I tried doing "*custom path_to_browser" and even printed out the path to browser directory in selenium module's do_command() function using os.listdir, and can see the iexplore.exe file. So I know the path is right.
I also tried setting localhost:4444 in IE7 and that didn't work either. Any ideas?