Can't click on a context menu item with Katalon Studio Can't click on a context menu item with Katalon Studio selenium selenium

Can't click on a context menu item with Katalon Studio


More information would be helpful to help solve your case (screenshot, video, DOM information of that element).
Here I'll try to give you a common solution: you need to add a timeout to wait for the context menu to appear on the screen.

  • You can do that by using the keyword Wait For Element Visible to check for visibility of the specified element or using the keyword Wait For Element Attribute Value to wait for a specific attribute that could indicate the visibility of that element.
  • If those keywords failed, you can add a hard delay using the delay keyword before trying to click on that context menu.