[JWebUnit-users] Selenium plugin and firefox
Brought to you by:
henryju
From: Tomas C. <tom...@gm...> - 2011-03-04 20:24:12
|
Hello, is there a way to use Firefox with selenium plugin and some different port than 4444 for the server? I did not find any solution online, so I had to look into the code. I tried to inherit SeleniumTestingEngineImpl to override it, but you use private port = 4444 and private selenium .. "*chrome" perhaps public getter for both would help? The i can do my ninja hacks.. Anyways, I guess there is a better solution than that? Thanks, Tomas |