Forum Discussion

ianlop's avatar
ianlop
Occasional Contributor
3 years ago
Solved

Script Routine Parameters

Hello,

 

I have written a parameterized script routine in python and I want to use it in a keyword test. But these parameters are an on-screen object's Property names and values.

The first parameter i have is 'PropNames' and the second one is 'PropValues'. Where they must accept the list format in python: ['A', B',....].

Which option would that be in the list below?

 

Thank you