Question
1
Replies
346
Views
Posted: June 25, 2017
Last activity: June 26, 2017
Closed
Automation on Dynamically created controls Openspan
Hi Team,
I'm trying to perform an automation , Like based on control exist need to perform corresponding operation.(Ex.if username and password both fields are there then both need to fill with some values.if only password is there then need to fill that only). How to use conditional stmts here.Please help on this.
Thanks,
Aroon
Each control has an IsCreated property that you can use to determine if it is matched or not. This property is a boolean, so it is conditional. Please elaborate on your question as I don't believe I understand fully what you are looking for.