40 package okw.gui.adapter.selenium;
42 import java.util.ArrayList;
44 import okw.exceptions.OKWFrameObjectMethodNotImplemented;
45 import okw.gui.OKWLocatorBase;
46 import org.apache.commons.lang3.StringUtils;
132 super( Locator, Locators );
150 ArrayList<String> lvLsReturn =
new ArrayList<String>();
160 String myAttribute = this.
Me().getAttribute(
"textContent" );
161 myAttribute = StringUtils.normalizeSpace( myAttribute );
163 lvLsReturn.add( myAttribute );
186 throw new OKWFrameObjectMethodNotImplemented(
"The method 'public ArrayList<String> VerifyValue( )' is not defined for your GUI-Object. Please define first the methode!");