- sugu0507
- Posts : 2
Join date : 2012-06-23
Clicking on the image depending on the text
Sat Jun 23, 2012 5:33 pm
Hi,
I have to click on the image depending on the text that is present below the image...
For ex: i have some images containing "complete" and some images containing "Incomplete" text present below the image... And i have to click on the image that is with the text "Incomplete"... please give me the solution
I have to click on the image depending on the text that is present below the image...
For ex: i have some images containing "complete" and some images containing "Incomplete" text present below the image... And i have to click on the image that is with the text "Incomplete"... please give me the solution
- SouravActive particpant
- Posts : 17
Join date : 2012-06-28
Re: Clicking on the image depending on the text
Thu Jun 28, 2012 8:34 pm
You need to find some relative position, now for me its hard to give any specific solution without knowing the source. For example, your image src is say 'incomplete.gif' and 'complete.gif' and in your page image and text are inside a div tag and they are listed in column of a table. In that case, you have see each row and need to check text or src of image. You can generate xpath of the image like below
.../table/tr[index]/td[4]/div/img and click it.
.../table/tr[index]/td[4]/div/img and click it.
Permissions in this forum:
You cannot reply to topics in this forum