--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
Ross
Ross
-Robin
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to
selenium-user...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/selenium-users?hl=en.
--
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.
If you have received this email in error please notify postm...@ardescosolutions.com
The RC API is still supported, and in fact is still what the vast majority of Selenium users are using. The WebDriver API still seems to be less stable than I would want it to be before *I* migrated to it. One of the biggest issues I'm concerned about is that there are lots of questions that get answered "that works in the <some language> bindings but not in the <other language> bindings" or "that works with <some browser> but not with <other browser>". For me, two of Selenium's key features have been that everything worked at an equal level of functionality in all the supported browsers (yes, XPath and JavaScript are slow in IE, but they still work), and that all of Selenium RC's functions worked the same in all of the supported languages (Perl and PHP are a bit different, their support seems to have grown up outside the Selenium developer group).
Ross
-----Original Message-----
From: seleniu...@googlegroups.com [mailto:seleniu...@googlegroups.com] On Behalf Of Robin Lee Powell
Sent: Thursday, April 28, 2011 8:57 PM
To: Selenium Users
Subject: [selenium-users] Re: Can't get past confirmation dialogs on FF4