appium_python_client_webdriver_extensions_flutter
appium_python_client_webdriver_extensions_flutter
flutter_integration package
Submodules
webdriver.extensions.flutter_integration.flutter_commands
module
Bases: object
Parameters: scriptName (str) – The name of the Flu er command to execute. This will
be prefixed with ‘flu er:’ when passed to the driver.
params (dict) – A dic onary of parameters to be passed along with the
Flu er command.
Returns: The result of the command execu on. The return value depends on the
specific Flu er command being executed.
Return type: Any
Injects a mock image to the device. The input can be a file path or a base64-encoded string.
Parameters: value (str) – The file path of the image or a base64-encoded string.
Returns: Image ID of the injected image.
Return type: str
Explore our developer-friendly HTML to PDF API Printed using PDFCrowd HTML to PDF
Parameters: element (WebElement) – The element to double-click on. This parameter
is required.
offset (Op onal[Tuple[int, int]]) – The x and y offsets from the element to
click at. If not specified, the click is performed at the element’s center.
Return type: None
Parameters: element (WebElement) – The element to perform the long press on. This
parameter is required.
offset (Op onal[Tuple[int, int]]) – The x and y offsets from the element to
perform the long press at. If not specified, the long press is performed at
the element’s center.
Return type: None
KeywordArgs:
scrollView (str): The view of the scroll. Default value is ‘Scrollable’ delta (int): delta for the
scroll. Default value is 64 maxScrolls (int): Max mes to scroll. Default value is 15
se leBetweenScrollsTimeout (float): se le meout in milliseconds. Default value is 5000
dragDura on (float): me gap between each scroll in milliseconds. Default value is 100
Explore our developer-friendly HTML to PDF API Printed using PDFCrowd HTML to PDF
Waits for a element to become invisible.
Parameters: locator (Union[WebElement, Flu erFinder]) – The element to wait for; can
be a WebElement or a Flu erFinder.
meout (Op onal[float]) – Maximum wait me in seconds. Defaults to a
predefined meout if not specified.
Return type: None
Parameters: locator (Union[WebElement, Flu erFinder]) – The element to wait for; can
be a WebElement or a Flu erFinder.
meout (Op onal[float]) – Maximum wait me in seconds. Defaults to a
predefined meout if not specified.
Return type: None
webdriver.extensions.flutter_integration.flutter_finder
module
class FlutterFinder(using: Literal['id', 'xpath', 'link text', 'par al link text', 'name', 'tag name', 'class name', 'css
selector', '-ios predicate string', '-ios class chain', '-android uiautomator', '-android viewtag', '-android datamatcher', '-
android viewmatcher', 'accessibility id', '-image', '-custom', '-flu er seman cs label', '-flu er type', '-flu er key', '-flu er
text containing'], value: str)
Bases: object
to_dict()→ dict
Explore our developer-friendly HTML to PDF API Printed using PDFCrowd HTML to PDF
webdriver.extensions.flutter_integration.scroll_directions
module
Bases: Enum
DOWN= 'down'
UP= 'up'
Module contents
Explore our developer-friendly HTML to PDF API Printed using PDFCrowd HTML to PDF