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

io.simplicite.simplinium.Process Maven / Gradle / Ivy

package io.simplicite.simplinium;

import com.codeborne.selenide.Selenide;

import static com.codeborne.selenide.Selenide.$;

/**
 * Class containing the Process test function
 */
public class Process {

    /** Click the button close
     *
     */
    public static void nextPage() {
        $("button[data-action=\"validate\"]").click();
        //depends of the performance can be remove
        Selenide.sleep(500);
    }



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy