03-16-2010, 04:29 AM
I am going through a collection of objects until I find the one I want. Each has a button that I can click to view the object. But for some reason, when I get to my object and say click the button. It is not clicking the button on the row of my object it is clicking the first one.
What can a do to make it click mine? I even get the abs_x and abs_y and it doesn't click it. Is there something I can do like simply Click xcoord,ycoord without doing Browser().Page().WebElement().Click xcoord,ycord because this is not working.
Thanks - Charles
What can a do to make it click mine? I even get the abs_x and abs_y and it doesn't click it. Is there something I can do like simply Click xcoord,ycoord without doing Browser().Page().WebElement().Click xcoord,ycord because this is not working.
Thanks - Charles