Class DeviceBoundSessionKey

java.lang.Object
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSessionKey

@Beta public class DeviceBoundSessionKey extends Object
Unique identifier for a device bound session.
  • Constructor Details

    • DeviceBoundSessionKey

      public DeviceBoundSessionKey(String site, String id)
  • Method Details

    • getSite

      public String getSite()
      The site the session is set up for.
    • getId

      public String getId()
      The id of the session.