What are the steps to scroll to a particular element on a web page with C# MSTest?
Hi Alex,
You need to use the following command to scroll to a particular element with MSTest:
driver.executescript("window.scrollTo(0, Y)")
What are the steps to scroll to a particular element on a web page with C# MSTest?
Hi Alex,
You need to use the following command to scroll to a particular element with MSTest:
driver.executescript("window.scrollTo(0, Y)")