Class CookieStub

    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.openqa.selenium.Cookie

        org.openqa.selenium.Cookie.Builder
    • Method Summary

      • Methods inherited from class org.openqa.selenium.Cookie

        equals, getDomain, getExpiry, getName, getPath, getValue, hashCode, isHttpOnly, isSecure, toJson, toString, validate
    • Constructor Detail

      • CookieStub

        public CookieStub​(String name,
                          String value)