- Element - Class in macaca.client.commands
-
- Element(String, MacacaDriver) - Constructor for class macaca.client.commands.Element
-
- element - Variable in class macaca.client.MacacaClient
-
- element(String, String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- ELEMENT_VALUE - Static variable in class macaca.client.common.DriverCommand
-
- elementByClassName() - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- elementByClassName(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- elementByCss(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Web(WebView)
- elementById(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- elementByLinkText(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- elementByName(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- elementByPartialLinkText(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- elementByTagName(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- elementByXPath(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- elementsByClassName(String) - Method in class macaca.client.MacacaClient
-
Search for multiple elements on the page, starting from the document
root.
Support: Android iOS Web(WebView)
- elementsByCss(String) - Method in class macaca.client.MacacaClient
-
Search for multiple elements on the page, starting from the document
root.
Support: Web(WebView)
- elementsById(String) - Method in class macaca.client.MacacaClient
-
Search for multiple elements on the page, starting from the document
root.
Support: Android iOS Web(WebView)
- elementsByLinkText(String) - Method in class macaca.client.MacacaClient
-
Search for multiple elements on the page, starting from the document
root.
Support: Android iOS Web(WebView)
- elementsByName(String) - Method in class macaca.client.MacacaClient
-
Search for multiple elements on the page, starting from the document
root.
Support: Android iOS Web(WebView)
- elementsByPartialLinkText(String) - Method in class macaca.client.MacacaClient
-
Search for multiple elements on the page, starting from the document
root.
Support: Android iOS Web(WebView)
- elementsByTagName(String) - Method in class macaca.client.MacacaClient
-
Search for multiple elements on the page, starting from the document
root.
Support: Android iOS Web(WebView)
- elementsByXPath(String) - Method in class macaca.client.MacacaClient
-
Search for multiple elements on the page, starting from the document
root.
Support: Android iOS Web(WebView)
- Execute - Class in macaca.client.commands
-
- Execute(MacacaDriver) - Constructor for class macaca.client.commands.Execute
-
- execute(JSONObject) - Method in class macaca.client.commands.Execute
-
- execute(String) - Method in class macaca.client.MacacaClient
-
Inject a snippet of JavaScript into the page for execution in the context
of the currently selected frame.
Support: Web(WebView)
- EXECUTE_SCRIPT - Static variable in class macaca.client.common.DriverCommand
-
- waitElementTimeInterval - Variable in class macaca.client.MacacaClient
-
time interval between finding an element ,valid for waitForElement() function
paired with waitElementTimeout, if waitElementTimeout = 1000 & waitElementTimeInterval = 200,it means we will find given element per 200ms,until 1000ms passed,
which means we will find for 5 times
- waitElementTimeout - Variable in class macaca.client.MacacaClient
-
timeout for finding an element ,valid for waitForElement() function
paired with waitElementTimeInterval, if waitElementTimeout = 1000 & waitElementTimeInterval = 200,it means we will find given element per 200ms,until 1000ms passed,
which means we will find for 5 times
- waitForElement(GetElementWay, String, int) - Method in class macaca.client.MacacaClient
-
find target element,if it doesn't exist,keep finding during given time
(property:waitElementTimeout)
Support: Android iOS Web(WebView)
- waitForElement(GetElementWay, String) - Method in class macaca.client.MacacaClient
-
find target element,if it doesn't exist,keep finding during given time
(property:waitElementTimeout)
Support: Android iOS Web(WebView)
- waitForElement(String, String, int, int) - Method in class macaca.client.MacacaClient
-
Search for element at specific interval during given time
Support: Android iOS Web(WebView)
- waitForElement(String, String) - Method in class macaca.client.MacacaClient
-
Search for element at specific interval during given time
Support: Android iOS Web(WebView)
- waitForElementByCss(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Web(WebView)
- waitForElementById(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- waitForElementByLinkText(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- waitForElementByName(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- waitForElementByPartialLinkText(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- waitForElementByTagName(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- waitForElementByXPath(String) - Method in class macaca.client.MacacaClient
-
Search for an element on the page, starting from the document root.
Support: Android iOS Web(WebView)
- Window - Class in macaca.client.commands
-
- Window(MacacaDriver) - Constructor for class macaca.client.commands.Window
-
- WINDOW - Static variable in class macaca.client.common.DriverCommand
-
- WINDOW_HANDLE - Static variable in class macaca.client.common.DriverCommand
-
- WINDOW_HANDLES - Static variable in class macaca.client.common.DriverCommand
-
- WINDOW_SIZE - Static variable in class macaca.client.common.DriverCommand
-