I’m new to Katalon Studio and having a challenge capturing a test object. Steps:
- Open Object Spy
- In the browser, Right Click on the element and select “Capture Object”
- In Object Spy, highlight the captured object
- Click, “Verify and Highlight”
- Choose a different Selection Method and try again
Expected:
The object just captured is highlighted in the browser
Actual:
The object cannot be found. “Unable to locate object by ${type} Selector”.
Note that record and replay of a test case has the same issue. When I record, the element cannot be found on replay.
There is nothing dynamic about this element. The CSS selector is recorded as:
“#shepherd-container > div.shepherd-has-cancel-icon.shepherd-has-title.shepherd-element.shepherd-container.shepherd-centered.shepherd-enabled > div.shepherd-content > footer.shepherd-footer > button…shepherd-button.”
This button is generated by a third party JS package, https://shepherdjs.dev/
Any suggestions? Thanks!