How to check if an element is clickable or not using Selenium WebDriver -
i have container, contains number of elements.i looping thru elements. question syntax checking if element not clickable.
the existing methods, isdisplayed , isenabled cannot check whether element clickable or not.
if want wait element till clickable , click it, may this: selenium webdriver - determine if element clickable (i.e. not obscured dojo modal lightbox)
actually, may difficult check whether element clickable or not without clicking it.
Comments
Post a Comment