-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
added code for frames ruby #2229
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 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
@aguspe , thanks for helping with the PR. will wait for further information. |
halting work on this PR, as i didn't had the devtools gem installed. trying again. |
closing this - created another PR- #2236 |
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
Description
added code for frames ruby
Motivation and Context
added code for frames ruby
Types of changes
Checklist
PR Type
Enhancement, Documentation
Description
Added a comprehensive Ruby test for iframe interactions.
Updated Ruby code examples in multiple documentation files.
Improved iframe handling documentation across various languages.
Adjusted Hugo configuration to ignore specific errors.
Changes walkthrough 📝
frames_spec.rb
Add Ruby test for iframe interactions
examples/ruby/spec/interactions/frames_spec.rb
default content.
frames.en.md
Update English iframe documentation with Ruby test links
website_and_docs/content/documentation/webdriver/interactions/frames.en.md
file.
frames.ja.md
Update Japanese iframe documentation with Ruby test links
website_and_docs/content/documentation/webdriver/interactions/frames.ja.md
file.
frames.pt-br.md
Update Portuguese iframe documentation with Ruby test links
website_and_docs/content/documentation/webdriver/interactions/frames.pt-br.md
file.
structure.
frames.zh-cn.md
Update Chinese iframe documentation with Ruby test links
website_and_docs/content/documentation/webdriver/interactions/frames.zh-cn.md
file.
hugo.toml
Update Hugo configuration to ignore errors
website_and_docs/hugo.toml