public class SeAnyWindow extends AnyWindow
| Modifier and Type | Field and Description |
|---|---|
protected LogMessenger |
LM |
protected SeDriver |
mySeDriver |
_locator| Constructor and Description |
|---|
SeAnyWindow() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClickOn()
\~german
Klickt auf das aktuelle Objekt.
|
ArrayList<String> |
getCaption()
\~german
Ermittelt den textuellen Inhalt der Überschrift eines HTML-Tags anhand des Attributee "textContent".
|
Boolean |
getExists()
\~german
Prüft die Existenz des aktuellen Objektes.
|
ArrayList<String> |
LogCaption()
\~german
Ermittelt den textuellen Inhalt der Beschriftung (Caption).
|
Boolean |
LogExists()
\~german
Ermittelt den textuellen Inhalt des ToolTips.
|
Boolean |
LogIsActive()
\~german
Ermittelt, ob das aktuelle Objket Aktiv ist.
|
org.openqa.selenium.WebElement |
Me()
\~german
Ermittelt aus dem gegebenen Locator das DOM-Elelement, welches das Objekt representiert.
|
ArrayList<String> |
MemorizeCaption()
\~german
Ermittelt den textuellen Inhalt des Caption/Überschrift für das Schlüsselwort MerkeWert.
|
Boolean |
MemorizeExists()
\~german
Ermittelt, ob das atuelle Objekt für das Schlüsselwort MemorizeExists existiert.
|
Boolean |
MemorizeIsActive()
\~german
Ermittelt für das Schlüsselwort MerkeIstAktive, ob das aktuelle Objekt aktiv ist.
|
Boolean |
NotExists()
\~german
Prüft die nicht Existenz des aktuellen Objektes.
|
Boolean |
scrollIntoView()
\~german
Verschiebt das aktuelle Element in den sichtbaren Bereich.
|
void |
SelectWindow() |
void |
SetFocus()
\~german
Setzt den Focus auf das Objekt.
|
void |
setLocator(String Locator,
OKWLocatorBase... Locators) |
void |
TypeKey(ArrayList<String> fps_Values)
\~german
Tastatur Eingabe an das Objekt
\param fps_Values'>
Werte, die via Tastatur eingegeben werden sollen.
|
ArrayList<String> |
VerifyCaption()
\~german
Ermittelt den textuellen Inhalt des ToolTips für Prüfewert.
|
Boolean |
VerifyExists()
\~german
Ermittelt/Prüft, ob das aktuelle Objekt existiert.
|
Boolean |
VerifyIsActive()
\~german
Ermittelt/Prüft, ob das aktuelle Objekt aktiv ist.
|
void |
WaitForInteraction(Runnable Method2Call)
\~german
Methode versucht die gegebene Interaktion Method2Call gegen das aktuelle GUI-Objekt auszuführen und warten ggf.
|
Boolean |
WaitForInteractionReturnBoolean(Supplier<Boolean> Method2Call)
\~german
Methode versucht die gegebene Interaktion Method2Call gegen das aktuelle GUI-Objekt
auszuführen.
|
String |
WaitForInteractionReturnString(Supplier<String> Method2Call)
\~german
Methode versucht die gegebene Interaktion Method2Call gegen das aktuelle GUI-Objekt
auszuführen.
|
Boolean |
WaitForMe()
Wartet auf das Objekt
Wenn kein Fenster gefunden wird,
|
getIsActive, StartApp, StopApp, TypeKeyWindow, VerifyIsWindowActive, VerifyWindowCaption, VerifyWindowExistsgetCAT, getKN, getLocator, getLOCATOR, getParentFN, LogError, LogFunctionEnd, LogFunctionEnd, LogFunctionEnd, LogFunctionEnd, LogFunctionEndDebug, LogFunctionEndDebug, LogFunctionEndDebug, LogFunctionEndDebug, LogFunctionStart, LogFunctionStart, LogFunctionStartDebug, LogFunctionStartDebug, LogPrint, LogPrintDebug, LogWarning, ResCloseList, ResCloseListDebug, ResOpenList, ResOpenListDebug, setCAT, setKN, setParentFNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCAT, getKN, getParentFN, setCAT, setKN, setParentFNprotected SeDriver mySeDriver
protected LogMessenger LM
public void setLocator(String Locator, OKWLocatorBase... Locators)
setLocator in class AnyWinBasepublic void ClickOn()
public ArrayList<String> getCaption()
getCaption in interface IGUIWindowgetCaption in class AnyWindowpublic Boolean getExists()
getExists in interface IGUIWindowgetExists in class AnyWindowpublic ArrayList<String> LogCaption() throws Exception
Exceptionpublic Boolean LogExists()
public Boolean LogIsActive() throws Exception
Exceptionpublic org.openqa.selenium.WebElement Me()
public Boolean MemorizeExists()
public Boolean MemorizeIsActive() throws Exception
Exceptionpublic Boolean NotExists() throws Exception
Exceptionpublic void SelectWindow()
SelectWindow in interface IGUIWindowSelectWindow in class AnyWindowpublic void SetFocus()
throws Exception
Exceptionpublic ArrayList<String> MemorizeCaption() throws Exception
Exceptionpublic void TypeKey(ArrayList<String> fps_Values) throws Exception
Exceptionpublic ArrayList<String> VerifyCaption() throws Exception
Exceptionpublic Boolean VerifyExists() throws InterruptedException
InterruptedExceptionpublic Boolean VerifyIsActive() throws Exception
Exceptionpublic Boolean scrollIntoView()
public void WaitForInteraction(Runnable Method2Call)
public String WaitForInteractionReturnString(Supplier<String> Method2Call)
public Boolean WaitForInteractionReturnBoolean(Supplier<Boolean> Method2Call)
Copyright © 2021 OpenKeyWord. All rights reserved.