Chrome notification blocks robot from selecting elements on a page

Hi there.
I have created a bot that browses a page and copies text from elements. Every time the bot runs, Chrome browser displays the notification:


The notification seem to block further robot’s actions, because when I am fast enough to manually close the notification, the robot works fine. Without my intervention the robot fails with the message:

Cannot read property ‘attributes’ of null . Please refer to Knowledge Base to make sure the activity ‘Click on element’ was set up correctly.

I have tried to disable all notifications in Chrome settings, and notifications are blocked when I browse pages myself. Yet when the robot runs a Chrome instance - the notification is still there. Looks like there is another Chrome instance that the bot uses.
Do you have any ideas how to block the notification on this second instance of chrome too or is there another work around?

Here is the solution:

  1. Disable notification for all sites in your Chrome browser, like it is described here.

  2. Make sure your robot runs the same Chrome instance you just setup in settings. Right click on ElectroNeek icon in the system tray and select Show summary:

In this new window go to Settings tab and check the Load profile with cookies, extensions etc.
Voila, you are done.