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
calysto_ramesh
Posts : 1
Join date : 2012-01-02

Not able to click on "checkbox"  Empty Not able to click on "checkbox"

Thu Jan 05, 2012 6:02 pm
Hi All,

I am new to selenium and now am trying Selenium iIDE running in testrunner mode (v0.8.3 [1879])

and stuck at " HOW TO CLICK ON on "checkbox"

1. it's not native check box, it's a image as a square box .

2. user click the image (check box) only CSS style property is changed (style="background-position: 0pt -38px;)
( image is not changed)

3. i have tried in Selenium IDE 1.5.0 using "Clickat" it works but it's helpful in testrunner mode .

Please anyone help me to fix this issue. Thanks in advance

Regards
Ramesh kumar
rohit13
rohit13
Master
Master
Posts : 180
Join date : 2012-03-29
Age : 37
Location : INDIA
http://radical-qa.blogspot.in/

Not able to click on "checkbox"  Empty Re: Not able to click on "checkbox"

Fri Mar 30, 2012 4:01 pm
Try to locate check box as image
For your reference
xpath=//img[@src='/images/logo_home.png']
xpath=//img[@alt='test']
//img[@src='/images/logo_home.png']
Back to top
Permissions in this forum:
You cannot reply to topics in this forum