- calysto_ramesh
- Posts : 1
Join date : 2012-01-02
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
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
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']
For your reference
xpath=//img[@src='/images/logo_home.png']
xpath=//img[@alt='test']
//img[@src='/images/logo_home.png']
- How to click random checkbox
- IDE not recording click on table row (with jquery click handler attached)
- Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
- Error: 'An error occurred executing the click atom' when i try to click an option
- How do I get checkbox element identifier generated dynamically?
Permissions in this forum:
You cannot reply to topics in this forum