Package cz.pumpitup.pn5.remote.samba
Class SambaResponse
- java.lang.Object
-
- cz.pumpitup.pn5.remote.samba.SambaResponse
-
- Direct Known Subclasses:
SambaListResponse,SambaReadResponse,SambaWriteResponse
public class SambaResponse extends Object
-
-
Field Summary
Fields Modifier and Type Field Description org.openqa.selenium.remote.ResponsefullResponseprotected SambaApplicationsambaApplication
-
Constructor Summary
Constructors Constructor Description SambaResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SambaApplicationandThen()Exits the DSL of the response object and allows to continue the flow with the base Samba DSL.protected voidsetFullResponse(org.openqa.selenium.remote.Response response)
-
-
-
Field Detail
-
sambaApplication
protected SambaApplication sambaApplication
-
fullResponse
public org.openqa.selenium.remote.Response fullResponse
-
-
Method Detail
-
setFullResponse
protected void setFullResponse(org.openqa.selenium.remote.Response response)
-
andThen
public SambaApplication andThen()
Exits the DSL of the response object and allows to continue the flow with the base Samba DSL.
-
-