Doesn’t look like this has hit SeleniumHQ or the Selenium blog yet but the new version 2.25.0 of Selenium is available for download now:
http://code.google.com/p/selenium/downloads/list
This may be useful for people as well:
v2.25.0
=======
WebDriver:
* Added API for dealing with BASIC and DIGEST authentication
dialogs. Currently not implemented in any drivers.
* Warn users that the IE driver will no longer use the DLL in the
next release.
* Deprecated browser specific WebElement subclasses.
* Added support for "requiredCapabilities" to the remote webdrivers
and implemented basic support for these in the firefox
driver. Failure to fulfull a required capability will cause a
SessionNotCreatedException to be thrown.
* Added the ability to determine how unhandled alerts should be
handled. This is handled by the "unexpectedAlertBehaviour"
capability, which can be one of "accept", "dismiss" or
"ignore". Java code should use the UnexpectedAlertBehaviour
enum. This is only implemented in Firefox for now.
* Allow native events to be configured in Firefox and
(experimentally) in IE using the "nativeEvents" capability.
* Updated supported versions of Firefox to 17.
* Firefox driver will enumerate through client rects until finding
one with non-zero dimensions when clicking.
* Better support for hovering on linux.
* Safari driver will dismiss open alerts to prevent tests from
hanging.
* Better handling of overflow edge cases when determining element
visibility.
* Point users in the right direction when Safari fails to load a
file:// URL.
* Allowed to use IEDriverServer logging abilities in Java binding.
* Avoid an issue where a call to submit could hang the firefox
driver.
* FluentWait will now handle any Throwable, not just
RuntimeExceptions.
* FIXED: 3897: Allow windows to be resized from a frame.
WebDriverJS:
* Better stack traces from test code.
* Update webdriver.atoms.element.type to recognize
webdriver.Key.SEPARATOR
RC:
* Better emulation provided by the WebDriver-backed Selenium when
using IE, particularly when emulating firing of events.
Grid:
* FIXED: 3230: Implementing /lifecycle-manager?action=shutdown
command for the Grid Hub to ensure backward compatibility with
Grid1 behaviour.
Selenium Server:
* Reworked SSL certificate generation code when proxying HTTPS
connections to use non-deprecated APIs in BouncyCastle.
--
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 https://groups.google.com/groups/opt_out.
handled. This is handled by the "unexpectedAlertBehaviour"
capability, which can be one of "accept", "dismiss" or
"ignore". Java code should use the UnexpectedAlertBehaviour
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+unsubscribe@googlegroups.com.
--
Regard's
Sai..
Just a heads up..The C# WebDriver download .NET 4.0 folder contains WebDriver assemblies that are targetting .NET 2.0. I ran into a bunch of assembly errors when updating my dlls this way.However, C# NuGet correctly has the .NET 4.0 assemblies packaged.
* Added support for "requiredCapabilities" to the remote webdrivers
and implemented basic support for these in the firefox
driver. Failure to fulfull a required capability will cause a
SessionNotCreatedException to be thrown.
Yes it is, it was when I originally posted this as well (I updated my maven projects before posting):
http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-server/2.25.0/
http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-java/2.25.0/
Example POM available here:
https://github.com/Ardesco/Selenium-Maven-Template/blob/master/pom.xml
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To view this discussion on the web visit https://groups.google.com/d/msg/webdriver/-/WDBe6gHgVV0J.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
This is awesome news!!
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To view this discussion on the web visit https://groups.google.com/d/msg/webdriver/-/8G2fcTwn8cwJ.
Kindly help me out.This code worked in 2.24.1 but in 2.25.0 throwing errorsI can find the element and get its text but cannot click on it.
Exception in thread "main" org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"xpath","selector":"//td[text()=\"Search\"]"}Command duration or timeout: 10 millisecondsFor documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.htmlBuild info: version: '2.25.0', revision: '17482', time: '2012-07-18 21:09:54'System info: os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.6.0_25'Driver info: driver.version: RemoteWebDriverSession ID: 4212428c-d1e7-4daa-9d3a-23a540182aafat sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)at java.lang.reflect.Constructor.newInstance(Constructor.java:513)at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:188)at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:498)at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:268)at org.openqa.selenium.remote.RemoteWebDriver.findElementByXPath(RemoteWebDriver.java:353)at org.openqa.selenium.By$ByXPath.findElement(By.java:343)at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:260)at CreateUserGroups.createUserGroups(CreateUserGroups.java:69)at CreateUserGroups.main(CreateUserGroups.java:91)Caused by: org.openqa.selenium.remote.ErrorHandler$UnknownServerException: Unable to locate element: {"method":"xpath","selector":"//td[text()=\"Search\"]"}Build info: version: '2.25.0', revision: '17482', time: '2012-07-18 21:09:54'System info: os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.6.0_25'Driver info: driver.version: unknownat <anonymous class>.<anonymous method>(file:///C:/Users/OLIVER~1.VIN/AppData/Local/Temp/anonymous8046751778136140934webdriver-profile/extensions/fxdr...@googlecode.com/components/driver_component.js:6607)at <anonymous class>.<anonymous method>(file:///C:/Users/OLIVER~1.VIN/AppData/Local/Temp/anonymous8046751778136140934webdriver-profile/extensions/fxdr...@googlecode.com/components/driver_component.js:6615)at <anonymous class>.<anonymous method>(file:///C:/Users/OLIVER~1.VIN/AppData/Local/Temp/anonymous8046751778136140934webdriver-profile/extensions/fxdr...@googlecode.com/components/command_processor.js:10131)at <anonymous class>.<anonymous method>(file:///C:/Users/OLIVER~1.VIN/AppData/Local/Temp/anonymous8046751778136140934webdriver-profile/extensions/fxdr...@googlecode.com/components/command_processor.js:10136)at <anonymous class>.<anonymous method>(file:///C:/Users/OLIVER~1.VIN/AppData/Local/Temp/anonymous8046751778136140934webdriver-profile/extensions/fxdr...@googlecode.com/components/command_processor.js:10074)
On Thursday, 19 July 2012 16:07:34 UTC+8, Mark Collin wrote:Doesn’t look like this has hit SeleniumHQ or the Selenium blog yet but the new version 2.25.0 of Selenium is available for download now:
http://code.google.com/p/selenium/downloads/list
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To view this discussion on the web visit https://groups.google.com/d/msg/webdriver/-/6zv0wkpFwJMJ.