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
I'm trying to set a specific User-Agent in geckodriver for the sake of my tests. But I can't find how to properly set that option in yml settings.
Is there any way to change for firefox the user agent?
wpfirefox: modules: enabled: config: WPWebDriver: url: '%TEST_LOCAL_WP_URL%' adminUsername: '%TEST_WP_ADMIN_USERNAME%' adminPassword: '%TEST_WP_ADMIN_PASSWORD%' adminPath: '%TEST_WP_ADMIN_PATH%' browser: firefox path: '' window_size: 1024x768 capabilities: moz:firefoxOptions: args: ["-user-agent=wp-browser", "-headless"] prefs: intl.accept_languages: "fr-FR"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to set a specific User-Agent in geckodriver for the sake of my tests. But I can't find how to properly set that option in yml settings.
Is there any way to change for firefox the user agent?
The text was updated successfully, but these errors were encountered: