TestComplete doesn't show click method on inspection but it will appear in browser
Hi, I am currently having issues attempting to click a icon button within my application. TestComplete is able to find the element through the FindChildByXPath method however, when TestComplete attempts to click the button I recivev an error saying "Click is not a function".
Through further investigation within the Chrome inspect element "Click" is listed as an event listener. But in TestComplete this method does not appear. Is therre anyway to work around this issue?
Thank you for any help!
note: Some title and class names have been changed for the examples. Within the screenshot for the methods shown by TestComplete the remainder of the list that cannot be seen also does not show a Click method.
If the Devs can structure the coding similar to https://www.w3schools.com/howto/howto_js_treeview.asp, then you should be able to perform a click on the name to expand the nodes.