For all those who are stuck running Selenium tests on Safari...
Here are a couple of tips:
Here are a couple of tips:
- If you are using any version before 5 of Safari
- You can run your tests using any RC versions > 1.0
- If you tests doesn't run then please verify the following:
- Enable popup's on Safari - I know I sound silly but believe me thats the only issue sometimes
- Try running your tests using *safariproxy
- Verify the path given for the safari executable - it should be something like: C:\ProgramFiles\Safari\Safari.exe
- If you are using version 5.1
- Then you have to run your tests on RC version 1.0.3 only
- Also change your tests to run using *safariproxy
- Don't forget enable pop ups :)
Even after doing all this - you'll still need an All the Best!!!
And if you have a choice then pls run your tests on Safari Mac :)
Comments