Forum Discussion

russelld's avatar
russelld
Contributor
6 years ago

Dropdown list don't support ClickItem

I'm having trouble selecting from my drop-down list.

 

There's no ClickItem option available, is there a way to activate it?

 

I have been trying to get this to work but its seems it only works for different situations

Aliases.panelWorkspace.partSales.partInventoryDataWindow.partTransType.Keys(transtype).Click(-1,-1);

 

Any suggestions?

Thanks

1 Reply

  • Please try with the below way ,it might be help you.

     

    Aliases.panelWorkspace.partSales.partInventoryDataWindow.partTransType.Click:aqUtils.Delay(200)

    Aliases.panelWorkspace.partSales.partInventoryDataWindow.partTransType.FindChild(ItempropName,ItemPropVal,20).Click

     

    Thanks & Regards,

    Ashok