-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
added code for frame example for python #2239
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:
|
putting this PR on hold. |
created another PR after ensuring local environment is up to date. |
Working on -#2240 |
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 frame example for python
Motivation and Context
added code for frame example for python
Types of changes
Checklist
PR Type
Enhancement, Documentation
Description
Added Python code example for iframe interactions in Selenium.
Updated documentation to reference the new Python example.
Replaced outdated Python code snippets with links to the new example.
Improved multilingual documentation consistency for iframe handling.
Changes walkthrough 📝
test_frames.py
Add Python iframe interaction example script
examples/python/tests/interactions/test_frames.py
frames.en.md
Update English iframe documentation with new Python example
website_and_docs/content/documentation/webdriver/interactions/frames.en.md
frames.ja.md
Update Japanese iframe documentation with new Python example
website_and_docs/content/documentation/webdriver/interactions/frames.ja.md
frames.pt-br.md
Update Portuguese iframe documentation with new Python example
website_and_docs/content/documentation/webdriver/interactions/frames.pt-br.md
frames.zh-cn.md
Update Chinese iframe documentation with new Python example
website_and_docs/content/documentation/webdriver/interactions/frames.zh-cn.md