Problem with: button is not clickable at point is not clickable at the point (267, 589). other element would receive the click

Hi
Hi
I don’t know anything about programming…, I have a problem with my test case.
With a button upload file don’t work with a click, but when I change a command to double click it’s work, but it’s open 2 upload file window and I don’t know how can I close it with katalon studio.
can you help me in this case and show me how make the bottom of uploading work with simple click or close one of 2 window…
This is the message when I chose commande click

=============== ROOT CAUSE =====================

Caused by: org.openqa.selenium.ElementClickInterceptedException: element click intercepted: Element … is not clickable at point (267, 589). Other element would receive the click:


Thank You

Have you tried this?

1 Like

If i understood right, do you want to upload File when the Window displayed, and choose your file
is that your problem ?

1 Like

Try to use a Keyword method.

1- Create a Keyword
2- attach it to your Test case, upload file will work correctly

Thank you for replay,
I solved the problem with moving up the command to the top and it’s working
Again thank You for your replay