Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
sugu0507
Posts : 2
Join date : 2012-06-23

Clicking on the image depending on the text Empty 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
avatar
Sourav
Active particpant
Active particpant
Posts : 17
Join date : 2012-06-28

Clicking on the image depending on the text Empty 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.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum