Forum Discussion
pagarwal
15 years agoNew Contributor
Hi,
I tried with recording the event of clicking the Submit button, here is the code that is recorded:
============
Sub Test2
Dim w1
Set w1 = Sys.Process("iexplore", 1).Page("http://qatools-prd-01:8080/automation/remotelogin/RemoteLogin.action")
Call w1.ToURL("http://qatools-prd-01:8080/automation/remotelogin/RemoteLogin.action")
w1.Panel("doc4").Panel("content").Panel("contentShadows").Panel(1).Panel("bd").Panel("yui_g").Form("FeRemoteAuthAction").Panel("wwctrl_FeRemoteAuthAction_0").Button("FeRemoteAuthAction_0").Click
'Please wait until download completes: "about:blank"
w1.Wait
End Sub
=================
When I am trying to playback the recorded code, Test Complete gives an error in the result log:
---------------------
There was an attempt to perform a click at point (0, 0) which is out of the window bounds. Normal 11:35:41
----------------------
If I am executing my earlier recorded scripts, the same thing is happening. After browser is opened up web page is opened but none of the action is performed on the page and I receive the above mentioned error message.
Please provide me any other information.
Thanks,
Parag
Related Content
- 2 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 6 days ago