
com.onevizion.uitest.api.helper.DropDownJs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-test-api Show documentation
Show all versions of ui-test-api Show documentation
An API for easily write tests for OneVizion platform
The newest version!
package com.onevizion.uitest.api.helper;
import org.openqa.selenium.WebElement;
import org.springframework.stereotype.Component;
@Component
class DropDownJs extends Js {
void scrollToElementInDropDown(WebElement webElement) {
execJs3("arguments[0].parentNode.parentNode.parentNode.parentNode.scrollTop = arguments[0].offsetTop;", webElement);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy