0

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.

Gireesh
  • 13
  • 6
  • @AdityaKumarSharma can you please help here, i have seen some reference that you have used this before. thats really appreciated. thank you, – Gireesh Nov 07 '20 at 20:25

1 Answers1

0
   <tn5250j>0.7.6.4</tn5250j>  

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

This works perfectly.

Gireesh
  • 13
  • 6