[wtr-general] Re: How to Click on DIV'S having same ID and class.

2012-05-14 Thread Bhavesh
Thanks Jarmo and Chuck, i will try whatever you provided. I already talked with developer and asked for change. Thanks for your help Bhavesh On May 13, 11:44 am, Chuck van der Linden wrote: > as Jarmo said, the values for id attributes are supposed to be unique, this > is defined in the stand

Re: [wtr-general] file_field returns null from method, works when called directly

2012-05-14 Thread Cassiano Leal
On 14 May 2012 14:37, Chuck van der Linden wrote: > > > On Wednesday, May 9, 2012 5:33:11 AM UTC-7, cassiano wrote: >> >> Got it to work! >> >> I had forgotten to take away the constructors of my original page >> classes, so the PageOpbject's was never being called. :) > > > Glad to hear you got

Re: [wtr-general] Unable to view a css element

2012-05-14 Thread Chuck van der Linden
On Wednesday, May 9, 2012 1:55:19 PM UTC-7, Aarthi wrote: > > Hi, > > I have a similar issue, that I have been battling for a couple of days. > Onmouseover (of the Package Products in the HTML attached), I get a drop > down and I need to select a link (Add Catalog Item) from the drop down. > >

[wtr-general] Re: Unable to view a css element

2012-05-14 Thread Chuck van der Linden
On Wednesday, May 9, 2012 6:28:38 AM UTC-7, BS wrote: > > Hi > > I am trying to hook onto an image within a div, which when mouseover > occurs, displays a div containing a small amount of test and button > over the original image. > Without the mouseover the text nor button will display. > > I

Re: [wtr-general] file_field returns null from method, works when called directly

2012-05-14 Thread Chuck van der Linden
On Wednesday, May 9, 2012 5:33:11 AM UTC-7, cassiano wrote: > > Got it to work! > > I had forgotten to take away the constructors of my original page classes, > so the PageOpbject's was never being called. :) Glad to hear you got it working. Stuff like this is always frustrating and I know

Re: [wtr-general] Re: Silverlight Application Automation using WATiR

2012-05-14 Thread Oscar Rieken
Good call on Sikuli. On Mon, May 14, 2012 at 1:22 PM, Chuck van der Linden wrote: > On Monday, May 14, 2012 7:41:28 AM UTC-7, SANTHOSH KUMAR KORADA wrote: >> >> Hi, >> >> Could you please provide the below information about WATiR? >> >> In our current project, there is a requirement that we need

[wtr-general] Re: Silverlight Application Automation using WATiR

2012-05-14 Thread Chuck van der Linden
On Monday, May 14, 2012 7:41:28 AM UTC-7, SANTHOSH KUMAR KORADA wrote: > > Hi, > > Could you please provide the below information about WATiR? > > In our current project, there is a requirement that we need to > automate web based application which was developed on Silverlight > version 5.0. As

Re: [wtr-general] Silverlight Application Automation using WATiR

2012-05-14 Thread Oscar Rieken
you can not with watir or selenium but you may have some luck using White http://white.codeplex.com/ I have used it on a few projects it works just fine On Mon, May 14, 2012 at 10:41 AM, SANTHOSH KUMAR KORADA < santhosh.virt...@gmail.com> wrote: > Hi, > > Could you please provide the below infor

[wtr-general] Silverlight Application Automation using WATiR

2012-05-14 Thread SANTHOSH KUMAR KORADA
Hi, Could you please provide the below information about WATiR? In our current project, there is a requirement that we need to automate web based application which was developed on Silverlight version 5.0. As specified in the installation process, I have installed IE DeveloperToolbar to spy objec