Does anyone have links to any complete Selenium docs or tutorial? I have Selenium 1.0.9 installed (OS X, Leopard), the proxy server appears to launch ok, and got the test to reach: @browser = Selenium::SeleniumDriver.new("localhost", 4444, "*firefox", "http://www.google.com", 15000) this method has no documentation as far as I can tell (or comments in the source). I got it to launch firefox (which has Selenium IDE), but then it just hangs. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Have you checked out the Railscasts Selenium episode? On Jul 17, 11:09 am, DJ Cole <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Does anyone have links to any complete Selenium docs or tutorial? > I have Selenium 1.0.9 installed (OS X, Leopard), the proxy server > appears to launch ok, and got the test to reach: > > @browser = Selenium::SeleniumDriver.new("localhost", 4444, > "*firefox", "http://www.google.com", 15000) > > this method has no documentation as far as I can tell (or comments in > the source). > I got it to launch firefox (which has Selenium IDE), but then it just > hangs. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
shenry wrote:> Have you checked out the Railscasts Selenium episode?I did, thanks for the reference - that''s for selenium on rails, which is a plugin (I have to admit I am a bit lost on which gem or plugin or ? is the preferred style these days for selenium). This plugin does not use selenium rc...the cast shows primary how to record a simple linear test from Firefox. My problem is that I need a programatic setup that launches multiple browers (scalability test) and manipulates each in turn. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---