Since sendKeys ${KEY_ENTER} doesn’t really work properly in Katalon Recorder, I’m trying to find out if there’s a way for me to verify that a button on a web page is set as the default button so that if I were to just press Enter on my keyboard, it would do the action of that button.
The web page works correctly, because when I get to that page, if I manually press Enter on my keyboard, it does what it’s supposed to do. But since sendKeys needs a target value, that just doesn’t work (believe me, I’ve tried).