Not recording all controls properly

30 Views Asked by At

I am working to record the user activity using WinAppDriver recorder application. There is a specific use case where I need the help...

  • The tab key doesn't work. So basically if I am on user control and I press the tab, then it doesn't give the XPath of current control where tab arrived.

Example below:If after adding symbol I press tab key, the control is now on Account but recorder still showing XPath for Symbol text box.

  • If there is a combo box in the user interface and If I double click on the next control after selecting the combo value, then it picks up the XPath of combo and not of the next control.

Example below:If after selecting Unallocated from Account combo box I double click Quantity text box, then it still showing XPath for Account combo box and not for quantity text box until I hover the mouse a few times.

0

There are 0 best solutions below