I was wondering if there was a way to specify the ID of the objects to click using a csv. and to loop through that list of IDs.
Thanks for your time!
I was wondering if there was a way to specify the ID of the objects to click using a csv. and to loop through that list of IDs.
Thanks for your time!
This can be done.
Read IDs from CSV with csvRead => values are in ${!col1}
Use this variable with click | id=${!col1}
Thanks a lot! That helped