Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup blocked by browser #172

Open
NaderIkladious opened this issue Mar 17, 2016 · 2 comments
Open

Popup blocked by browser #172

NaderIkladious opened this issue Mar 17, 2016 · 2 comments

Comments

@NaderIkladious
Copy link

Hello,

I have this issue.

Error: The login popup was blocked by the browser

and in my chrome settings I'm enabling popups

Any advice?

Thanks,
Nader Ikladious.

@apendua
Copy link
Member

apendua commented Mar 22, 2016

Sorry, I think it's more likely it's your webdriver issue. I can't imagine how it could be related to Gagarin.

@Kostanos
Copy link

Kostanos commented May 5, 2016

When you initialize the browser, there are plenty parameters you can pass to it. For example this is the list of parameters that I'm using:

var params = {
      dontWaitForMeteor: false,
      capabilities: {
        browserName: 'chrome',
        chromeOptions: {
          mobileEmulation: {
            deviceName: 'Samsung Galaxy S4'
          },
          prefs: {
            profile: {
              managed_default_content_settings: {
                notifications: 1,
                geolocation: 1 // 1 - Allow, 2 - Disallow
              },
              password_manager_enabled: false
            },
          }
        }
      };
var client = browser(server, params);

You can dig more there, and found what parameters you need in your case. Please post here solution if you found, to share with everyone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants