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

com.salesforceiq.augmenteddriver.web.AugmentedWebOnlyFunctions Maven / Gradle / Ivy

package com.salesforceiq.augmenteddriver.web;

import org.openqa.selenium.By;

/**
 * Augmented functionality only for Web.
 */
public interface AugmentedWebOnlyFunctions {

    /**
     * Scrolls down the page to the bottom.
     */
    void scrollToBottom();

    /**
     * Scrolls the page to an element.
     *
     * @param by to which element to scroll to.
     */
    void scrollToElement(By by);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy