Activity error for web image download using mouse right click

I encounter UiPath studio error.
When I make process like as below, error happen.
Access the “daum.net” then go to news portal and image save using
mouse right click.
UiPath studio show error shown as below and processing did not completed.
“Click on ‘Menu Item’. UI log is invalid. Please leave log and check for editing.”
When i make “click menu”, “F2” then clik mouse botton to target “save as” .
How do I solve this?

@hong0

*Check the selector for the “Click” activity on the ‘Menu Item.’ Make sure it is accurately identifying the element. Use UiExplorer to inspect the element and adjust the selector if needed.

Sometimes, web pages have dynamic elements that can change with each session. If this is the case, consider using wildcards () in your selector to handle dynamic parts.

*Try enabling the “SimulateClick” property in the ‘Click’ activity. This can sometimes help with interacting with certain types of UI elements.

Cheers!!

Very thanks for your answer. But i can’t find simulate click property in ‘Click’ activity.
:smiling_face:

Hi @hong0

You can find Simulate property for Click Activity in properties panel for both classsic and Modern Design

thanks a lot…Have a nice day.~

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.