Dashboard > Watir > Browse Space > Labels > favourite
Watir Log In View a printable version of the current page.
Label: favourite

Content with label favourite in Watir (See content from all spaces)

Forms
Forms Forms aren't visible through the browser, but are used a lot in web applications. To find them, look at the HTML source for <form> tag. Watir can submit forms in a variety of ways. Forms With Buttons Watir can submit buttons on a web ...
Ways Available To Identify HTML Tag
Ways Available To Identify HTML Tag How? HTML Example Watir Example Comment :action <form action="page.htm"> ie.form(:action, /page/).click Used only for form element, specifies the URL where the form is to be submitted. :after? <a>one ...
Selection Boxes
Selection Boxes Watir sets or clears an item in a selection box (or dropdown box) by looking at the attributes available in the <select> HTML tag. Common attributes are id and name. For complete list see Methods Supported by Element. What you see ...
Checkboxes
Checkboxes Watir sets or clears checkboxes by looking at the attributes available in the <input type="checkbox"> HTML tag. Common attributes are id and name. For complete list see Methods Supported by Element. What you see in the web browser: Check Me ...
Links
Links You can use Watir to click links in a variety of ways. Watir can click links by looking at the link text you see in the browser or by looking at the attributes available in the <a> HTML tag. Common attributes are id, name and href. For complete ...
Site running on a free Atlassian Confluence Community License granted to OpenQA. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.6 Build:#812 Aug 06, 2007) - Bug/feature request - Contact Administrators