All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.onevizion.uitest.api.helper.DropDownJs Maven / Gradle / Ivy

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