Forum Discussion

lodecesa's avatar
lodecesa
Contributor
2 years ago
Solved

ClickItem for a Dropdown select object partially out of screen (in bottom of the page) don't work

I have implemented a Keyword Test in TestComplete that insert some data in a web form. When i try to select an option of a dropdown object (<select> tag) with an On-screen Action "ClickItem" it don't...
  • Kitt's avatar
    2 years ago

    Try using element.scrollIntoView() - see post [here].