Question
Intelliswift
IN
Posted: Dec 9, 2019
Last activity: Dec 11, 2019
Last activity: 11 Dec 2019 5:08 EST
Closed
How to Read and assign value from list box to automation variable
Hi,
I am trying to get the values from a Listbox of a WPF application to the automation variable but I am not able to do so.
The source Listbox is like
---------------------------------
A1 B1
A2 B2
A3 B3
and I have to assign like this in automation variable var1= B1, var2=B2, var3=B3