Re: [Selenium-users] automated testing with browsers

2005-10-12 Thread John J Lee
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

Re: [Selenium-users] automated testing with browsers

2005-10-12 Thread Jamie Orchard-Hays
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)

Re: [Selenium-users] automated testing with browsers

2005-10-12 Thread Jamie Orchard-Hays
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

[Selenium-users] automated testing with browsers

2005-10-12 Thread Luke Closs
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