selenium-webdrivercucumber-javaibm-pcomm

Which Maven dependency to use for IBM PCOMM automation using Selenium, Java?


Can someone help me on what maven dependency to use for IBM PComm Emulator using selenium + Java for cucumber framework. any references of git or previously done any automation on this is appreciated. thank you.


Solution

  •    <tn5250j>0.7.6.4</tn5250j>  
    
            <dependency>
                <groupId>com.github.vebqa</groupId>
                <artifactId>tn5250j</artifactId>
                <version>${tn5250j}</version>
            </dependency>
    

    This works perfectly.