ÿþ<HTML xmlns="http://www.w3.org/TR/REC-html40"> <HEAD> <TITLE>ListBoxFunctions</TITLE> <LINK rel="stylesheet" href="rrafs.css" type="text/css"/> </HEAD> <BODY> <DIV NAME="top" ID="top"> <H3>ListBoxFunctions</H3> <SMALL>Last Updated:<script language="JavaScript">document.write(document.lastModified)</script></SMALL> <BR/> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Actions for working with ListBox objects </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </DIV> <BR/> <DIV NAME="list" ID="list"> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <TABLE cellspacing="3" border="1" cellpadding="2"> <TR> <TD nowrap="true" width="27%"><A NAME='list_ActivatePartialMatch' HREF='#detail_ActivatePartialMatch' >ActivatePartialMatch</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Routine to DblClick and Verify an item according to a partial text match. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_ActivateTextItem' HREF='#detail_ActivateTextItem' >ActivateTextItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Routine to DblClick and Verify an item according to its text value. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_ActivateUnverifiedPartialMatch' HREF='#detail_ActivateUnverifiedPartialMatch' >ActivateUnverifiedPartialMatch</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> DblClicks an item according to a partial text match. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_ActivateUnverifiedTextItem' HREF='#detail_ActivateUnverifiedTextItem' >ActivateUnverifiedTextItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Routine to DblClick an item according to its text value. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_CaptureItemsToFile' HREF='#detail_CaptureItemsToFile' >CaptureItemsToFile</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </TD> <TD> Capture Items To a File specified (if not abs, then to test dir) </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_ClickColumnIndex' HREF='#detail_ClickColumnIndex' >ClickColumnIndex</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </TD> <TD> Click a column header based on it's index of list, starting from 1 </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_ClickColumnLabel' HREF='#detail_ClickColumnLabel' >ClickColumnLabel</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </TD> <TD> Click a column header based on it's label </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_ClickTextItem' HREF='#detail_ClickTextItem' >ClickTextItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </TD> <TD> Routine to Click a selection according to its text value. Note: This keyword triggers the click event </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_ExtendSelectionToTextItem' HREF='#detail_ExtendSelectionToTextItem' >ExtendSelectionToTextItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </TD> <TD> Routine to Shift+Click and Verify a selection according to its text value. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_RightClickTextItem' HREF='#detail_RightClickTextItem' >RightClickTextItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </TD> <TD> Routine to Right-Click a selection according to its text value. Note: This keyword triggers the right-click event.</TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_SelectAnotherTextItem' HREF='#detail_SelectAnotherTextItem' >SelectAnotherTextItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Routine to Control+Click and Verify a selection according to its text value. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_SelectAnotherUnverifiedTextItem' HREF='#detail_SelectAnotherUnverifiedTextItem' >SelectAnotherUnverifiedTextItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Routine to Control+Click an item according to its text value. No post-select verification of the selection is performed. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_SelectIndex' HREF='#detail_SelectIndex' >SelectIndex</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Select an item based on it's index in the list, starting from 1 </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_SelectPartialMatch' HREF='#detail_SelectPartialMatch' >SelectPartialMatch</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Routine to Click and Verify an item according to a partial text match. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_SelectTextItem' HREF='#detail_SelectTextItem' >SelectTextItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Routine to Click and Verify a selection according to its text value. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A ID="linkdeprecated" NAME='list_SelectUnverifiedAnotherTextItem' HREF='#detail_SelectUnverifiedAnotherTextItem' >SelectUnverifiedAnotherTextItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> </TR></TABLE> </TD> <TD>Deprecated For:SelectAnotherUnverifiedTextItem</TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_SelectUnverifiedPartialMatch' HREF='#detail_SelectUnverifiedPartialMatch' >SelectUnverifiedPartialMatch</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Routine to Click an item according to a partial text match. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_SelectUnverifiedTextItem' HREF='#detail_SelectUnverifiedTextItem' >SelectUnverifiedTextItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Routine to Click a selection according to its text value. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_SetListContains' HREF='#detail_SetListContains' >SetListContains</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </TD> <TD> Set a variable with the result of checking that a listview contains the provided item. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_VerifyItem' HREF='#detail_VerifyItem' >VerifyItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </TD> <TD> Verifies a particular case-sensitive item based on index is equal to a particular value. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_VerifyItemUnselected' HREF='#detail_VerifyItemUnselected' >VerifyItemUnselected</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Verifies a particular case-sensitive text item is NOT selected. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_VerifyListContains' HREF='#detail_VerifyListContains' >VerifyListContains</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Verifies a particular list-item exists in the list (somewhere) </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_VerifyListContainsPartialMatch' HREF='#detail_VerifyListContainsPartialMatch' >VerifyListContainsPartialMatch</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Verifies a particular list-item substring exists in the list (somewhere) </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_VerifyListDoesNotContain' HREF='#detail_VerifyListDoesNotContain' >VerifyListDoesNotContain</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Verifies a particular list-item does NOT exists in the list (somewhere) </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_VerifyListDoesNotContainPartialMatch' HREF='#detail_VerifyListDoesNotContainPartialMatch' >VerifyListDoesNotContainPartialMatch</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Verifies a particular list-item substring does NOT exists in the list (somewhere) </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_VerifyMenuItem' HREF='#detail_VerifyMenuItem' >VerifyMenuItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </TD> <TD> Verifies a particular case-sensitive menu-item exists in the list (somewhere) </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_VerifyMenuPartialMatch' HREF='#detail_VerifyMenuPartialMatch' >VerifyMenuPartialMatch</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </TD> <TD> Verifies a particular case-insensitive menu-item substring exists in the list (somewhere) </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_VerifyPartialMatch' HREF='#detail_VerifyPartialMatch' >VerifyPartialMatch</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </TD> <TD> Verifies a particular case-insensitive item based on index is has as substring a particular value. </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_VerifySelectedItem' HREF='#detail_VerifySelectedItem' >VerifySelectedItem</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Verifies a particular case-sensitive text item is selected </TD> </TR> <TR> <TD nowrap="true" width="27%"><A NAME='list_VerifySelectedPartialMatch' HREF='#detail_VerifySelectedPartialMatch' >VerifySelectedPartialMatch</A></TD><TD width="12%" align="CENTER"> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </TD> <TD> Verifies a particular case-sensitive item is selected based on a substring match. </TD> </TR> </TABLE> <HR/> </DIV> <DIV NAME="detail" ID="detail"> <H3><A NAME='detail_ActivatePartialMatch' />ListBoxFunctions::<BIG>ActivatePartialMatch</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to DblClick and Verify an item according to a partial text match. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Routine to DblClick and Verify an item according to a partial text match. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive substring of node to DblClick and verify. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive substring to DblClick and verify. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, ActivatePartialMatch , "ATextSubstring"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> DblClicks the first item containing the substring in the ListBox. The selection is then verified as having occurred. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_ActivateTextItem' />ListBoxFunctions::<BIG>ActivateTextItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to DblClick and Verify an item according to its text value. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Routine to DblClick and Verify an item according to its text value. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node to DblClick and verify. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive text item to DblClick and verify. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, ActivateTextItem , "AParticularUserID"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> DblClicks "AParticularUserID" in the ListBox object. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Dblclicks "AParticularUserID" in the ListBox object. The current value of the selection is then verified. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_ActivateUnverifiedPartialMatch' />ListBoxFunctions::<BIG>ActivateUnverifiedPartialMatch</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> DblClicks an item according to a partial text match. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""><p>DblClicks an item according to a partial text match.</p><p>The item is activated but no check is performed after the selection to verify the selection was successful.</p></detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive substring of node to DblClick. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive substring to DblClick. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, ActivateUnverifiedPartialMatch , "ATextSubstring"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> DblClicks the first item containing the substring in the ListBox. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""><p>DblClicks the first item containing the substring in the ListBox.</p><p>No check is performed after the selection to verify success. This is typically done for cases when the listbox is only temporary in nature and disappears immediately upon a selection.</p></detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_ActivateUnverifiedTextItem' />ListBoxFunctions::<BIG>ActivateUnverifiedTextItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to DblClick an item according to its text value. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Routine to DblClick an item according to its text value. <p>No check is performed after the selection to verify success. This is typically done for cases when the listbox is only temporary in nature and disappears immediately upon a selection.</p></detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node to DblClick. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive text item to DblClick. <p>No check is performed after the selection to verify success. This is typically done for cases when the listbox is only temporary in nature and disappears immediately upon a selection.</p></detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, ActivateUnverifiedTextItem , "AParticularUserID"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> DblClicks "AParticularUserID" in the ListBox object. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Dblclicks "AParticularUserID" in the ListBox object. <p>No check is performed after the selection to verify success. This is typically done for cases when the listbox is only temporary in nature and disappears immediately upon a selection.</p></detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_CaptureItemsToFile' />ListBoxFunctions::<BIG>CaptureItemsToFile</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Capture Items To a File specified (if not abs, then to test dir) </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Capture Items To a File specified (if not abs, then to test dir) </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>FileName</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> File name (if not absolute, then to test dir) </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> File name (if not absolute, then to test dir) </detailed_desc><BR/> </DIV> </LI> <BR/> <LI>[ <B>FileEncoding</B> = ]<BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Specify a character encoding to be used when saving data to a file. If it is not specified, the system default file encoding will be used. The encoding should be a valid string supported by Java; if it is not valid, the system default file encoding will be used instead. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, CaptureItemsToFile , afile.txt </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Captures all the items in the list to ...\datapool\test\afile.txt </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Captures all the items in the list to ...\datapool\test\afile.txt </detailed_desc><BR/> </DIV> </LI> <BR/> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, CaptureItemsToFile , afile.txt, "UTF-8" </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Captures all the items in the list to ...\datapool\test\afile.txt </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Captures all the items in the list to ...\datapool\test\afile.txt<BR> Writing file with "UTF-8" encoding. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_ClickColumnIndex' />ListBoxFunctions::<BIG>ClickColumnIndex</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Click a column header based on it's index of list, starting from 1 </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Click a column header based on it's index of list, starting from 1 </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>Index</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Index of the column header to click, starting from 1 </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Index of the column header to click, starting from 1 </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, ClickColumnIndex , 1 </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Click the header of the first column in the list. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Click the header of the first column in the list. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_ClickColumnLabel' />ListBoxFunctions::<BIG>ClickColumnLabel</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Click a column header based on it's label </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Click a column header based on it's label </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>Label</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Label of the column header to click </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Label of the column header to click </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, ClickColumnLabel , "Product" </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Click the column header whose label is "Product". </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Click the column header whose label is "Product". </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_ClickTextItem' />ListBoxFunctions::<BIG>ClickTextItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to Click a selection according to its text value. <p>Note: This keyword triggers the click event </p></short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Routine to Click a selection according to its text value. <p>NOTE: Only ClickTextItem keyword triggers the click event. SelectTextItem keyword fails to trigger click event on some instances.</p></detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node to select. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive text item to select. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, ClickTextItem , "AParticularUserID" </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Clicks "AParticularUserID" from the ListBox object. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Clicks "AParticularUserID" from the ListBox object. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_ExtendSelectionToTextItem' />ListBoxFunctions::<BIG>ExtendSelectionToTextItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to Shift+Click and Verify a selection according to its text value. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> This extends the current selection to include the specified selection and all other items inbetween.<br> NOTE: This may not work in all environments (Java, Web, etc...) <p> For example, in Java, we can usually verify that an item exists in the list; but we do not seem to be able to verify if a newly added selection to multiple selections is actually selected. </p><p> So, for Java, we will verify existence in the list, but we cannot verify the selection was successful--we will skip that last check. </p></detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node to select and verify. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, ExtendSelectionToTextItem, "AParticularUserID"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Selects "AParticularUserID" from the ListBox object. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Selects "AParticularUserID" from the ListBox object. This adds "AParticularUserID" and any items inbetween to any existing items already selected.<br> When possible, we will also attempt to verify the added selection was successful. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_RightClickTextItem' />ListBoxFunctions::<BIG>RightClickTextItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to Right-Click a selection according to its text value. <p>Note: This keyword triggers the right-click event.</p></short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Routine to Right-Click a selection according to its text value. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node to right-click on. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive text item to right-click. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, RightClickTextItem , "AParticularUserID" </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Right-Clicks "AParticularUserID" from the ListBox object. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Right-Clicks "AParticularUserID" from the ListBox object. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_SelectAnotherTextItem' />ListBoxFunctions::<BIG>SelectAnotherTextItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to Control+Click and Verify a selection according to its text value. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> This adds selected items to items already selected.<br> NOTE: This may not work in all environments (Java, Web, etc...) <p> For example, in Java, we can usually verify that an item exists in the list; but we do not seem to be able to verify if a newly added selection to multiple selections is actually selected. </p><p> So, for Java, we will verify existence in the list, but we cannot verify the selection was successful--we will skip that last check. </p></detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node to select and verify. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, SelectAnotherTextItem , "AParticularUserID" </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Selects "AParticularUserID" from the ListBox object. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Selects "AParticularUserID" from the ListBox object. This adds to any existing items already selected.<br> When possible, we will also attempt to verify the added selection was successful. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_SelectAnotherUnverifiedTextItem' />ListBoxFunctions::<BIG>SelectAnotherUnverifiedTextItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to Control+Click an item according to its text value. No post-select verification of the selection is performed. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Routine to Control+Click an item according to its text value. No post-select verification of the selection is performed. This selection is added to any items already selected. <br> NOTE: This may not work in all environments (Java, Web, etc...) </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node to select. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, SelectAnotherUnverifiedTextItem , "AParticularUserID" </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Selects "AParticularUserID" from the ListBox object. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Selects "AParticularUserID" from the ListBox. The item is selected and added to the rest of the items already selected. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_SelectIndex' />ListBoxFunctions::<BIG>SelectIndex</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Select an item based on it's index in the list, starting from 1 </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Select an item based on it's index in the list, starting from 1 </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>Index</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Index of the text item to select, starting from 1 </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Index of the text item to select, starting from 1 </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, SelectIndex , 1 </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Selects the first item in the list. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Selects the first item in the list. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_SelectPartialMatch' />ListBoxFunctions::<BIG>SelectPartialMatch</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to Click and Verify an item according to a partial text match. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Routine to Click and Verify an item according to a partial text match. <p>Note: for RobotJ, same as SelectUnverifiedPartialMatch</p></detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive substring of node to select and verify. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive substring to select and verify. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, SelectPartialMatch , "ATextSubstring" </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Clicks the first item containing the substring text in the ListBox. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Clicks the first item containing the substring text in the ListBox. After the selection we verify the item is selected. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_SelectTextItem' />ListBoxFunctions::<BIG>SelectTextItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to Click and Verify a selection according to its text value. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Routine to Click and Verify a selection according to its text value. <p>Note: RobotJ also uses the identical keyword 'Select'</p><p>Note: For RobotJ, there is no additional verify step in the framework code, in other words, for RobotJ, the SelectTextItem and SelectUnverifiedTextItem keywords are identical because RobotJ does all of the verification internally and there is no control over that in it's api.</p></detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node to select and verify. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive text item to select and verify. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, SelectTextItem , "AParticularUserID" </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Selects "AParticularUserID" from the ListBox object. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Selects "AParticularUserID" from the ListBox object and verifies the selection actually occurred. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_SelectUnverifiedAnotherTextItem' />ListBoxFunctions::<SPAN ID="deprecated">SelectUnverifiedAnotherTextItem</SPAN> (deprecated for: <B>SelectAnotherUnverifiedTextItem</B>) <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Use the identical "SelectAnotherUnverifiedTextItem" instead. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Routine to Control+Click an item according to its text value. No post-select verification of the selection is performed. This selection is added to any items already selected. <br> NOTE: This may not work in all environments (Java, Web, etc...) </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node to select. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, SelectUnverifiedAnotherTextItem , "AParticularUserID" </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Selects "AParticularUserID" from the ListBox object. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Selects "AParticularUserID" from the ListBox. The item is selected and added to the rest of the items already selected. </detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_SelectUnverifiedPartialMatch' />ListBoxFunctions::<BIG>SelectUnverifiedPartialMatch</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to Click an item according to a partial text match. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Routine to Click an item according to a partial text match. <p>No check is performed after the selection to verify success. This is typically done for cases when the listbox is only temporary in nature and disappears immediately upon a selection.</p><p>Note: for RobotJ, same as SelectPartialMatch</p></detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive substring of node to select. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive substring to select. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, SelectUnverifiedPartialMatch , "ATextSubstring" </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Clicks the first item containing the substring text in the ListBox. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Clicks the first item containing the substring text in the ListBox. <p>No check is performed after the selection to verify success. This is typically done for cases when the listbox is only temporary in nature and disappears immediately upon a selection.</p></detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_SelectUnverifiedTextItem' />ListBoxFunctions::<BIG>SelectUnverifiedTextItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Routine to Click a selection according to its text value. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Routine to Click a selection according to its text value. <p>No check is performed after the selection to verify success. This is typically done for cases when the listbox is only temporary in nature and disappears immediately upon a selection.</p><p>Note: RobotJ also uses the identical keyword 'SelectUnverified'</p><p>Note: This is the default for RobotJ, in other words, for RobotJ, the SelectTextItem and SelectUnverifiedTextItem keywords are identical because RobotJ does all of the verification internally and there is no control over that in it's api.</p></detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node to select. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive text item to select. <p>No check is performed after the selection to verify success. This is typically done for cases when the listbox is only temporary in nature and disappears immediately upon a selection.</p></detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListBox, SelectUnverifiedTextItem , "AParticularUserID" </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Selects "AParticularUserID" from the ListBox object. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Selects "AParticularUserID" from the ListBox object. <p>No check is performed after the selection to verify success. This is typically done for cases when the listbox is only temporary in nature and disappears immediately upon a selection.</p></detailed_desc><BR/> </DIV> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_SetListContains' />ListBoxFunctions::<BIG>SetListContains</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Set a variable with the result of checking that a listview contains the provided item. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> The search of the item is expected to be a case-sensitive exact match of the item. The provided variable is set with 'TRUE' if the item is found or 'FALSE' if the item is not found. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>ItemText</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> The case-sensitive name of the sought item. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> ItemText should contain the case-sensitive text item to find in the list view. A message is sent to the log confirming whether or not the item is found in the list view. </detailed_desc><BR/> </DIV> </LI> <BR/> <LI> <B>ResultVar</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> The name of the variable receiving the result. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> This variable is set with 'TRUE' if the item is found or 'FALSE' if the item is not found. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns=""> T, WINDOW, ListView, SetListContains , "AParticularServerName", isFound </usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""><p>Variable isFound is set to 'TRUE' if the item "AParticularServerName" is found in the ListView object. If the item is not found, the variable isFound is set to 'FALSE'.</p></short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_VerifyItem' />ListBoxFunctions::<BIG>VerifyItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies a particular case-sensitive item based on index is equal to a particular value. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Verifies a particular case-sensitive item based on index is equal to a particular value. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>Index</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Index of the item in the list starting from 1 </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Index of the item in the list starting from 1 </detailed_desc><BR/> </DIV> </LI> <BR/> <LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive string to compare to the text of the node at the index. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Case-sensitive string to compare to the text of the node at the index. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyItem, 1, "ATextString"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the first item is equal to "ATextString" </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyItem, 10, "ATextString10"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the item at index 10 is equal to "ATextString10" </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_VerifyItemUnselected' />ListBoxFunctions::<BIG>VerifyItemUnselected</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies a particular case-sensitive text item is NOT selected. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Verifies a particular case-sensitive text item is NOT selected. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node that will be verified as unselected </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive text of the item that is expected to NOT be selected. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyItemUnselected, "AParticularUserID"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that "AParticularUserID" is NOT selected in the ListBox. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_VerifyListContains' />ListBoxFunctions::<BIG>VerifyListContains</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies a particular list-item exists in the list (somewhere) </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Verifies a particular list-item exists in the list (somewhere). The comparison can be case-sensitive. By default, it is not. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> String to look for in the list. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> String to look for in the list. </detailed_desc><BR/> </DIV> </LI> <BR/> <LI>[ <B>CaseSensitive</B> = ]<BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Optional "True" for case-sensitive search </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Optional "True" for case-sensitive search.<br> Robot (others?) also supports "CASE-SENSITIVE" in place of "TRUE" for this parameter. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListContains, "ATextString", "True"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox contains somewhere an item equal to "ATextString" using a case-sensitive comparison. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListContains, "ATextString", "Case-Sensitive"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox contains somewhere an item equal to "ATextString" using a case-sensitive comparison. The use of "CASE-SENSITIVE" literal text instead of "TRUE" initially is implemented on Robot. Other engines will support this as developers can get in there and add it. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListContains, "ATextString10", "False"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox contains somewhere an item equal to "ATextString10" case-insensitive search. The "False" is not really necessary since the search is not case-sensitive by default. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListContains, "ATextString10"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox contains somewhere an item equal to "ATextString10" using a comparison that is not case-sensitive. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_VerifyListContainsPartialMatch' />ListBoxFunctions::<BIG>VerifyListContainsPartialMatch</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies a particular list-item substring exists in the list (somewhere) </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Verifies a particular list-item substring exists in the list (somewhere). The comparison can be case-sensitive. By default, it is not. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> SubString to look for in the list. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> SubString to look for in the list. </detailed_desc><BR/> </DIV> </LI> <BR/> <LI>[ <B>CaseSensitive</B> = ]<BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Optional "True" for case-sensitive search </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Optional "True" for case-sensitive search.<br> Robot (others?) also supports "CASE-SENSITIVE" in place of "TRUE" for this parameter. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListContainsPartialMatch, "Text", "True"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox contains somewhere an item containing the substring "Text" using a case-sensitive comparison. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListContainsPartialMatch, "Text", "Case-Sensitive"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox contains somewhere an item containing the substring "Text" using a case-sensitive comparison. The use of "CASE-SENSITIVE" literal text instead of "TRUE" initially is implemented in Robot. Other engines will support this as developers can add it. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListContainsPartialMatch, "Text", "False"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox contains somewhere an item containing the substring "Text" case-insensitive search. The "False" is not really necessary since the search is not case-sensitive by default. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListContainsPartialMatch, "Text"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox contains somewhere an item containing the substring "Text" using a comparison that is not case-sensitive. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_VerifyListDoesNotContain' />ListBoxFunctions::<BIG>VerifyListDoesNotContain</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies a particular list-item does NOT exists in the list (somewhere) </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Verifies a particular list-item does NOT exists in the list (somewhere). The comparison can be case-sensitive. It is NOT case-sensitive by default. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> String to look for in the list. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> String to look for in the list. </detailed_desc><BR/> </DIV> </LI> <BR/> <LI>[ <B>CaseSensitive</B> = ]<BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Optional "True" for case-sensitive search </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Optional "True" for case-sensitive search. Robot also supports the literal string "CASE-SENSITIVE" instead of "TRUE". </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListDoesNotContain, "ATextString", "True"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox does NOT contains somewhere an item equal to "ATextString" case-sensitive search. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListDoesNotContain, "ATextString", "Case-Sensitive"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox does NOT contains somewhere an item equal to "ATextString" case-sensitive search. The "Case-Sensitive" literal text instead of "True" may only be supported by Robot initially. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListDoesNotContain, "ATextString10", "False"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox does NOT contains somewhere an item equal to "ATextString10" case-insensitive search. "False" is not really necessary as comparisons here are NOT case-sensitive by default. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListDoesNotContain, "ATextString10"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox does NOT contains somewhere an item equal to "ATextString10" case-insensitive search. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_VerifyListDoesNotContainPartialMatch' />ListBoxFunctions::<BIG>VerifyListDoesNotContainPartialMatch</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies a particular list-item substring does NOT exists in the list (somewhere) </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Verifies a particular list-item substring does NOT exists in the list (somewhere). The comparison can be case-sensitive. It is NOT case-sensitive by default. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> SubString to look for in the list. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> SubString to look for in the list. </detailed_desc><BR/> </DIV> </LI> <BR/> <LI>[ <B>CaseSensitive</B> = ]<BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Optional "True" for case-sensitive search </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Optional "True" for case-sensitive search. Robot also supports the literal string "CASE-SENSITIVE" instead of "TRUE". </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListDoesNotContainPartialMatch, "Text", "True"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox does NOT contain an item containg the substring "Text" using a case-sensitive search. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListDoesNotContainPartialMatch, "String", "Case-Sensitive"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox does NOT contain an item containing the substring "String" using a case-sensitive search. The "Case-Sensitive" literal text instead of "True" may only be supported by Robot initially. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListDoesNotContainPartialMatch, "String", "False"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox does NOT contain an item containing the substring "String" using a case-insensitive search. "False" is not really necessary as comparisons here are NOT case-sensitive by default. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyListDoesNotContainPartialMatch, "Text"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the listbox does NOT containan item containing the substring "Text" using a case-insensitive search. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_VerifyMenuItem' />ListBoxFunctions::<BIG>VerifyMenuItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies a particular case-sensitive menu-item exists in the list (somewhere) </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Verifies a particular case-sensitive menu-item exists in the list (somewhere) </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive string to compare to the text of any node in the list. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Case-sensitive string to compare to the text of any node in the list. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyMenuItem, "ATextString"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the list contains somewhere an item equal to "ATextString" </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyMenuItem, "ATextString10"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the list contains somewhere an item equal to "ATextString10" </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_VerifyMenuPartialMatch' />ListBoxFunctions::<BIG>VerifyMenuPartialMatch</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies a particular case-insensitive menu-item substring exists in the list (somewhere) </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Verifies a particular case-insensitive menu-item substring exists in the list (somewhere) </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-insensitive substring to compare to the text of any node in the list. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Case-insensitive substring to compare to the text of any node in the list. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyMenuPartialMatch, "ATextString"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the list contains somewhere an item substring "ATextString" </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyMenuPartialMatch, "10"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the list contains somewhere an item substring "10" </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_VerifyPartialMatch' />ListBoxFunctions::<BIG>VerifyPartialMatch</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies a particular case-insensitive item based on index is has as substring a particular value. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Verifies a particular case-insensitive item based on index is has as substring a particular value. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>Index</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Index of the item in the list starting from 1 </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Index of the item in the list starting from 1 </detailed_desc><BR/> </DIV> </LI> <BR/> <LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-insensitive substring to compare to the text of the node at the index. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Case-insensitive substring to compare to the text of the node at the index. </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyPartialMatch, 1, "AText"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the first item contains substring "atext" </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifyItem, 10, "10"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the item at index 10 contains substring "10" </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_VerifySelectedItem' />ListBoxFunctions::<BIG>VerifySelectedItem</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies a particular case-sensitive text item is selected </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Verifies a particular case-sensitive text item is selected </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive text of node that will be verified as selected </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive text of the item expected to already be selected </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifySelectedItem , "AParticularUserID"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that "AParticularUserID" is selected in the ListBox. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> <H3><A NAME='detail_VerifySelectedPartialMatch' />ListBoxFunctions::<BIG>VerifySelectedPartialMatch</BIG> <TABLE><TR> <TD class="borderStyle"><IMG SRC='RC.GIF' ALT='Rational Robot Classic'/></TD> <TD class="borderStyle"><IMG SRC='RJ.GIF' ALT='Rational RobotJ'/></TD> <TD class="borderStyle"><IMG SRC='WR.GIF' ALT='Mercury Interactive WinRunner'/></TD> <TD class="borderStyle"><IMG SRC='SE.GIF' ALT='Selenium'/></TD> </TR></TABLE> </H3> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies a particular case-sensitive item is selected based on a substring match. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> Verifies a particular case-sensitive item is selected based on a substring match. </detailed_desc><BR/> </DIV> <BR/> <DIV NAME="list" ID="other"> <B>Fields: [ ]</B>=<SMALL>Optional with Default Value</SMALL><BR/> <OL start="5" ><LI> <B>TextValue</B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Case-sensitive substring of node that will be verified selected </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"><detailed_desc xmlns=""> TextValue should contain the case-sensitive substring of the item expected to already be selected </detailed_desc><BR/> </DIV> </LI> <BR/></OL ><B>Examples:</B><BR/><UL> <LI> <B><usage xmlns="">T, WINDOW, ListBox, VerifySelectedPartialMatch , "ATextSubstring"</usage></B> <BR/> <DIV NAME="list" ID="short_desc"><short_desc xmlns=""> Verifies that the first item containing the substring is selected in the ListBox. </short_desc></DIV> <BR/> <DIV NAME="list" ID="detail_desc"/> </LI> <BR/> </UL> <A href="SAFSReferenceKey.htm" alt="Reference Legend or Key"> <SMALL><B>[How To Read This Reference]</B></SMALL> </A> <HR/></DIV> </DIV> </BODY> </HTML>