-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
added java code for cookies #2043
added java code for cookies #2043
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:
|
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 java code for cookies
Motivation and Context
moving code to test
Types of changes
Checklist
PR Type
Tests, Documentation
Description
CookiesTest
to include a license header and manage theWebDriver
instance lifecycle within each test method.BaseChromeTest
and initializedWebDriver
directly in the test class.Changes walkthrough 📝
CookiesTest.java
Refactor and enhance Java cookie tests with license header
examples/java/src/test/java/dev/selenium/interactions/CookiesTest.java
WebDriver
instance initialization within the test class.BaseChromeTest
inheritance and manageddriver
lifecycle withineach test.
cookies.en.md
Update Java code examples to reference test file
website_and_docs/content/documentation/webdriver/interactions/cookies.en.md
cookies.ja.md
Update Java code examples to reference test file (Japanese)
website_and_docs/content/documentation/webdriver/interactions/cookies.ja.md
cookies.pt-br.md
Update Java code examples to reference test file (Portuguese)
website_and_docs/content/documentation/webdriver/interactions/cookies.pt-br.md
cookies.zh-cn.md
Update Java code examples to reference test file (Chinese)
website_and_docs/content/documentation/webdriver/interactions/cookies.zh-cn.md