On Wed, 12 Oct 2005, Luke Closs wrote:
[...]
> Does anyone have any code that starts/stops browsers?
>
> I'd like to automate selenium testing by having a process start
> firefox (say), tell it to go to
> http://test-server/selenium/?auto=true, and then kill the browser when
> it's done.
>
> I'm in
PS: the Linux option is just a place-holder.
Jamie
On Oct 12, 2005, at 1:48 PM, Jamie Orchard-Hays wrote:
This isn't the best way to do some of this stuff (I've since found
better ways, but haven't updated the code):
# Open the file in the browser.
# Mac OS
if(@os == MACOS)
This isn't the best way to do some of this stuff (I've since found
better ways, but haven't updated the code):
# Open the file in the browser.
# Mac OS
if(@os == MACOS) #assuming Firefox for now--Fortius has
problems with Safari
`open "#{suite}#{url_suffix}"` if(@br
Hey,
Does anyone have any code that starts/stops browsers?
I'd like to automate selenium testing by having a process start
firefox (say), tell it to go to
http://test-server/selenium/?auto=true, and then kill the browser when
it's done.
I'm interested in any code/tips to help doing this for fire