MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / build

Method build

java/src/org/openqa/selenium/Cookie.java:351–353  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349 }
350
351 public Cookie build() {
352 return new Cookie(name, value, domain, path, expiry, secure, httpOnly, sameSite);
353 }
354 }
355}

Calls

no outgoing calls