public class INetInfoPopupPlugin
extends et.seleniet.api.ElementIndependentKeywordPlugin
implements et.seleniet.api.FailureInfoPlugin, et.seleniet.api.NoStepScreenshot
This plugin triggers Ctrl+Alt+i and stores the content of the appearing poup into an internal variable returned via the FailureInfoPlugin interface.
| Constructor and Description |
|---|
INetInfoPopupPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(et.seleniet.api.Seleniet driver,
org.openqa.selenium.WebElement elem,
String page,
List<String> lineArgs,
List<String> tcParams) |
String |
getWarningInfo() |
public void execute(et.seleniet.api.Seleniet driver,
org.openqa.selenium.WebElement elem,
String page,
List<String> lineArgs,
List<String> tcParams)
throws org.openqa.selenium.NoSuchElementException,
et.seleniet.api.AbortException
execute in class et.seleniet.api.KeywordPluginorg.openqa.selenium.NoSuchElementExceptionet.seleniet.api.AbortExceptionpublic String getWarningInfo()
getWarningInfo in interface et.seleniet.api.FailureInfoPluginCopyright © 2016 Thomas Eitzenberger. All rights reserved.