Can I scroll to a particular element on a web page with C#- NUnit?
Hi Tom,
You need to use the following command to scroll with NUnit:
driver.executescript("window.scrollTo(0, Y)")
Can I scroll to a particular element on a web page with C#- NUnit?
Hi Tom,
You need to use the following command to scroll with NUnit:
driver.executescript("window.scrollTo(0, Y)")