[py] Fix example WebDriverWait import in docstring#17735
Conversation
|
Thank you, @cgoldberg for this code suggestion. The support packages contain example code that many users find helpful, but they do not necessarily represent After reviewing the change, unless it is a critical fix or a feature that is needed for Selenium We actively encourage people to add the wrapper and helper code that makes sense for them to their own frameworks. |
PR Summary by QodoFix WebDriverWait docstring example import path
AI Description
High-Level Assessment
Files changed (1)
|
🔗 Related Issues
Fixes #17734
💥 What does this PR do?
This PR updates the examples in
WebDriverWaitto make them more consistent in API docs.🤖 AI assistance
🔄 Types of changes