Unable to do click action on the google chrome alert message

I am not able to do click action on the google chrome alert message(i.e. Certificate authentication). I tried several times still i am facing same issue.

Hello @prabakaran_b!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

Try using the Send Hotkey activity or Type into Activity to tab onto the button.

Hi @prabakaran_b,

Welcome to Uipath Community :smiley:

Could you please try below any options.

1)Try to use attach window or attach browser inside click activity
2) Try to use send hotkeys

Regards,
Omkar P

@prabakaran_b Basicallly, Google Chrome Pop- Up are java script pop - up. Therefore, attach window dont works there. Please use “Element Scope” . It is similar to attach window activity where you will have to indicate pop up and several properties will be auto-generated. Use this Element Scope documentation as reference.

1 Like

Thanks @roy_r, i used type into activity and it works .

Thanks @Reddy_Paluri , Hotkeys working fine,

1 Like