Appium
view release on metacpan or search on metacpan
lib/Appium/Commands.pm view on Meta::CPAN
$Appium::Commands::VERSION = '0.0804';
# ABSTRACT: Appium specific extensions to the Webdriver JSON protocol
use Moo;
extends 'Selenium::Remote::Commands';
has 'get_cmds' => (
is => 'lazy',
builder => sub {
my ($self) = @_;
my $commands = $self->SUPER::get_cmds;
my $appium_commands = {
contexts => {
method => 'GET',
url => 'session/:sessionId/contexts',
no_content_success => 0
},
get_current_context => {
method => 'GET',
url => 'session/:sessionId/context',
( run in 0.357 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )