Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[se] GUI-Adapter: SeInputText - <input type="text"> #107

Open
Hrabovszki1023 opened this issue Aug 24, 2016 · 0 comments
Open

[se] GUI-Adapter: SeInputText - <input type="text"> #107

Hrabovszki1023 opened this issue Aug 24, 2016 · 0 comments

Comments

@Hrabovszki1023
Copy link
Owner

Hrabovszki1023 commented Aug 24, 2016

<p>
   <label for="ID_Vorname">Vorname:</label>
   <input type="text" name="Vorname" id="ID_Vorname" title="Den Vornamen eingeben." size="30" maxlength="30">
</p>

Reference

SELFHTML-Wiki input

Application Specific Keywords

KeyWord Implement Descripton or Reasen
StarApp( AN ) NO
StopApp( AN ) NO

User Activities

KeyWord Implement Descripton or Reasen
ClickOn( FN ) YES
DoubleClickOn( FN ) YES
SetFocus( FN ) YES
SetValue( FN, Val ) YES
Select( FN, Val ) NO
SelectMenu( FN ) NO
SelectMenu( FN, Val ) NO
TypeKey( FN, Val ) YES

Window Specific Keywords

OpenKeyWord Implement Descripton or Reasen
SelectWindow( FN ) NO Link is not a Window
Sequence( FN, SQN, SEQ_ID ) NO Link is not a Window

Verifying, Memorizing, Logging Values

Group of keywords using the same GUI-Adapter Methods get*()

(e.g.: VerifyExists( FN, ExpVal), MemorizeExists( FN, MemKey),LogExists( FN ) -> getExists() )

OpenKeyWord(s) Implement Descripton or Reasen
VerifyExists( FN, ExpVal),
MemorizeExists( FN, MemKey),
LogExists( FN )
YES
VerifyHasFocus( FN, ExpVal ),
MemorizeHasFocus( FN, MemKey),
LogHasFocus( FN )
YES TextField: Can a Link have a focus??
VerifyIsActive( FN, ExpVal ),
MemorizeIsActive( FN, MemKey),
LogIsActive( FN )
YES
VerifyCaption( FN, ExpVal ),
VerifyCaptionWCM( FN, ExpVal ),
VerifyCaptionREGX( FN, ExpVal ),
MemorizeCaption( FN, ExpVal ),
LogCaption( FN, ExpVal )
NO - What is a the Caption of a TextField?
VerifyLabel( FN, ExpVal ),
VerifyLabelWCM( FN, ExpVal ),
VerifyLabelREGX( FN, ExpVal ),
MemorizeLabel( FN, ExpVal ),
LogLabel( FN, ExpVal )
YES Must be binded with label...
VerifyTooltip( FN, ExpVal ),
VerifyTooltipWCM( FN, ExpVal ),
VerifyTooltipREGX( FN, ExpVal ),
MemorizeTooltip( FN, ExpVal ),
LogTooltip( FN, ExpVal )
YES
VerifyValue( FN, ExpVal ),
VerifyValueWCM( FN, ExpVal ),
VerifyValueREGX( FN, ExpVal ),
MemorizeValue( FN, ExpVal ),
LogValue( FN, ExpVal )
YES
@Hrabovszki1023 Hrabovszki1023 changed the title [se] GUI-Adapter: SeTextField [se] GUI-Adapter: SeTextField - <input type="text"> Aug 24, 2016
@Hrabovszki1023 Hrabovszki1023 changed the title [se] GUI-Adapter: SeTextField - <input type="text"> [se] GUI-Adapter: SeInputText - <input type="text"> Sep 5, 2016
Hrabovszki1023 added a commit that referenced this issue Sep 13, 2016
@momobee momobee added this to the Bring The Action milestone Sep 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants