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

com.epam.jdi.light.ui.html.elements.common.FileUpload Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
package com.epam.jdi.light.ui.html.elements.common;

import com.epam.jdi.light.elements.common.Keyboard;
import com.jdiai.tools.Timer;

public class FileUpload extends Button {
    public void uploadFile(String filePath) {
        click();
        Timer.sleep(1000);
        Keyboard.pasteText(filePath);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy