Re: Upgrading selenium version

2012-12-13 Thread George Christman
Strange, my phone must of sent a blank email. Anyhow thanks Lance, I didn't
realize maven worked like that. 

I'm now running the latest version of selenium, "2.28.0" which appears to
work without issue plus fixed my bug. I was having an issue trying to
assertText() using xpath= namespace in the locator within an ajaxformloop.
Do to namespace issues, your required to use xpath= and the older version of
selenium doesn't seem to support the feature in all selenium methods. 

Thanks Guys, 
George



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Upgrading-selenium-version-tp5718653p5718679.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Upgrading selenium version

2012-12-13 Thread George Christman


-George

- Reply message -
From: "Lance Java [via Tapestry]" 
Date: Thu, Dec 13, 2012 3:19 am
Subject: Upgrading selenium version
To: "George Christman" 





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Upgrading-selenium-version-tp5718653p5718678.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: Upgrading selenium version

2012-12-13 Thread Lance Java
In maven, the "nearest definition" wins.
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html

So if you declare a version in your pom.xml, it will override the version
declared in any of your dependencies (ie tapestry).



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Upgrading-selenium-version-tp5718653p5718672.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Upgrading selenium version

2012-12-12 Thread George Christman
Thanks Thiago, all set, wasn't aware you could easily override the versions.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Upgrading-selenium-version-tp5718653p5718656.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Upgrading selenium version

2012-12-12 Thread Thiago H de Paula Figueiredo
On Wed, 12 Dec 2012 15:49:51 -0200, George Christman  
 wrote:



Hello all, I've been running into an issue with selenium and it has been
suggested on stack overflow I try up dating the selenium version.  
Tapestry is currently running on 2.14.0 while 2.28.0 is the most  
current. I'm

wondering if there is any plans to upgrade the version or if I have the
ability on my end to run a different version?


Just use Maven, Gradle or some other tool you're using and force the  
Selenium version you want. Tapestry isn't forcing you to use a given  
version, just pre-configured to use one.


--
Thiago H. de Paula Figueiredo

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org