public interface CanRememberExtensionPresence
| Modifier and Type | Method and Description |
|---|---|
ExecutesMethod |
assertExtensionExists(java.lang.String extName)
Verifies if the given extension is not present in the list of absent extensions
for the given driver instance.
|
ExecutesMethod |
markExtensionAbsence(java.lang.String extName)
Marks the given extension as absent for the given driver instance.
|
ExecutesMethod assertExtensionExists(java.lang.String extName)
extName - extension name.org.openqa.selenium.UnsupportedCommandException - if the extension is listed in the list of absents.ExecutesMethod markExtensionAbsence(java.lang.String extName)
extName - extension name.