in remote-fixtures/src/main/kotlin/com/intellij/remoterobot/fixtures/JCefBrowserFixture.kt [169:174]
fun scrollTo(@Language("XPath") xpath: String) {
val result = executeJsInBrowser("$FINDER.scrollByXpath(\"${xpath.escapeXpath()}\")")
if (result != "success") {
throw IllegalStateException("Failed to scroll to element")
}
}