We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Sorry, I think it's more likely it's your webdriver issue. I can't imagine how it could be related to Gagarin.
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: