Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Selenium 2.25.0 Is Out
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  17 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mark Collin  
View profile  
 More options Jul 19 2012, 4:07 am
From: "Mark Collin" <mark.col...@lazeryattack.com>
Date: Thu, 19 Jul 2012 09:07:34 +0100
Local: Thurs, Jul 19 2012 4:07 am
Subject: Selenium 2.25.0 Is Out

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Collin  
View profile  
 More options Jul 19 2012, 4:16 am
From: "Mark Collin" <mark.col...@lazeryattack.com>
Date: Thu, 19 Jul 2012 09:16:28 +0100
Local: Thurs, Jul 19 2012 4:16 am
Subject: RE: [selenium-users] Selenium 2.25.0 Is Out

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.

From: selenium-users@googlegroups.com
[mailto:selenium-users@googlegroups.com] On Behalf Of Mark Collin
Sent: 19 July 2012 09:08
To: selenium-users@googlegroups.com
Cc: webdriver@googlegroups.com
Subject: [selenium-users] Selenium 2.25.0 Is Out

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
"Selenium Users" group.
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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "[selenium-users] Selenium 2.25.0 Is Out" by alladi sai
alladi sai  
View profile  
 More options Jul 19 2012, 4:32 am
From: alladi sai <alladi....@gmail.com>
Date: Thu, 19 Jul 2012 14:02:44 +0530
Local: Thurs, Jul 19 2012 4:32 am
Subject: Re: [webdriver] RE: [selenium-users] Selenium 2.25.0 Is Out

Thanks mark, It's really helpful,

I thought that in this release we will get a support to handle the alert
box by setting the capability , unfortunately we got
this facility for Firefox only , may be in next release we will get it for
all browsers .

I am talking about this point.
"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."

Regard's

Sai baba

On Thu, Jul 19, 2012 at 1:46 PM, Mark Collin
<mark.col...@lazeryattack.com>wrote:

--
Regard's

Sai..


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Riley  
View profile  
 More options Jul 19 2012, 12:27 pm
From: Mike Riley <lvskip...@cox.net>
Date: Thu, 19 Jul 2012 09:27:26 -0700 (PDT)
Local: Thurs, Jul 19 2012 12:27 pm
Subject: Re: [webdriver] RE: [selenium-users] Selenium 2.25.0 Is Out

Actually, Safari seems to have it as well:
  * Safari driver will dismiss open alerts to prevent tests from
    hanging.

My question is about the IEDriverServer, which was also upgraded.  Can I
put that driver so it is run by both 2.25.0 and 2.24.1 as I evaluate the
new version, or is there a compatibility issue?  One thing I have noticed
with the ChromeDriver is that you can have the newer version and it works
just fine with the older Selenium versions.  I am hoping the
IEDriverServer.exe is designed to work in the same manner?

Mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Evans  
View profile  
 More options Jul 19 2012, 12:59 pm
From: Jim Evans <james.h.evans...@gmail.com>
Date: Thu, 19 Jul 2012 09:59:34 -0700 (PDT)
Local: Thurs, Jul 19 2012 12:59 pm
Subject: Re: [webdriver] RE: [selenium-users] Selenium 2.25.0 Is Out

Newer versions of the IEDriverServer.exe should fit seamlessly into older
versions of WebDriver, as long as the WebDriver library knows how to launch
and talk to IEDriverServer.exe. Any later version of IEDriverServer.exe
should work with 2.24.1 of the Java language bindings, at least for now[1].

[1] I don't foresee that changing, but I wanted to give myself the wiggle
room in case the protocol changes significantly at some point in the
future. What You Say On The Internet Is Forever (TM) after all.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Selenium 2.25.0 Is Out" by Jim Evans
Jim Evans  
View profile  
 More options Jul 19 2012, 1:16 pm
From: Jim Evans <james.h.evans...@gmail.com>
Date: Thu, 19 Jul 2012 10:16:48 -0700 (PDT)
Local: Thurs, Jul 19 2012 1:16 pm
Subject: Re: Selenium 2.25.0 Is Out

That's very odd. The build process between 2.24 and 2.25 for the .NET
bindings has not changed one iota to my knowledge. The NuGet package is
built from the same output as the .zip file creation, so I'm concerned
about how this happened. I've just downloaded the .zip file from the
googlecode site, created a new .NET Framework 4.0 console application
project, referencing the assemblies from the net40 folder, and I got no
assembly errors. Could there be something else at play here?

--Jim


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "[selenium-users] Selenium 2.25.0 Is Out" by Mike Riley
Mike Riley  
View profile  
 More options Jul 19 2012, 1:31 pm
From: Mike Riley <lvskip...@cox.net>
Date: Thu, 19 Jul 2012 10:31:52 -0700 (PDT)
Local: Thurs, Jul 19 2012 1:31 pm
Subject: Re: [webdriver] RE: [selenium-users] Selenium 2.25.0 Is Out

Yes, if the protocol changes or something critical in the API to get the
driver to work properly (like we had a while back with Opera due to a
change in browser features) then it obviously will have a disconnect.  That
can be announced in the release notes though, so people will be aware of it.

I like the idea of a separate driver module, because it lets the driver
track the browser releases and the Selenium doesn't have to stay in sync
with it, only the driver needs to.  That would seem to work well for the
W3C standard as well, because the browser developers can maintain that code
themselves and release it at the same time as the browser is released.

Mike


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Selenium 2.25.0 Is Out" by ankit
ankit  
View profile  
 More options Jul 19 2012, 3:29 pm
From: ankit <ankitso...@gmail.com>
Date: Thu, 19 Jul 2012 12:29:39 -0700 (PDT)
Local: Thurs, Jul 19 2012 3:29 pm
Subject: Re: Selenium 2.25.0 Is Out

Could someone explain a little bit about this point to me:

  * 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.

Doesn't the grid server setup already handle requiredCapabilities? I've
been using it to dispatch tests to different browser versions without any
problems. Or is this functionality now being implemented in standalone
servers too?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Graham  
View profile  
 More options Jul 20 2012, 3:40 am
From: Graham <nicegra...@gmail.com>
Date: Fri, 20 Jul 2012 00:40:39 -0700 (PDT)
Local: Fri, Jul 20 2012 3:40 am
Subject: Re: Selenium 2.25.0 Is Out

It's not available via Maven - how does it get pushed there?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Collin  
View profile  
 More options Jul 20 2012, 3:47 am
From: "Mark Collin" <mark.col...@lazeryattack.com>
Date: Fri, 20 Jul 2012 08:47:39 +0100
Local: Fri, Jul 20 2012 3:47 am
Subject: RE: [webdriver] Re: Selenium 2.25.0 Is Out

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-serv...
.0/

http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-java...
/

Example POM available here:

https://github.com/Ardesco/Selenium-Maven-Template/blob/master/pom.xml

From: webdriver@googlegroups.com [mailto:webdriver@googlegroups.com] On
Behalf Of Graham
Sent: 20 July 2012 08:41
To: webdriver@googlegroups.com
Cc: selenium-users@googlegroups.com
Subject: [webdriver] Re: Selenium 2.25.0 Is Out

It's not available via Maven - how does it get pushed there?

On Thursday, 19 July 2012 09:07:34 UTC+1, 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/-/WDBe6gHgVV0J.
To post to this group, send email to webdriver@googlegroups.com.
To unsubscribe from this group, send email to
webdriver+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/webdriver?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vidit  
View profile  
 More options Jul 20 2012, 3:56 am
From: Vidit <vidit.och...@gmail.com>
Date: Fri, 20 Jul 2012 00:56:15 -0700 (PDT)
Local: Fri, Jul 20 2012 3:56 am
Subject: Re: Selenium 2.25.0 Is Out

This is awesome news!!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Test SCF  
View profile  
 More options Jul 20 2012, 4:13 am
From: Test SCF <test....@gmail.com>
Date: Fri, 20 Jul 2012 13:43:38 +0530
Local: Fri, Jul 20 2012 4:13 am
Subject: Re: [webdriver] Re: Selenium 2.25.0 Is Out

Yes Maven is also working perfect - I was able to download all jars :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oliver  
View profile  
 More options Jul 31 2012, 11:43 pm
From: Oliver <oliver29.vinc...@gmail.com>
Date: Tue, 31 Jul 2012 20:43:16 -0700 (PDT)
Local: Tues, Jul 31 2012 11:43 pm
Subject: Re: Selenium 2.25.0 Is Out

Kindly help me out.

This code worked in 2.24.1 but in 2.25.0 throwing errors
I 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 milliseconds
For documentation on this error, please visit:
http://seleniumhq.org/exceptions/no_such_element.html
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: RemoteWebDriver
Session ID: 4212428c-d1e7-4daa-9d3a-23a540182aaf
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcce ssorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstru ctorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at
org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:1 88)
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(RemoteWebDriv er.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: unknown
at <anonymous class>.<anonymous
method>(file:///C:/Users/OLIVER~1.VIN/AppData/Local/Temp/anonymous804675177 8136140934webdriver-profile/extensions/fxdri...@googlecode.com/components/driver_component.js:6607)
at <anonymous class>.<anonymous
method>(file:///C:/Users/OLIVER~1.VIN/AppData/Local/Temp/anonymous804675177 8136140934webdriver-profile/extensions/fxdri...@googlecode.com/components/driver_component.js:6615)
at <anonymous class>.<anonymous
method>(file:///C:/Users/OLIVER~1.VIN/AppData/Local/Temp/anonymous804675177 8136140934webdriver-profile/extensions/fxdri...@googlecode.com/components/command_processor.js:10131)
at <anonymous class>.<anonymous
method>(file:///C:/Users/OLIVER~1.VIN/AppData/Local/Temp/anonymous804675177 8136140934webdriver-profile/extensions/fxdri...@googlecode.com/components/command_processor.js:10136)
at <anonymous class>.<anonymous
method>(file:///C:/Users/OLIVER~1.VIN/AppData/Local/Temp/anonymous804675177 8136140934webdriver-profile/extensions/fxdri...@googlecode.com/components/command_processor.js:10074)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Krishnan Mahadevan  
View profile  
 More options Aug 2 2012, 12:37 am
From: Krishnan Mahadevan <krishnan.mahadevan1...@gmail.com>
Date: Thu, 2 Aug 2012 10:07:30 +0530
Local: Thurs, Aug 2 2012 12:37 am
Subject: Re: [webdriver] Re: Selenium 2.25.0 Is Out

Can you please try and clear out your firefox profiles once and retry again
?

Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening
or in love with someone else!"

On Wed, Aug 1, 2012 at 9:13 AM, Oliver <oliver29.vinc...@gmail.com> wrote:
> Kindly help me out.

> This code worked in 2.24.1 but in 2.25.0 throwing errors
> I can find the element and get its text but cannot click on it.

So you were literally working with the same Firefox Version when you
toggled between 2.24.1 (where it works for you) and 2.25.0 (where it
doesnot work for you) ?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oliver Vincent  
View profile  
 More options Aug 2 2012, 2:26 am
From: Oliver Vincent <oliver29.vinc...@gmail.com>
Date: Thu, 2 Aug 2012 14:26:25 +0800
Local: Thurs, Aug 2 2012 2:26 am
Subject: Re: [webdriver] Re: Selenium 2.25.0 Is Out

Hi Krishna
It is exactly throwing errors that it cannot locate the element. I used the
same browser running both the tests. I did not set any profiles by the way.

On Thu, Aug 2, 2012 at 12:37 PM, Krishnan Mahadevan <

--
*Regards*

*Oliver Vincent*


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Krishnan Mahadevan  
View profile  
 More options Aug 2 2012, 3:03 am
From: Krishnan Mahadevan <krishnan.mahadevan1...@gmail.com>
Date: Thu, 2 Aug 2012 12:33:39 +0530
Local: Thurs, Aug 2 2012 3:03 am
Subject: Re: [webdriver] Re: Selenium 2.25.0 Is Out

Oliver,

You may need to first check if your xpath is correct (I know this kind of
sounds absurd, since the same xpath works fine in 2.24 but not in 2.25 is
what you claim). See if you can narrow it down to an xpath which works for
both versions.

That being said, I am running out of options to be frank :) Perhaps someone
else can continue helping you.

Note: I think you are better off starting a new thread, since your problem
doesnt have anything to do with this thread (which was basically an
announcement sent to the users that Selenium 2.25 is out)

Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening
or in love with someone else!"

On Thu, Aug 2, 2012 at 11:56 AM, Oliver Vincent
<oliver29.vinc...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
darrell  
View profile  
 More options Aug 2 2012, 12:21 pm
From: darrell <darrell.grain...@gmail.com>
Date: Thu, 2 Aug 2012 09:21:25 -0700 (PDT)
Local: Thurs, Aug 2 2012 12:21 pm
Subject: Re: Selenium 2.25.0 Is Out
Is changing from 2.24.1 to 2.25.0 the only change? Are you using the
exact same web browser (it didn't auto-upgrade)? Is this a new build
of the website? Can you go back to 2.24.1 and confirm it works? Did
you upgrade the Selenium Server and ALL the libraries for the client?
Did you update your build path so it is finding all the new libraries?

If everything above is fine, try changing the xpath to "//
td[contains(text(), 'Search')]" and see if that works for you.

Darrell

On Jul 31, 11:43 pm, Oliver <oliver29.vinc...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »