[py] use enable_logging for Safari logging#2123
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:
|
Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com> 8f04176
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
Uses
enable_loggingfor Safari service as a parameter with the latest versionMotivation and Context
Types of changes
Checklist
PR Type
Enhancement, Documentation, Tests
Description
Updated Safari WebDriver to use
enable_loggingparameter.Added Python test for
enable_loggingin Safari service.Updated documentation for Safari WebDriver across multiple languages.
Added version badge for
enable_loggingfeature in documentation.Changes walkthrough 📝
test_safari.py
Add test for Safari `enable_logging` parameterexamples/python/tests/browsers/test_safari.py
service_argswithenable_loggingin Safari service.enable_loggingparameter.safari.en.md
Update English documentation for Safari `enable_logging`website_and_docs/content/documentation/webdriver/browsers/safari.en.md
enable_loggingfeature.enable_loggingusage.safari.ja.md
Update Japanese documentation for Safari `enable_logging`website_and_docs/content/documentation/webdriver/browsers/safari.ja.md
enable_loggingfeature.enable_loggingusage.safari.pt-br.md
Update Portuguese documentation for Safari `enable_logging`website_and_docs/content/documentation/webdriver/browsers/safari.pt-br.md
enable_loggingfeature.enable_loggingusage.safari.zh-cn.md
Update Chinese documentation for Safari `enable_logging`website_and_docs/content/documentation/webdriver/browsers/safari.zh-cn.md
enable_loggingfeature.enable_loggingusage.