Unable to click on object 'Object Repository Upon Clicking a module

@ignacio.taladua So how are you finding the button? via xpath or some other means?

  1. If you can never get the button to click, then I may suggest to change the xpath to the “parent” element just above the button, be it a div or other. If it is only sometimes, and you are already using waitForElementClickable(), then can you show us any code so that we may improve the method you have of locating the element.

  2. You can perhaps use JS…

  1. There is also the possible use of the method:

WebUI.enhancedClick(TestObject to)`

The above method allows to click on the given element using various trial-and-error methods
https://docs.katalon.com/javadoc/com/kms/katalon/core/webui/keyword/WebUiBuiltInKeywords.html

1 Like