![]()
API Guide - Win32 Label |
Courses in c#, ruby, shell scripting, Software testing courses and more
|
|||||||||||||||||||||||||
|
||||||||||||||||||||||||||
| Class | Wet::Winobjects::WinLabel |
| In: |
wet/winobjects/WinLabel.rb
|
| Parent: | Window |
Class to represent a Win32 textual label. Win32 labels are created in the context of WET by using 'Label' method of the dialog class.
Example:
Browser("title:=Google").Dialog("Microsoft Internet Explorer").Label("text:=Are you sure?")
Which control is this WinLabel element a ‘label’ for? Return the WinObject to which the current Label element is associated
| WET is a opensource automated web testing tool which uses Watir as the library to drive web pages. WET drives an IE Browser directly and so the automated testing done using WET is equivalent to how a user would drive the web pages. WET extends the scripting abilities of Watir and also offers the convenience of recorders. It is licensed under LGPL and BSD style open source licenses. |