Re: https://www.katalon.com/resources-center/tutorials/create-test-case-using-record-playback/
When walking through this demo test case, the test case I created fails on playback at the date picker. The script line that fails is :
WebUI.click(findTestObject('Object Repository/MakeAppt/Page_CURA Healthcare Service/td_3'))
I can understand why this would fail - it references just the cell without mentioning the parent object. But I don’t understand why it would script this way.
I haven’t tried workarounds yet, but at best the workarounds would have to be done for each datepicker. Ugh.
Please advise.
Thanks