Sendkeys usage in Katalon

Hi All,

Can we use sendkeys method in katalon without a test object.
eg. WebUI.sendKeys(null, Keys.chord(Keys.CONTROL, ā€˜s’))

WebUI.comment('But why?')
1 Like

Here is what I am trying to achieve:

1. Click on print button in application in chrome.
2. It opens print page as shown below, now i want to click on save button using katalon. Issue is object not getting identified by Katalon.

Since, the objects are not getting identified, Iwanted to know if we can use senkeys without an object.

print dialog.JPG