Forum Discussion
AlexKaras
11 years agoCommunity Hero
Hi Obaid,
Another possible approach is to execute
object.ScrollIntoView(False)
before interacting with the object.
.ScrollIntoView is a DOM method that is supported by all modern browsers, so it is pretty acceptable workaround.
Another possible approach is to execute
object.ScrollIntoView(False)
before interacting with the object.
.ScrollIntoView is a DOM method that is supported by all modern browsers, so it is pretty acceptable workaround.