Manual and Automated Testing
›
WebDriver (aka Selenium 2.0)
Search
everywhere
only in this topic
Advanced Search
check inactive checkboxes
Classic
List
Threaded
♦
♦
Locked
2 messages
zlos7ar
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
check inactive checkboxes
hi
I have a box with 10 checkboxes but the maximum you can select is 3 and then the others become inactive.
Is there a way to check if the checkboxes are clickable or not ?
softwaretestingforum
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: check inactive checkboxes
Administrator
try -
http://selenium.googlecode.com/svn/trunk/docs/api/java/org/openqa/selenium/WebElement.html#isEnabled(
)
~ seleniumtests.com
Free forum by Nabble
Edit this page