-
-
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
Add python example to Selenium webdriver support listener #2202
base: trunk
Are you sure you want to change the base?
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:
|
@titusfortner |
User description
Description
Add python example for webdriver listener support.
Motivation and Context
Make site more comprehensive and it helpful to newer.
Types of changes
Checklist
My test
excute:
output:
PR Type
Tests, Documentation
Description
Added Python tests for Selenium WebDriver event listeners.
MyListener
class to log WebDriver events.Updated documentation to include Python examples for event listeners.
Changes walkthrough 📝
test_listener.py
Added Python tests for WebDriver event listeners
examples/python/tests/support/test_listener.py
MyListener
class to log WebDriver events.execution.
listeners.en.md
Updated English documentation with Python listener examples
website_and_docs/content/documentation/webdriver/support_features/listeners.en.md
MyListener
and its usage.listeners.ja.md
Updated Japanese documentation with Python listener examples
website_and_docs/content/documentation/webdriver/support_features/listeners.ja.md
listeners.pt-br.md
Updated Portuguese documentation with Python listener examples
website_and_docs/content/documentation/webdriver/support_features/listeners.pt-br.md
listeners.zh-cn.md
Updated Chinese documentation with Python listener examples
website_and_docs/content/documentation/webdriver/support_features/listeners.zh-cn.md