-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[py] document cygwin path for send_keys
#15275
Conversation
This reverts commit f17dd08dd32998a310510f0abc44e5b484202a4d.
This reverts commit cc16e3f. oops
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
I feel this can be generalised and users can read this docstring easier because functions like |
I read somewhere that mentioned when using this
Do you think we can handle this for cross-platform instead of documenting only? |
After discussing, we keep the update in documentation only. |
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Motivation and Context
Adds extra doc for
send_keys
when using Cygwin. Related to #15272Types of changes
Checklist
PR Type
Documentation
Description
Added documentation for handling file paths in Cygwin for
send_keys
.Clarified usage of Windows-style paths for Cygwin users.
Updated example code in
send_keys
docstring.Changes walkthrough 📝
webelement.py
Update `send_keys` docstring with Cygwin-specific guidance
py/selenium/webdriver/remote/webelement.py