Very good explanation. I also have question, aside from the index of the button, what else can I use? For example, I want to click the Add to Cart button of Simple Computer, is there other way to identify the location of the button aside from using #4?
@@QASCRIPT Hi. Thank you for your response. Can you give me an example how to identify control by properties? I've been searching everywhere but can't find any example.
Also why are we not using identification of controls ,whats the exact need of not using those identification and using explicit name ?Like if that control is easily beuing unique by identifications then why are we using explicit name?
Excellent topic to be covered.
Thanks
Very good explanation..thanks
Glad you liked it
Very good explanation. I also have question, aside from the index of the button, what else can I use? For example, I want to click the Add to Cart button of Simple Computer, is there other way to identify the location of the button aside from using #4?
There are multiple ways to identify a control - by properties, index, anchor or image.
@@QASCRIPT Hi. Thank you for your response. Can you give me an example how to identify control by properties? I've been searching everywhere but can't find any example.
ua-cam.com/video/6Z-XkFoVoxw/v-deo.html
Other than renaming attribute is there any other uses of explicit name sir ?
It is used to identify non-unique controls in the application
Thank you!
Welcome!
Also why are we not using identification of controls ,whats the exact need of not using those identification and using explicit name ?Like if that control is easily beuing unique by identifications then why are we using explicit name?
Explicit Name is used to identify controls which have similar properties and cannot be identified by these properties.