Skip navigation links
A C F I L Q 

A

addAlternateLocator(String, By) - Method in class com.lazerycode.selenium.util.Query
Specify a alternate locator for a specific browser.

C

com.lazerycode.selenium.util - package com.lazerycode.selenium.util
 

F

findMobileElement() - Method in class com.lazerycode.selenium.util.Query
This will return a MobileElement object if the supplied locator could find a valid MobileElement.
findMobileElements() - Method in class com.lazerycode.selenium.util.Query
This will return a list of MobileElement objects, it may be empty if the supplied locator does not match any elements on screen
findSelectElement() - Method in class com.lazerycode.selenium.util.Query
This will return a Select object if the supplied locator could find a valid WebElement.
findWebElement() - Method in class com.lazerycode.selenium.util.Query
This will return a WebElement object if the supplied locator could find a valid WebElement.
findWebElements() - Method in class com.lazerycode.selenium.util.Query
This will return a list of WebElement objects, it may be empty if the supplied locator does not match any elements on screen

I

initQueryObject(RemoteWebDriver) - Method in class com.lazerycode.selenium.util.Query
Set a static driver object that wil be used for all instances of Query

L

locator() - Method in class com.lazerycode.selenium.util.Query
This will return the locator currently associated with your driver object.

Q

Query - Class in com.lazerycode.selenium.util
 
Query(By, RemoteWebDriver) - Constructor for class com.lazerycode.selenium.util.Query
 
Query(By) - Constructor for class com.lazerycode.selenium.util.Query
 
A C F I L Q 
Skip navigation links

Copyright © 2018. All rights reserved.