Class RemoteStatus

java.lang.Object
org.openqa.selenium.remote.RemoteStatus

@Deprecated(forRemoval=true) public class RemoteStatus extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RemoteStatus

      public RemoteStatus(Map<String,Object> status)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getReleaseLabel

      public String getReleaseLabel()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      The release label.
    • getBuildRevision

      public String getBuildRevision()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      The build revision.
    • getBuildTime

      public String getBuildTime()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      The build time.
    • getOsArch

      public String getOsArch()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      The operating system architecture.
    • getOsName

      public String getOsName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      The operating system name.
    • getOsVersion

      public String getOsVersion()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      The operating system version.
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object