Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20990

TC10 Trial Version - ToolbarWindow32 Issues

$
0
0

Hi there,

 

I am a new user for TC10, but I suspect my issue is not user-error.

 

To familarise myself with the application, I have been building basic login/logout functionality scripts for one of our sites using JScript.  I firstly recorded the script using Firefox, then customized the code.  It worked like a charm.

 

Next, I attempted the same process for Internet Explorer...

 

This issue here is, even with the untouched recorded script it fails to run beyond a call to the ToolbarWindow32 object.

 

The line it fails at:

browser.wndBaseBar.MenuSite.SysPager.ToolbarWindow32.ClickItemXY("Monisend MI Test", 56, 3, false);

Additional Info from Fail Log:

An error occurred while accessing the "ClickItemXY" method or property of the "ToolbarWindow32" object.
The object or one of its parent objects was not found.

As this is script is generated from the record function, I cannot fault it.

 

I attempted to construct the line manually and noticed ClickItemXY() was not a method that was offered (surprise, surprise).  Click() and ClickItem() were present and I tried both to no avail.

 

If there is another way to construct the toolbar clicks other than using the ToolbarWindow32 object, please advise.

 

Otherwise, if this is somehow a user-error please help.

 

Kind Regards,

Ben.


Viewing all articles
Browse latest Browse all 20990

Trending Articles