Salesforce-Xpath problem: Element is not clickable at point (310, -1282)

I had a test case created for creating an account. A week after creation, xpathy changed

  • Account now

  • Previously, the account also had “a”

Katalon cannot click on the country picklist.
“Caused by: org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element is not clickable at point (310, -1282)”

Neither selector works in the Katalon but when pasted into the browser, the field is searched.
image

When I copy and paste the JS path in the console it shows null
image

I found the solution: I added one step before click to picklist and this helped…
image
image

Before:

1 Like