public class SeleniumArchivatorImpl extends java.lang.Object implements ISeleniumArchivator
| Constructor and Description |
|---|
SeleniumArchivatorImpl(org.openqa.selenium.WebDriver driver,
ProxyInfo proxyInfo) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCompletePageAsZip()
Returns Zip of a current pages with all the JS, IMG, CSS links
|
byte[] |
getCompletePagesWithPaginationAsZip(java.lang.String target,
int pageCount)
Returns Zip of a current pages and next pages with all the JS, IMG, CSS links
|
public SeleniumArchivatorImpl(org.openqa.selenium.WebDriver driver,
ProxyInfo proxyInfo)
public byte[] getCompletePageAsZip()
ISeleniumArchivatorgetCompletePageAsZip in interface ISeleniumArchivatorpublic byte[] getCompletePagesWithPaginationAsZip(java.lang.String target,
int pageCount)
ISeleniumArchivatorgetCompletePagesWithPaginationAsZip in interface ISeleniumArchivator