salley
7 years agoFrequent Contributor
how to click on a checkbox from a dropdown list
i'm trying to check an item from a dropdown table list. i can find the item but unable to click because i need to scroll down to view the checkbox. my code works if the item is visible. i'm just not ...
- 7 years ago
What if, before you call currentObject.Click, you make a call to currentObject.scrollIntoView(true)?