The browser is handled by the SeleniumConnector class. We have
class CustomSelenium extends DefaultSelenium{
}
and the way to pass in any parameters to firefox is constrained by the
current method
CustomSelenium(String host, int port, String browser, String url)
I am not sure if there are any other similar methods provided by
Selenium RC that can
satisfy your need. Please check Selenium RC API to see if your idea is
doable or not.
Thanks,
Jian
On Dec 12, 4:24 pm, Mikhail Koryak <[email protected]> wrote:
> hi,
> i need to pass a command line param into firefox, i tried doing this:
> browser = "*pifirefox /usr/lib/firefox-3.0.4/firefox --display=:0.0"
> but it thought it was one executable, not an executable and a param.
> is this possible?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---