Main not a subclass of WOComponent - but an odd cause - bad selenium jar?

2020-06-03 Thread Ray Kiddy via Webobjects-dev
but is not a subclass of WOComponent. *Reason:* Class 'Main' exists but is not a subclass of WOComponent. The fix was to remove this jar from my project: selenium-server-standalone-3.14.0.jar Oddly, the app ran fine while I was running in eclipse. But when i built with the included

Re: Selenium

2012-05-03 Thread Paul Hoadley
Hi Ron,On 03/05/2012, at 6:43 PM, Ron X wrote:but no tests i've seen:and so i have seen in all my applications - i have selenium test, but they aren't displayed in browser.what is the error?I've seen this before (where Selenium won't even find the test suite), and I can't remember all the details

Re: Selenium

2012-05-03 Thread Ron X
yes, thanks. it helps :-) 2012/5/3 Paul Hoadley pa...@logicsquad.net Hi Ron, On 03/05/2012, at 6:43 PM, Ron X wrote: but no tests i've seen: and so i have seen in all my applications - i have selenium test, but they aren't displayed in browser. what is the error? I've seen

Re: Beware FireBug 1.3.1 and Selenium

2009-02-06 Thread John Baldwin
Looks like 1.3.2 was released, mostly to make this incompatibility with Firefox 2 official: this is a minor point release removing compatibility with Firefox 2.0. John On Thursday Feb 5, 2009 10:00 PM, at 10:00 PM, Chuck Hill wrote: After updating to this, many of my Selenium tests started

Re: Beware FireBug 1.3.1 and Selenium

2009-02-06 Thread Chuck Hill
a fresh copy with the same results. Chuck On Thursday Feb 5, 2009 10:00 PM, at 10:00 PM, Chuck Hill wrote: After updating to this, many of my Selenium tests started to fail. Page Restoration Error seemed to be a common one. Removing FireBug fixed this. FireFox 2.x. This may also affect WO

Re: Beware FireBug 1.3.1 and Selenium

2009-02-06 Thread Timo Hoepfner
Am 06.02.2009 um 21:28 schrieb Chuck Hill: Looks like 1.3.2 was released, mostly to make this incompatibility with Firefox 2 official: this is a minor point release removing compatibility with Firefox 2.0. I am using 1.3.1 which is compatible with FireFox 2. I just tried a fresh copy

Beware FireBug 1.3.1 and Selenium

2009-02-05 Thread Chuck Hill
After updating to this, many of my Selenium tests started to fail. Page Restoration Error seemed to be a common one. Removing FireBug fixed this. FireFox 2.x. This may also affect WO without Selenium, but I did not wait around to find out. Chuck -- Chuck Hill Senior

Re: Selenium tests

2007-07-06 Thread Simon McLean
On 29 Jun 2007, at 21:38, Chuck Hill wrote: Try adding tr tdpause/td td5000/td td/td /tr Thanks Chuck - That's fixed it. I take the hint on attribute ID's :-) Now my tests are growing i haven't got the foggiest idea what i'm looking at !! Simon

Re: Selenium tests

2007-07-06 Thread Chuck Hill
On Jul 6, 2007, at 1:53 AM, Simon McLean wrote: On 29 Jun 2007, at 21:38, Chuck Hill wrote: Try adding tr tdpause/td td5000/td td/td /tr Thanks Chuck - That's fixed it. You might now want to experiment with reducing the pause from 5 seconds. Every bit helps

Re: Selenium tests

2007-07-06 Thread Chuck Hill
On Jul 6, 2007, at 9:36 AM, Simon McLean wrote: Try adding tr tdpause/td td5000/td td/td /tr Thanks Chuck - That's fixed it. You might now want to experiment with reducing the pause from 5 seconds. Every bit helps the tests run faster! Yes, i'm down to a

Re: Selenium tests

2007-06-29 Thread Kieran Kelleher
What does the error on the failed line say? On Jun 29, 2007, at 11:13 AM, Simon McLean wrote: Hi All - I have some selenium tests that work when I walk through them, but fail when i run through them. Has anyone else seen this behavior ? Any known workarounds ? Thanks, Simon ps. i am

Selenium tests

2007-06-29 Thread Simon McLean
Hi All - I have some selenium tests that work when I walk through them, but fail when i run through them. Has anyone else seen this behavior ? Any known workarounds ? Thanks, Simon ps. i am using Selenium IDE with chuck's wolocators.js IDE extensions, not ERSelenium

Re: Selenium tests

2007-06-29 Thread Chuck Hill
On Jun 29, 2007, at 8:13 AM, Simon McLean wrote: Hi All - I have some selenium tests that work when I walk through them, but fail when i run through them. Has anyone else seen this behavior ? Any known workarounds ? Thanks, Simon ps. i am using Selenium IDE with chuck's wolocators.js

Re: Selenium tests

2007-06-29 Thread Simon McLean
| * [info] Executing: |clickAndWait | document.forms[0].elements [1] | | * [error] document.forms[0] has no properties Simon On 29 Jun 2007, at 17:50, Chuck Hill wrote: On Jun 29, 2007, at 8:13 AM, Simon McLean wrote: Hi All - I have some selenium tests that work when I walk through

Re: Selenium tests

2007-06-29 Thread Chuck Hill
no properties Simon On 29 Jun 2007, at 17:50, Chuck Hill wrote: On Jun 29, 2007, at 8:13 AM, Simon McLean wrote: Hi All - I have some selenium tests that work when I walk through them, but fail when i run through them. Has anyone else seen this behavior ? Any known workarounds