Class CrossBrowserTestingTestSession

java.lang.Object
net.serenitybdd.crossbrowsertesting.CrossBrowserTestingTestSession

public class CrossBrowserTestingTestSession
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String API  
  • Constructor Summary

    Constructors 
    Constructor Description
    CrossBrowserTestingTestSession​(java.lang.String user, java.lang.String key, java.lang.String sessionId)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getPublicUrl()  
    java.lang.String takeSnapshot()  
    void takeSnapshot​(java.lang.String description)  
    void updateTestResultsFor​(TestOutcome testOutcome)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CrossBrowserTestingTestSession

      public CrossBrowserTestingTestSession​(java.lang.String user, java.lang.String key, java.lang.String sessionId)
  • Method Details

    • updateTestResultsFor

      public void updateTestResultsFor​(TestOutcome testOutcome)
    • takeSnapshot

      public java.lang.String takeSnapshot() throws kong.unirest.UnirestException
      Throws:
      kong.unirest.UnirestException
    • takeSnapshot

      public void takeSnapshot​(java.lang.String description) throws kong.unirest.UnirestException
      Throws:
      kong.unirest.UnirestException
    • getPublicUrl

      public java.lang.String getPublicUrl()