MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / domain

Method domain

java/src/org/openqa/selenium/Cookie.java:321–324  ·  view source on GitHub ↗
(@Nullable String host)

Source from the content-addressed store, hash-verified

319 }
320
321 public Builder domain(@Nullable String host) {
322 this.domain = stripPort(host);
323 return this;
324 }
325
326 public Builder path(@Nullable String path) {
327 this.path = path;

Calls 1

stripPortMethod · 0.80