Jump to content

AutoIT value passed by selenium


Recommended Posts

Hello Everyone,

I am passing some arguments from java to AutoIT which are successfully received by AutoIT using $CmdLine[1], $CmdLine[2] and so on...

The arguments to be passed are in the form of list, as shown below:

[[1234, abc, xyz, 9999], [2345, yyy, xxx, 8888], [3456, ttt, zzz, 1111]]

The problem is I want to capture the entire list / sublist in a variable and use this variable in a 'for' loop at various places as an incremented counter.

Please help how can I achieve it.

Thanks

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...