[wtr-general] Watir object identification issues Oracle App

2013-01-16 Thread kalai vanan
Hi , Does Watir support Oracle app automation??? I am not able to identify objects on the web pagewhich was developed in Oracle application. The controls are all having the same property so I am finding it hard. Kindly assist. Thanks, Kalaivanan -- Before posting, please read

Re: [wtr-general] Watir object identification issues Oracle App

2013-01-16 Thread Željko Filipin
On Wed, Jan 16, 2013 at 1:54 PM, kalai vanan kalai.l...@gmail.com wrote: Does Watir support Oracle app automation??? Link to the page would help. If the page is not public, link to a similar page would help, or relevant HTML. Željko -- https://leanpub.com/watirbook -- Before posting, please

Re: [wtr-general] Watir object identification issues Oracle App

2013-01-16 Thread kalai vanan
Hi Željko I am new to watir. I would like to know whether watir supports web application which is actually a part of Oracle E-Business Suite. The thing is I am able to locate the elements inside the application however none of the actions that was scripted is getting triggered. Example:

Re: [wtr-general] Watir object identification issues Oracle App

2013-01-16 Thread Željko Filipin
On Wed, Jan 16, 2013 at 2:31 PM, kalai vanan kalai.l...@gmail.com wrote: I am new to watir. I would like to know whether watir supports web application which is actually a part of Oracle E-Business Suite. I am new to Oracle E-Business Suite. In fact, I do not know anything about it. If you

Re: [wtr-general] Watir object identification issues Oracle App

2013-01-16 Thread Dan
I've done a fair amount of automation against the Oracle suite with watir-webdriver and it works fine. If the pages are being rendered as html you're fine. If it's opening an applet you're not going to be able to use watir-webdriver. On Wednesday, January 16, 2013 8:31:08 AM UTC-5, kalai