<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to block notifications poping up in Chrome</title><link>https://community.appian.com/discussions/f/rpa/22381/how-to-block-notifications-poping-up-in-chrome</link><description>Hello! 
 
 I wonder if it is possible to tell the Chrome browser to allow or block notifications while using it with RPA? 
 In Selenium/Java I would use something like this: 
 ChromeOptions options = new ChromeOptions(); 
 options.AddUserProfilePreference</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to block notifications poping up in Chrome</title><link>https://community.appian.com/thread/89334?ContentTypeID=1</link><pubDate>Sun, 26 Dec 2021 15:44:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aa58fbf1-d26d-4ff1-bce5-299ed084e056</guid><dc:creator>Zoran Šaronja</dc:creator><description>&lt;p&gt;Hi mukeshr0001,&lt;/p&gt;
&lt;p&gt;Thanks for your advice, but unfortunately it&amp;#39;s not working. I have set those settings options, and they do work when I open the website manually, but when a robot opens the website those settings are not used.&lt;/p&gt;
&lt;p&gt;I couldn&amp;#39;t find any mention of this kind of behaviour in documentation.&lt;/p&gt;
&lt;p&gt;I am not sure if I need to import those settings while initializing browser with a robot or do some other code in order for this to work, but I am trying to exhaust low-code approach and options before I give in to the &amp;quot;old&amp;quot; ways and write a code that will do exactly what I want to do.&lt;/p&gt;
&lt;p&gt;If I&amp;#39;ll have to write a code to solve this eventually, I&amp;#39;ll post a sample here. I&amp;#39;d like to test low-code options first to learn the advantages and weaknesses of the Appian RPA low code modules.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please do post any other suggestions or links you might have regarding this topic.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to block notifications poping up in Chrome</title><link>https://community.appian.com/thread/89333?ContentTypeID=1</link><pubDate>Sun, 26 Dec 2021 15:33:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9d470c8f-7150-411b-aabf-fcb7b066110c</guid><dc:creator>Zoran Šaronja</dc:creator><description>&lt;p&gt;Hi Danny,&lt;/p&gt;
&lt;p&gt;I appreciate your advice. I did that already because it was mentioned in the documentation.&lt;/p&gt;
&lt;p&gt;One of Appian support engineers told me to try to select the image (if possible) so the pixel in the top left corner of the image has a colour that is different than the colour of the background. This is because searching for image&amp;nbsp;starts by comparing the colour of this pixel to the colour of the pixels of the area we are searching in.&lt;/p&gt;
&lt;p&gt;The initial image had white pixel in top left corner and most of the website background was white so this is probably why the initial search was so slow. It would be great if this advice is written in the documentation (better phrased than what I wrote, of course).&lt;/p&gt;
&lt;p&gt;I changed the image so the top left pixel is blue and now I have recognition times mostly less than half of a second which is good.&lt;/p&gt;
&lt;p&gt;Unfortunately I still can&amp;#39;t &amp;quot;click&amp;quot; on a button I found, at least not in a first try, but I&amp;#39;ll open another thread for this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to block notifications poping up in Chrome</title><link>https://community.appian.com/thread/88158?ContentTypeID=1</link><pubDate>Fri, 19 Nov 2021 11:37:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:60b2f347-c288-4647-b6be-88d598dd8e1a</guid><dc:creator>mukeshr0002</dc:creator><description>&lt;p&gt;Could you check from browser settings as there is way to disable these kind of popups also.&lt;/p&gt;
&lt;p&gt;For reference-&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.howtogeek.com/288946/how-to-stop-websites-from-asking-to-show-notifications/"&gt;www.howtogeek.com/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to block notifications poping up in Chrome</title><link>https://community.appian.com/thread/87974?ContentTypeID=1</link><pubDate>Mon, 15 Nov 2021 14:11:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9ecdbf80-3838-4c3f-b246-ba38a4015215</guid><dc:creator>Danny Verb</dc:creator><description>&lt;p&gt;To improve the speed, I recommend using the smallest possible image with the lowest possible tolerance&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to block notifications poping up in Chrome</title><link>https://community.appian.com/thread/87924?ContentTypeID=1</link><pubDate>Fri, 12 Nov 2021 15:36:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:c1d0ca4c-077a-4362-b2ba-3a8c96413097</guid><dc:creator>Zoran Šaronja</dc:creator><description>&lt;p&gt;Hi Mukesh,&lt;/p&gt;
&lt;p&gt;Thanks for the suggestion. I &amp;quot;solved&amp;quot; the problem using low code image recognition module, but it is too slow. It takes 10-15 seconds to identify Allow button on the screen so I am trying to go through Extend RPA tutorial and see how can I use Java code in a robot.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unfortunately there are some issues with my environment and repositories, so I can not use Java code until those issues are solved&amp;nbsp;with Appian support.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to block notifications poping up in Chrome</title><link>https://community.appian.com/thread/87915?ContentTypeID=1</link><pubDate>Fri, 12 Nov 2021 14:57:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5fd89807-8caa-40b9-a7e7-0d4c7511b83a</guid><dc:creator>mukeshr0002</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you can&amp;#39;t disable that popup in browser. Then you can try Image low code image recognition module to click on that Allow or cancel button. Or you can try Action class of selenium to handle that in java code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Mukesh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to block notifications poping up in Chrome</title><link>https://community.appian.com/thread/87653?ContentTypeID=1</link><pubDate>Thu, 04 Nov 2021 15:41:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f0f67433-4525-42a5-88aa-4300afab5b7d</guid><dc:creator>Zoran Šaronja</dc:creator><description>&lt;p&gt;Well I don&amp;#39;t know how can I use driver in Appian RPA?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I see there is a course &amp;quot;Extend Appian RPA&amp;quot; on Academy and I&amp;#39;ll try to go through it in next couple of days. Is that the way to do it?&lt;/p&gt;
&lt;p&gt;Or is there another way I should follow?&lt;/p&gt;
&lt;p&gt;Is there any documentation regarding this issue I could review? Examples maybe?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks in advance for any suggestions.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to block notifications poping up in Chrome</title><link>https://community.appian.com/thread/87651?ContentTypeID=1</link><pubDate>Thu, 04 Nov 2021 15:33:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0bbf50e0-597a-420d-878c-de0b23c5e299</guid><dc:creator>Danny Verb</dc:creator><description>&lt;p&gt;Using the &amp;#39;driver&amp;#39; you can handle and submit alerts&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to block notifications poping up in Chrome</title><link>https://community.appian.com/thread/87607?ContentTypeID=1</link><pubDate>Wed, 03 Nov 2021 17:23:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9edb9f71-4dab-4991-9946-9ed21572cf5e</guid><dc:creator>Zoran Šaronja</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/61/chrome-notification.png" /&gt;&lt;br /&gt;&lt;br /&gt;I can not identify this window using Selenium or Xpath and I need to allow or block the notifications to proceed to the site.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to block notifications poping up in Chrome</title><link>https://community.appian.com/thread/87601?ContentTypeID=1</link><pubDate>Wed, 03 Nov 2021 16:48:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4247d5b3-2cbf-4f4a-b858-c51ffec7fa4f</guid><dc:creator>Danny Verb</dc:creator><description>&lt;p&gt;When you say &amp;#39;Notifications&amp;#39; are you refering to browser alerts? Can you post a screenshot of one of these notifications?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>