Selenium 1.0.1 with Firefox 3.5.3 on Mac OS X 10.6.2
How to get Selenium Server running on MAC
- Enable Web sharing on your mac: System Preferences->Sharing->Web Sharing
- Go through this article. Part 1 and Part 2 should be good right now. Don't worry about enabling SSI too.
- Download Selenium RC.
- Unzip the download and copy contents to /Library/WebServer/Documents/selenium
- Install Perl module WWW::Selenium
- Start Selenium server: java -jar selenium-server.jar
- Check supported browsers.
- Stop your server
- Perform changes as specified in this document
- Start Selenium server: java -jar selenium-server.jar
- Run these 2 commands:
mv /Applications/Firefox.app/Contents/MacOS/libsqlite3.dylib /Applications/Firefox.app/Conten
ts/MacOS/libsqlite3.dylib.orig
cp /usr/lib/libsqlite3.dylib /Applications/Firefox.app/Contents/MacOS/libsqlite3.dylib
Thanks to this forum.
- I can now run the example on WWW::Selenium for browser values '*firefox' and '*chrome'. These both
start a new Firefox instance.
No comments:
Post a Comment