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

com.video.recorder.AppiumScreenRecordFactory Maven / Gradle / Ivy

There is a newer version: 9.0.1
Show newest version
package com.video.recorder;


import java.io.IOException;

public class AppiumScreenRecordFactory {

    public static IScreenRecord recordScreen() {
        return new AppiumScreenRecorder();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy