danalu
8 years agoContributor
Action for SwingPopupMenu is very slow
i record the action like :
function Test1()
{
var jideButton;
jideButton = Aliases.Test.OrderPanelFloating.selectionProviderButton;
jideButton.Click(35, 12);
jideButton.SwingPopupMenu.Click("Static - search");
}
and try to play it, but found the SwingPopupMenu.click action delay 2 mins to complete. Any clue for this?