-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[rb] Add network conditions special features examples #1717
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
[rb] Add network conditions special features examples #1717
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Description updated to latest commit (3dd84dd)
|
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 !
…site] Add network conditions special features examples Co-authored-by: aguspe <[email protected]> Co-authored-by: Sri Harsha <[email protected]> a8f9785
User description
Description
This PR adds an example for simulating network conditions on chrome
Motivation and Context
It's important for all users to be aware of the capabilities that Selenium has to offer such as simulating network conditions, as of today there is no example for it
Types of changes
Checklist
PR Type
enhancement, documentation
Description
chrome_spec.rb
to demonstrate how to simulate network conditions using Selenium WebDriver.Changes walkthrough 📝
chrome_spec.rb
Add network condition simulation test for Chrome
examples/ruby/spec/browsers/chrome_spec.rb
using Selenium WebDriver.
chrome.en.md
Update Ruby example link for network conditions
website_and_docs/content/documentation/webdriver/browsers/chrome.en.md
network conditions.
chrome.ja.md
Update Ruby example link for network conditions
website_and_docs/content/documentation/webdriver/browsers/chrome.ja.md
network conditions.
chrome.pt-br.md
Update Ruby example link for network conditions
website_and_docs/content/documentation/webdriver/browsers/chrome.pt-br.md
network conditions.
chrome.zh-cn.md
Update Ruby example link for network conditions
website_and_docs/content/documentation/webdriver/browsers/chrome.zh-cn.md
network conditions.