-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Log examples added for Ruby using Chrome #1730
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
Log examples added for Ruby using Chrome #1730
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Description updated to latest commit (9c30e7b)
|
PR Review 🔍
|
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 !
Add logs examples in ruby Co-authored-by: aguspe <[email protected]> fc1ed22
User description
Description
This is a continuation of the previous updates on special features for Chrome, now adding an example of how to get logs using ruby
Motivation and Context
It's important to keep the documentation and examples up to date for the selenium community to have good references
Types of changes
Checklist
PR Type
enhancement, documentation
Description
Changes walkthrough 📝
chrome_spec.rb
Add Ruby Test for Retrieving Chrome Browser Logs
examples/ruby/spec/browsers/chrome_spec.rb
for a specific log message.
chrome.en.md
Update English Chrome Documentation with Ruby Example Link
website_and_docs/content/documentation/webdriver/browsers/chrome.en.md
Ruby code.
chrome.ja.md
Update Japanese Chrome Documentation with Ruby Example Link
website_and_docs/content/documentation/webdriver/browsers/chrome.ja.md
Ruby code.
chrome.pt-br.md
Update Portuguese Chrome Documentation with Ruby Example Link
website_and_docs/content/documentation/webdriver/browsers/chrome.pt-br.md
Ruby code.
chrome.zh-cn.md
Update Chinese Chrome Documentation with Ruby Example Link
website_and_docs/content/documentation/webdriver/browsers/chrome.zh-cn.md
Ruby code.