I have a web application that contains a table; I have no issues spying the table as I can select each cell and read the information. However to navigate to the next screen I need to double click the table.
None of the inbuilt commands works. So far, I have tried using the global mouse options and Send Keys to overcome the problem but nothing has worked.
I have also tried to switch on the Windows accessibility mode and use the keyboard as a mouse but again with no joy.
Any ideas would be greatly appreciated.