Not able to click Print Button in chrome


Not able to click print button from 3 dots in chrome profile.
Click activity throws exception

Hi @sankaraveni.murugan

Instead of using click activities to click on the Print and all.
Use the Keyboard shortcuts activity to use shortcut keys and add Ctrl+P
image

It will help you to print it.

Hope it helps!!

Thank Mahesh
But ‘Ctrl+P’ Keyboard Shortcut not working for the specified web application. Can you help me to solving any other way?

Hi
Use simulate click

Hi,

If you are using classic activity then use attach browser for this window and use click inside.

If you are using modern design then use browser/application and set property never open. It will behave like attach browser.

or

Use Active Accessibility mode it will work.

Have you done using the shortcut keys manually, If its working then we are able to do it by Keyboard shortcuts activity.

If you are using classic activities, you can use the Send Hotkeys activity.

Hope you understand!! @sankaraveni.murugan