Shortcut keys for Object Repository element

I was doing a lot of copy (CTRL + C) and pasting (CTRL + V) today. Occasionally, instead of the text pasting, I would get the display of the Object Repository element that I was working on. I think this shortcut would be a benefit to my fixing code, so I have looked at Katalon’s documentation and Eclipse’s documentation for the specific shortcut and can’t find it. I even tried a lot of double and triple combinations but I couldn’t get it to work.

Again, I want to select an element in my code (Script mode) and use a short-cut key combination to display the object instead of having to physically search for it in the OR. Does anyone know the shortcut to get an object from your code to display the specific object from the OR?

2 Likes

Hi - when I click CTRL and then hover over any of the test objects in script mode, each one will turn into an active link. You can click and the TO will open… is that what you wanted? I can’t see a mouseless way of doing this

1 Like

Select the element from your script and do CTRL+ Mouse click and it will directly open the element

WebUI.verifyElementText(findTestObject('Object Repository/LoginObjects/Page_Zack Market/div_Zack Market’), ‘ZACK MARKET’)

1 Like

seconds apart! :slight_smile:

2 Likes