How to disable location pop-up from Chrome browser?

Let me know the code to disable location pop-up from Chrome browser.

Hello Milton,

Here is the code:

'goog:chromeOptions': { prefs: { // 0 - Default, 1 - Allow, 2 - Block 'profile.managed_default_content_settings.geolocation' : 1 }

Refer to this tutorial for more details: