The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Playwright::AndroidDevice - Automatically generated class for Playwright::AndroidDevice

VERSION

version 1.431

CONSTRUCTOR

new(%options)

You shouldn't have to call this directly. Instead it should be returned to you as the result of calls on Playwright objects, or objects it returns.

METHODS

fill(@args)

Execute the AndroidDevice::fill playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-fill for more information.

webView(@args)

Execute the AndroidDevice::webView playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-webView for more information.

swipe(@args)

Execute the AndroidDevice::swipe playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-swipe for more information.

shell(@args)

Execute the AndroidDevice::shell playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-shell for more information.

screenshot(@args)

Execute the AndroidDevice::screenshot playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-screenshot for more information.

model(@args)

Execute the AndroidDevice::model playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-model for more information.

input(@args)

Execute the AndroidDevice::input playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-input for more information.

webViews(@args)

Execute the AndroidDevice::webViews playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-webViews for more information.

wait(@args)

Execute the AndroidDevice::wait playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-wait for more information.

drag(@args)

Execute the AndroidDevice::drag playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-drag for more information.

open(@args)

Execute the AndroidDevice::open playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-open for more information.

close(@args)

Execute the AndroidDevice::close playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-close for more information.

fling(@args)

Execute the AndroidDevice::fling playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-fling for more information.

installApk(@args)

Execute the AndroidDevice::installApk playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-installApk for more information.

tap(@args)

Execute the AndroidDevice::tap playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-tap for more information.

serial(@args)

Execute the AndroidDevice::serial playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-serial for more information.

waitForEvent(@args)

Execute the AndroidDevice::waitForEvent playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-waitForEvent for more information.

info(@args)

Execute the AndroidDevice::info playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-info for more information.

longTap(@args)

Execute the AndroidDevice::longTap playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-longTap for more information.

scroll(@args)

Execute the AndroidDevice::scroll playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-scroll for more information.

launchBrowser(@args)

Execute the AndroidDevice::launchBrowser playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-launchBrowser for more information.

press(@args)

Execute the AndroidDevice::press playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-press for more information.

setDefaultTimeout(@args)

Execute the AndroidDevice::setDefaultTimeout playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-setDefaultTimeout for more information.

pinchOpen(@args)

Execute the AndroidDevice::pinchOpen playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-pinchOpen for more information.

pinchClose(@args)

Execute the AndroidDevice::pinchClose playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-pinchClose for more information.

push(@args)

Execute the AndroidDevice::push playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-push for more information.

on(@args)

Execute the AndroidDevice::on playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-on for more information.

evaluate(@args)

Execute the AndroidDevice::evaluate playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-evaluate for more information.

evaluateHandle(@args)

Execute the AndroidDevice::evaluateHandle playwright routine.

See https://playwright.dev/docs/api/class-AndroidDevice#AndroidDevice-evaluateHandle for more information.

SEE ALSO

Please see those modules/websites for more information related to this module.

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/teodesian/playwright-perl/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHORS

Current Maintainers:

  • George S. Baugh <teodesian@gmail.com>

COPYRIGHT AND LICENSE

Copyright (c) 2020 Troglodyne LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.