-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[rb] Migrate alert examples and add disable search engine choice #1860
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
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
Configuration Change
The PR adds a new Chrome option to disable the search engine choice screen. This change might affect the behavior of tests and should be reviewed for potential side effects.
PR Code Suggestions ✨
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @aguspe !
...)[deploy site] Migrate alert examples and add disable search engine choice fc556b5
Uh oh!
There was an error while loading. Please reload this page.
User description
Description
This PR migrates the alert example to a spec file and adds the argument for Chrome to disable the search engine selection
Motivation and Context
The documentation must be easy to maintain, so having all the examples on the spec files helps with this
Types of changes
Checklist
PR Type
enhancement, documentation
Description
Changes walkthrough 📝
Gemfile
Add newline at end of Gemfileexamples/ruby/Gemfile
alerts_spec.rb
Add tests for alert interactions in Rubyexamples/ruby/spec/interactions/alerts_spec.rb
spec_helper.rb
Add Chrome option to disable search engine choiceexamples/ruby/spec/spec_helper.rb
alerts.en.md
Update Ruby alert examples with code referenceswebsite_and_docs/content/documentation/webdriver/interactions/alerts.en.md
alerts.ja.md
Update Ruby alert examples with code referenceswebsite_and_docs/content/documentation/webdriver/interactions/alerts.ja.md
alerts.pt-br.md
Update Ruby alert examples with code referenceswebsite_and_docs/content/documentation/webdriver/interactions/alerts.pt-br.md
alerts.zh-cn.md
Update Ruby alert examples with code referenceswebsite_and_docs/content/documentation/webdriver/interactions/alerts.zh-cn.md