manogna
(manu)
June 25, 2020, 4:35am
1
i am working on automation process, in which i want to click on extension icon in the chrome. can anyone suggest me to choose the activity for this.
i tried with click activity but it is highlighting entire window not the extension icon, please check below
Hi @manogna
The menu area of Chrome doesn’t seem to be accessible to the UI activities such as Click.
Have you tried Click Image ? It seems to be working reliably.
manogna
(manu)
June 25, 2020, 5:27am
3
yes, i have tried click image also when i use click image it will select like this
You need to drag around the block of the image, as shown below:
It looks like this is a different issue: Read this document
What is the extension that you’re trying to get the bot to click?
manogna
(manu)
June 25, 2020, 6:49am
7
i am trying to click email extractor
Can you upload a recording of how the error occurs with bot, and also how it works when you manually do it?
Thanks.
Please check these help documents from UiPath Forums.
Scenario: Click Image activity which was earlier working well , isn’t working after the new update .
Studio/Robot/Orchestrator Version: 2018.1.0
Last stable behavior: yesterday
Last stable version: 2017
OS Version: Windows 7 64 bit
Others if Relevant: (workflow, logs, .net version, service pack, etc): Getting this exception
Message: The type initializer for ‘Emgu.CV.CvInvoke’ threw an exception
Exception Type: ImageOperationException
UiPath.Core.ImageOperationException: The type initiali…
Reason :
Not having required Media Feature Pack installed.
Solution :
Please check the below details and install the required patch (as per your OS) if not already installed:
Windows 7 update KB 2533623
Window 7 N update KB 968211
Windows 7 SP1 Update for Universal C Runtime
Windows 8.1
Windows 8.1 N Media Feature Pack KB 2835517
Windows 10
Windows 10 N Media Feature Pack KB4039813
Windows Server 2008 R2 update KB 963697 and the Desktop Experience feature
Windows Server 2012 R2
Plea…