SeleniumLibrary is a web testing library for Robot Framework.\n
This document explains how to use keywords provided by SeleniumLibrary. For information about installation, support, and more, please visit the project pages. For more information about Robot Framework, see http://robotframework.org.\n
SeleniumLibrary uses the Selenium WebDriver modules internally to control a web browser. See http://seleniumhq.org for more information about Selenium in general and SeleniumLibrary README.rst Browser drivers chapter for more details about WebDriver binary installation.\n All keywords in SeleniumLibrary that need to interact with an element on a web page take an argument typically named SeleniumLibrary supports finding elements based on different strategies such as the element id, XPath expressions, or CSS selectors. The strategy can either be explicitly specified with a prefix or the strategy can be implicit.\n By default, locators are considered to use the keyword specific default locator strategy. All keywords support finding elements based on Examples:\n\n
Locating elements\n
locator that specifies how to find the element. Most often the locator is given as a string using the locator syntax described below, but using WebElements is possible too.\nLocator syntax\n
Default locator strategy\n
id and name attributes, but some keywords support additional attributes or other values that make sense in their context. For example, Click Link supports the href attribute and the link text and addition to the normal id and name.\n