02-28-2013, 08:52 PM
Hi ,
I am trying automate workflow application having number of web element where i want to click on particular web element but QTP is taking more than 3 min to run single line of script or fails to click.
Can it is possible identify web element with Xpath method for dynamic objects or web element
Is there any other method other than click ,to work faster.
Thanks in advance
Rajesh
I am trying automate workflow application having number of web element where i want to click on particular web element but QTP is taking more than 3 min to run single line of script or fails to click.
Can it is possible identify web element with Xpath method for dynamic objects or web element
Is there any other method other than click ,to work faster.
Code:
Browser().page().frame().Webelement(CL11).Click
Browser().page().frame().Webelement(CL12).Click
Thanks in advance
Rajesh