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

ack.automate-testassist.1.1.0.source-code.EventType Maven / Gradle / Ivy

Go to download

Library provides classes that Assist the Automate Build plugins to capture Selenium session id and test case names.

There is a newer version: 1.1.1
Show newest version
package com.browserstack.automate.testassist;

/**
 *
 * @author Shirish Kamath
 * @author Anirudha Khanna
 */
enum EventType {
    WD_START,
    WD_END,
    TEST_START,
    TEST_END,
    UNKNOWN
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy