01-25-2016, 02:48 PM
Hi Shusheel,
Please use regular expression in the recorded property values of the objects in OR. i.e. TeScreen("screen28888") , TeField("field167")
Suppose if the value for Name property is screen28888 then make it as screen\d+ so it will match all screens with name as "sceen....."
Apply this change to every recorded object description.
Thanks,
Arun
Please use regular expression in the recorded property values of the objects in OR. i.e. TeScreen("screen28888") , TeField("field167")
Suppose if the value for Name property is screen28888 then make it as screen\d+ so it will match all screens with name as "sceen....."
Apply this change to every recorded object description.
Thanks,
Arun