I have faced same problem
and firewatir allows multiple attributes to use.
Try using wait_until function to check the element is loaded or not.
--
You received this message because you are subscribed to the Google Groups
"Watir General" group.
To post to this group, send email to watir-genera
Get firebug add-on for firefox and click on 'click an element in the
page to inspect ' button in firebug panel
then click on any element for which you want to find the class
property.
It will highlight the html code of the element and see the class name
of the element if it has one.
I hope that
On Feb 3, 4:04 pm, Željko Filipin
wrote:
> On Wed, Feb 3, 2010 at 11:52 AM, Ramapulla Reddy
> wrote:
>
> > Does watir has a way to find the position of an element by giving its
> > id or name or xpath etc
>
> Please take a look at this:
>
> http://wiki.op
I went through all those site before posting only.
The problem is the mouse over and right click events as mentioned in
those sites is not simulating the real
mouse right click.
I should get a context menu on clicking a image whose position is keep
changing.
I used the right click as mentioned in
Does watir has a way to find the position of an element by giving its
id or name or xpath etc
if it has it would be good because we can use AutoIt to move mouse and
click etc
If its there can anyone help me out a way?
--
You received this message because you are subscribed to the Google Groups