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