Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8340243
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T05:07:34+00:00 2026-06-09T05:07:34+00:00

I understand that if I want to delete a cookie through Selenium I should

  • 0

I understand that if I want to delete a cookie through Selenium I should do the next:

this.getDriverProvider().get().manage().deleteCookieNamed("cookie");

But, when I created this cookie I set:

Cookie cookie = new Cookie("name=cookie", "max_age=1200");

I found that if I want to delete this cookie, I have to pass name=cookie and not cookie alone. So, I don’t understand how these pairs values are used then.

Please, can somebody help me?

Thanks,

Sarang

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T05:07:35+00:00Added an answer on June 9, 2026 at 5:07 am

    When you create a cookie, you’re passing name=cookie as its name. Constructor parameters are ordered and are mapped to its corresponding attribute so you don’t have to specify that the first parameter will be the cookie’s name.

    If you were to add a value AFTER the creation, you invoke a method that will set the value you use as the value of the key associated to the method. For example:

    Cookie c = new Cookie("name", "value");
    c.setVersion("cookieVersion"); //Here, the version key will have the "cookieVersion" value
    c.setMaxAge(1200);
    

    And then, when you invoke the getName() method you’ll get the value associated to the key name, passed on the corresponding constructor. In your case is “name=cookie” and in my case is just “name”.

    If you feel like, you can check the documentation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I understand that Silverlight 3.0 has binding but just want a simple example on
I understand that I can call ToString().IndexOf(...), but I don't want to create an
I understand from other posts that the only way to handle this is through
I understand that for a CPU-bound task that you typically want 1 thread per
I want to authenticate users against our AD so I understand that I need
As I understand it, if I don't explicitly tell Android that I want to
I want to ask about an edge-case scenario that I understand is very poor
I want to understand how a C++ program that was given to me works,
I want to understand why the following is happening. My guess is that a
I understand that a view should only display stuff and do no logic itself

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.