Forum Discussion

salley's avatar
salley
Frequent Contributor
6 years ago
Solved

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 ...
  • tristaanogre's avatar
    6 years ago

    What if, before you call currentObject.Click, you make a call to currentObject.scrollIntoView(true)?