Interface TakesAttachment
-
public interface TakesAttachment
Indicates a driver that can capture an attachment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Attachment
getAttachment()
-
-
-
Method Detail
-
getAttachment
Attachment getAttachment() throws org.openqa.selenium.WebDriverException
- Throws:
org.openqa.selenium.WebDriverException
-
-