Have you tried the hovermouse method? In this example below the Parent menu was "Transactions", when you mouse over Transactions you then get a sub menu that drops down below.The sub menu I selected below Transactions was Payments.
'This is done in VB Script
Dim iexplore
Dim page
Set iexplore = Aliases.iexplore
Set page = iexplore.pageTest
Call page.FONT.Transactions.hovermouse
Page.Wait
Call page.FONT.Payments.Click(1, 1)
iexplore.Page.Wait
It should work! Good luck!
Hi David,
TestComplete does not record mouse movements, and it does not record hovering the mouse pointer over controls. In addition to Tony's advice, I can suggest that you click each item of the menu including main items when recording the script.
Subject | Author | Latest Post |
---|---|---|