Forum Discussion
3 Replies
Sort By
I have a scenario where i need a select a row in a webtable, expand it to fetch some data and then do ctrl + click operation to deselect the row.
Page.WebTable.click(-1,-1,skCtrl)
This line of code works perfectly fine when i execute it from testcomplete, but gets a timeout error when trying to execute it from QAComplete. Other lines of code work perfectly fine.