Forum Discussion
aduddella
14 years agoContributor
Hi
I am able to access the modal window and proceed further but i have a standard click function to which i pass the objects to perform action in an array format
in some situation you might encounter a modal window or in some cases no modal windows however for each click operation is perfomed but the same line of code irrespective of the presence of modal window
call Runner.CallObjectMethodAsync(arrObj(i),"Click")
In in cases where there is no modal window and i just obtain a object on page to perform the click operation
I am able to perform the operation but after the operation the object is emptied although still its associated properties are supported but everything is empty
Any idea how to avoid this
Thanks for quick reply
Regards
Anand
I am able to access the modal window and proceed further but i have a standard click function to which i pass the objects to perform action in an array format
in some situation you might encounter a modal window or in some cases no modal windows however for each click operation is perfomed but the same line of code irrespective of the presence of modal window
call Runner.CallObjectMethodAsync(arrObj(i),"Click")
In in cases where there is no modal window and i just obtain a object on page to perform the click operation
I am able to perform the operation but after the operation the object is emptied although still its associated properties are supported but everything is empty
Any idea how to avoid this
Thanks for quick reply
Regards
Anand