| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766 |
- package Selenium::Remote::Driver;
- use strict;
- use warnings;
- use Carp;
- our @CARP_NOT;
- use Selenium::Remote::RemoteConnection;
- use Selenium::Remote::Commands;
- use Selenium::Remote::WebElement;
- use constant FINDERS => {
- class => 'class name',
- class_name => 'class name',
- css => 'css selector',
- id => 'id',
- link => 'link text',
- link_text => 'link text',
- name => 'name',
- partial_link_text => 'partial link text',
- tag_name => 'tag name',
- xpath => 'xpath',
- };
- our $VERSION = "0.14";
- =head1 NAME
- Selenium::Remote::Driver - Perl Client for Selenium Remote Driver
- =cut
- =head1 SYNOPSIS
- use Selenium::Remote::Driver;
- my $driver = new Selenium::Remote::Driver;
- $driver->get('http://www.google.com');
- print $driver->get_title();
- $driver->quit();
- =cut
- =head1 DESCRIPTION
- Selenium is a test tool that allows you to write
- automated web application UI tests in any programming language against
- any HTTP website using any mainstream JavaScript-enabled browser. This module is
- an implementation of the client for the Remote driver that Selenium provides.
- You can find bindings for other languages at this location:
- L<http://code.google.com/p/selenium/>
- This module sends commands directly to the Server using HTTP. Using this module
- together with the Selenium Server, you can automatically control any supported
- browser. To use this module, you need to have already downloaded and started
- the Selenium Server (Selenium Server is a Java application).
- =cut
- =head1 USAGE (read this first)
- =head2 Remote Driver Response
- Selenium::Remote::Driver uses the L<JsonWireProtocol|http://code.google.com/p/selenium/wiki/JsonWireProtocol> to communicate with the
- Selenium Server. If an error occurs while executing the command then the server
- sends back an HTTP error code with a JSON encoded reponse that indicates the
- precise L<Response Error Code|http://code.google.com/p/selenium/wiki/JsonWireProtocol#Response_Status_Codes>. The module will then croak with the error message
- associated with this code. If no error occurred, then the subroutine called will
- return the value sent back from the server (if a return value was sent).
- So a rule of thumb while invoking methods on the driver is if the method did not
- croak when called, then you can safely assume the command was successful even if
- nothing was returned by the method.
- =head2 WebElement
- Selenium Webdriver represents all the HTML elements as WebElement, which is
- in turn represented by Selenium::Remote::WebElement module. So any method that
- deals with WebElements will return and/or expect WebElement object. The POD for
- that module describes all the methods that perform various actions on the
- WebElements like click, submit etc.
- To interact with any WebElement you have to first "find" it, read the POD for
- find_element or find_elements for further info. Once you find the required element
- then you can perform various actions. If you don't call find_* method first, all
- your further actions will fail for that element. Finally, just remember that you
- don't have to instantiate WebElement objects at all - they will be automatically
- created when you use the find_* methods.
- =cut
- =head1 FUNCTIONS
- =cut
- =head2 new
- Description:
- Constructor for Driver. It'll instantiate the object if it can communicate
- with the Selenium RC server.
- Input: 7 (all optional)
- desired_capabilities - HASH - Following options are accepted:
- Optional:
- 'remote_server_addr' - <string> - IP or FQDN of the RC server machine
- 'browser_name' - <string> - desired browser string:
- {iphone|firefox|internet explorer|htmlunit|iphone|chrome}
- 'version' - <string> - desired browser version number
- 'platform' - <string> - desired platform:
- {WINDOWS|XP|VISTA|MAC|LINUX|UNIX|ANY}
- 'javascript' - <boolean> - whether javascript should be supported
- 'auto_close' - <boolean> - whether driver should end session on remote
- server on close.
- 'extra_capabilities' - HASH of extra capabilities
- If no values are provided, then these defaults will be assumed:
- 'remote_server_addr' => 'localhost'
- 'port' => '4444'
- 'browser_name' => 'firefox'
- 'version' => ''
- 'platform' => 'ANY'
- 'javascript' => 1
- 'auto_close' => 1
- Output:
- Remote Driver object
- Usage:
- my $driver = new Selenium::Remote::Driver;
- or
- my $driver = new Selenium::Remote::Driver('browser_name' => 'firefox',
- 'platform' => 'MAC');
- or
- my $driver = new Selenium::Remote::Driver('remote_server_addr' => '10.10.1.1',
- 'port' => '2222',
- auto_close => 0
- );
- or
- my $driver = new Selenium::Remote::Driver('browser_name' => 'chrome',
- 'platform' => 'VISTA',
- 'extra_capabilities' => {'chrome.switches' => ["--user-data-dir=$ENV{LOCALAPPDATA}\\Google\\Chrome\\User Data"],},
- );
- =cut
- sub new {
- my ( $class, %args ) = @_;
- my $ress = new Selenium::Remote::Commands;
- # Set the defaults if user doesn't send any
- my $self = {
- remote_server_addr => delete $args{remote_server_addr} || 'localhost',
- browser_name => delete $args{browser_name} || 'firefox',
- platform => delete $args{platform} || 'ANY',
- port => delete $args{port} || '4444',
- version => delete $args{version} || '',
- session_id => undef,
- remote_conn => undef,
- commands => $ress,
- auto_close => 1, # by default we will close remote session on DESTROY
- pid => $$,
- };
- bless $self, $class or die "Can't bless $class: $!";
- if ( defined $args{javascript} ) {
- if ( $args{javascript} ) {
- $self->{javascript} = JSON::true;
- }
- else {
- $self->{javascript} = JSON::false;
- }
- }
- else {
- $self->{javascript} = JSON::true;
- }
- # Connect to remote server & establish a new session
- $self->{remote_conn} =
- new Selenium::Remote::RemoteConnection( $self->{remote_server_addr},
- $self->{port} );
- $self->new_session(delete $args{extra_capabilities});
- if ( !( defined $self->{session_id} ) ) {
- croak "Could not establish a session with the remote server\n";
- }
- return $self;
- }
- sub DESTROY {
- my ($self) = @_;
- return if $$ != $self->{pid};
- $self->quit() if ($self->{auto_close} && defined $self->{session_id});
- }
- # This is an internal method used the Driver & is not supposed to be used by
- # end user. This method is used by Driver to set up all the parameters
- # (url & JSON), send commands & receive processed response from the server.
- sub _execute_command {
- my ( $self, $res, $params ) = @_;
- $res->{'session_id'} = $self->{'session_id'};
- my $resource = $self->{commands}->get_params($res);
- if ($resource) {
- my $resp = $self->{remote_conn}
- ->request( $resource->{'method'}, $resource->{'url'}, $params );
- if(ref($resp) eq 'HASH') {
- if($resp->{cmd_status} eq 'OK') {
- return $resp->{cmd_return};
- } else {
- my $msg = "Error while executing command";
- if($resp->{cmd_error}) {
- $msg .= ": $resp->{cmd_error}" if $resp->{cmd_error};
- } else {
- if(ref($resp->{cmd_return}) eq 'HASH') {
- $msg .= ": $resp->{cmd_return}->{error}->{msg}"
- if $resp->{cmd_return}->{error}->{msg};
- $msg .= ": $resp->{cmd_return}->{message}"
- if $resp->{cmd_return}->{message};
- } else {
- $msg .= ": $resp->{cmd_return}";
- }
- }
- croak $msg;
- }
- }
- return $resp;
- }
- else {
- croak "Couldn't retrieve command settings properly\n";
- }
- }
- # A method that is used by the Driver itself. It'll be called to set the
- # desired capabilities on the server.
- sub new_session {
- my ($self, $extra_capabilities) = @_;
- $extra_capabilities ||= {};
- my $args = {
- 'desiredCapabilities' => {
- 'browserName' => $self->{browser_name},
- 'platform' => $self->{platform},
- 'javascriptEnabled' => $self->{javascript},
- 'version' => $self->{version},
- %$extra_capabilities,
- },
- };
- my $resp =
- $self->{remote_conn}
- ->request( $self->{commands}->{'newSession'}->{'method'},
- $self->{commands}->{'newSession'}->{'url'}, $args, );
- if ( ( defined $resp->{'sessionId'} ) && $resp->{'sessionId'} ne '' ) {
- $self->{session_id} = $resp->{'sessionId'};
- }
- else {
- croak "Could not create new session";
- }
- }
- =head2 get_sessions
- Description:
- Returns a list of the currently active sessions. Each session will be
- returned as an array of Hashes with the following keys:
-
- 'id' : The session ID
- 'capabilities: An object describing session's capabilities
- Output:
- Array of Hashes
- Usage:
- print Dumper $driver->get_sessions();
- =cut
- sub get_sessions{
- my ($self) = @_;
- my $res = { 'command' => 'getSessions' };
- return $self->_execute_command($res);
- }
- =head2 status
- Description:
- Query the server's current status. All server implementations
- should return two basic objects describing the server's current
- platform and when the server was built.
- Output:
- Hash ref
- Usage:
- print Dumper $driver->status;
- =cut
- sub status {
- my ($self) = @_;
- my $res = { 'command' => 'status' };
- return $self->_execute_command($res);
- }
- =head2 get_alert_text
- Description:
- Gets the text of the currently displayed JavaScript alert(), confirm()
- or prompt() dialog.
- Example
- my $string = $driver->get_alert_text;
- =cut
- sub get_alert_text {
- my ($self) = @_;
- my $res = { 'command' => 'getAlertText' };
- return $self->_execute_command($res);
- }
- =head2 send_keys_to_active_element
- Description:
- Send a sequence of key strokes to the active element. This command is
- similar to the send keys command in every aspect except the implicit
- termination: The modifiers are not released at the end of the call.
- Rather, the state of the modifier keys is kept between calls, so mouse
- interactions can be performed while modifier keys are depressed.
- Input: 1
- Required:
- {ARRAY | STRING} - Array of strings or a string.
- Usage:
- $driver->send_keys_to_active_element('abcd', 'efg');
- $driver->send_keys_to_active_element('hijk');
-
- or
-
- # include the WDKeys module
- use Selenium::Remote::WDKeys;
- .
- .
- $driver->send_keys_to_active_element(KEYS->{'space'}, KEYS->{'enter'});
- =cut
- sub send_keys_to_active_element {
- my ($self, @strings) = @_;
- my $res = { 'command' => 'sendKeysToActiveElement' };
- my $params = {
- 'value' => \@strings,
- };
- return $self->_execute_command($res, $params);
- }
- =head2 send_keys_to_alert
- Synonymous with send_keys_to_prompt
- =cut
- sub send_keys_to_alert {
- return shift->send_keys_to_prompt(@_);
- }
- =head2 send_keys_to_prompt
- Description:
- Sends keystrokes to a JavaScript prompt() dialog.
- Input:
- {string} keys to send
- Example:
- $driver->send_keys_to_prompt('hello world');
- or
- ok($driver->get_alert_text eq 'Please Input your name','prompt appears');
- $driver->send_keys_to_alert("Larry Wall");
- $driver->accept_alert;
- =cut
- sub send_keys_to_prompt {
- my ($self,$keys) = @_;
- my $res = { 'command' => 'sendKeysToPrompt' };
- my $params = { 'text' => $keys };
- return $self->_execute_command($res,$params);
- }
- =head2 accept_alert
- Description:
- Accepts the currently displayed alert dialog. Usually, this is
- equivalent to clicking the 'OK' button in the dialog.
- Example:
- $driver->accept_alert;
- =cut
- sub accept_alert {
- my ($self) = @_;
- my $res = { 'command' => 'acceptAlert' };
- return $self->_execute_command($res);
- }
- =head2 dismiss_alert
- Description:
- Dismisses the currently displayed alert dialog. For comfirm()
- and prompt() dialogs, this is equivalent to clicking the
- 'Cancel' button. For alert() dialogs, this is equivalent to
- clicking the 'OK' button.
- Example:
- $driver->dismiss_alert;
- =cut
- sub dismiss_alert {
- my ($self) = @_;
- my $res = { 'command' => 'dismissAlert' };
- return $self->_execute_command($res);
- }
- =head2 mouse_move_to_location
- Description:
- Move the mouse by an offset of the specificed element. If no
- element is specified, the move is relative to the current mouse
- cursor. If an element is provided but no offset, the mouse will be
- moved to the center of the element. If the element is not visible,
- it will be scrolled into view.
- Output:
- STRING -
- Usage:
- # element - the element to move to. If not specified or is null, the offset is relative to current position of the mouse.
- # xoffset - X offset to move to, relative to the top-left corner of the element. If not specified, the mouse will move to the middle of the element.
- # yoffset - Y offset to move to, relative to the top-left corner of the element. If not specified, the mouse will move to the middle of the element.
- print $driver->mouse_move_to_location(element => e, xoffset => x, yoffset => y);
- =cut
- sub mouse_move_to_location {
- my ($self, %params) = @_;
- $params{element} = $params{element}{id} if exists $params{element};
- my $res = { 'command' => 'mouseMoveToLocation' };
- return $self->_execute_command($res, \%params);
- }
- =head2 move_to
- Synonymous with mouse_move_to_location
- =cut
- sub move_to {
- return shift->mouse_move_to_location(@_);
- }
- =head2 get_capabilities
- Description:
- Retrieve the capabilities of the specified session.
- Output:
- HASH of all the capabilities.
- Usage:
- my $capab = $driver->get_capabilities();
- print Dumper($capab);
- =cut
- sub get_capabilities {
- my $self = shift;
- my $res = {'command' => 'getCapabilities'};
- return $self->_execute_command($res);
- }
- =head2 set_timeout
- Description:
- Set the amount of time, in milliseconds, that asynchronous scripts executed
- by execute_async_script() are permitted to run before they are
- aborted and a |Timeout| error is returned to the client.
-
- Input:
- ms - <NUMBER> - The amount of time, in milliseconds, that time-limited
- commands are permitted to run.
- Usage:
- $driver->set_async_script_timeout(1000);
- =cut
- sub set_async_script_timeout {
- my ($self, $ms) = @_;
- if (not defined $ms)
- {
- return "Expecting timeout in ms";
- }
- my $res = {'command' => 'setAsyncScriptTimeout'};
- my $params = {'ms' => $ms};
- return $self->_execute_command($res, $params);
- }
- =head2 set_implicit_wait_timeout
- Description:
- Set the amount of time the driver should wait when searching for elements.
- When searching for a single element, the driver will poll the page until
- an element is found or the timeout expires, whichever occurs first.
- When searching for multiple elements, the driver should poll the page until
- at least one element is found or the timeout expires, at which point it
- will return an empty list. If this method is never called, the driver will
- default to an implicit wait of 0ms.
-
- Input:
- Time in milliseconds.
- Output:
- Server Response Hash with no data returned back from the server.
- Usage:
- $driver->set_implicit_wait_timeout(10);
- =cut
- sub set_implicit_wait_timeout {
- my ($self, $ms) = @_;
- my $res = {'command' => 'setImplicitWaitTimeout'};
- my $params = {'ms' => $ms};
- return $self->_execute_command($res, $params);
- }
- =head2 close
- Description:
- Close the current window.
- Usage:
- $driver->close();
- or
- #close a popup window
- my $handles = $driver->get_window_handles;
- $driver->switch_to_window($handles->[1]);
- $driver->close();
- $driver->switch_to_window($handles->[0]);
- =cut
- sub close {
- my $self = shift;
- my $res = { 'command' => 'close' };
- $self->_execute_command($res);
- }
- =head2 quit
- Description:
- Delete the session & close open browsers.
- Usage:
- $driver->quit();
- =cut
- sub quit {
- my $self = shift;
- my $res = { 'command' => 'quit' };
- $self->_execute_command($res);
- $self->{session_id} = undef;
- }
- =head2 get_current_window_handle
- Description:
- Retrieve the current window handle.
- Output:
- STRING - the window handle
- Usage:
- print $driver->get_current_window_handle();
- =cut
- sub get_current_window_handle {
- my $self = shift;
- my $res = { 'command' => 'getCurrentWindowHandle' };
- return $self->_execute_command($res);
- }
- =head2 get_window_handles
- Description:
- Retrieve the list of window handles used in the session.
- Output:
- ARRAY of STRING - list of the window handles
- Usage:
- print Dumper $driver->get_window_handles;
- or
- # get popup, close, then back
- my $handles = $driver->get_window_handles;
- $driver->switch_to_window($handles->[1]);
- $driver->close;
- $driver->switch_to_window($handles->[0]);
- =cut
- sub get_window_handles {
- my $self = shift;
- my $res = { 'command' => 'getWindowHandles' };
- return $self->_execute_command($res);
- }
- =head2 get_window_size
- Description:
- Retrieve the window size
-
- Input:
- STRING - <optional> - window handle (default is 'current' window)
- Output:
- HASH - containing keys 'height' & 'width'
- Usage:
- my $window_size = $driver->get_window_size();
- print $window_size->{'height'}, $window_size->('width');
- =cut
- sub get_window_size {
- my ( $self, $window ) = @_;
- $window = (defined $window)?$window:'current';
- my $res = { 'command' => 'getWindowSize', 'window_handle' => $window };
- return $self->_execute_command($res);
- }
- =head2 get_window_position
- Description:
- Retrieve the window position
-
- Input:
- STRING - <optional> - window handle (default is 'current' window)
- Output:
- HASH - containing keys 'x' & 'y'
- Usage:
- my $window_size = $driver->get_window_position();
- print $window_size->{'x'}, $window_size->('y');
- =cut
- sub get_window_position {
- my ( $self, $window ) = @_;
- $window = (defined $window)?$window:'current';
- my $res = { 'command' => 'getWindowPosition', 'window_handle' => $window };
- return $self->_execute_command($res);
- }
- =head2 get_current_url
- Description:
- Retrieve the url of the current page
- Output:
- STRING - url
- Usage:
- print $driver->get_current_url();
- =cut
- sub get_current_url {
- my $self = shift;
- my $res = { 'command' => 'getCurrentUrl' };
- return $self->_execute_command($res);
- }
- =head2 navigate
- Description:
- Navigate to a given url. This is same as get() method.
-
- Input:
- STRING - url
- Usage:
- $driver->navigate('http://www.google.com');
- =cut
- sub navigate {
- my ( $self, $url ) = @_;
- $self->get($url);
- }
- =head2 get
- Description:
- Navigate to a given url
-
- Input:
- STRING - url
- Usage:
- $driver->get('http://www.google.com');
- =cut
- sub get {
- my ( $self, $url ) = @_;
- my $res = { 'command' => 'get' };
- my $params = { 'url' => $url };
- return $self->_execute_command( $res, $params );
- }
- =head2 get_title
- Description:
- Get the current page title
- Output:
- STRING - Page title
- Usage:
- print $driver->get_title();
- =cut
- sub get_title {
- my $self = shift;
- my $res = { 'command' => 'getTitle' };
- return $self->_execute_command($res);
- }
- =head2 go_back
- Description:
- Equivalent to hitting the back button on the browser.
- Usage:
- $driver->go_back();
- =cut
- sub go_back {
- my $self = shift;
- my $res = { 'command' => 'goBack' };
- return $self->_execute_command($res);
- }
- =head2 go_forward
- Description:
- Equivalent to hitting the forward button on the browser.
- Usage:
- $driver->go_forward();
- =cut
- sub go_forward {
- my $self = shift;
- my $res = { 'command' => 'goForward' };
- return $self->_execute_command($res);
- }
- =head2 refresh
- Description:
- Reload the current page.
- Usage:
- $driver->refresh();
- =cut
- sub refresh {
- my $self = shift;
- my $res = { 'command' => 'refresh' };
- return $self->_execute_command($res);
- }
- =head2 javascript
- Description:
- returns true if javascript is enabled in the driver.
- Usage:
- if ($driver->javascript) { ...; }
- =cut
- sub javascript {
- my $self = shift;
- return $self->{javascript} == JSON::true;
- }
- =head2 execute_async_script
- Description:
- Inject a snippet of JavaScript into the page for execution in the context
- of the currently selected frame. The executed script is assumed to be
- asynchronous and must signal that is done by invoking the provided
- callback, which is always provided as the final argument to the function.
- The value to this callback will be returned to the client.
- Asynchronous script commands may not span page loads. If an unload event
- is fired while waiting for a script result, an error should be returned
- to the client.
- Input: 2 (1 optional)
- Required:
- STRING - Javascript to execute on the page
- Optional:
- ARRAY - list of arguments that need to be passed to the script.
- Output:
- {*} - Varied, depending on the type of result expected back from the script.
- Usage:
- my $script = q{
- var arg1 = arguments[0];
- var callback = arguments[arguments.length-1];
- var elem = window.document.findElementById(arg1);
- callback(elem);
- };
- my $callback = q{return arguments[0];};
- my $elem = $driver->execute_async_script($script,'myid',$callback);
- $elem->click;
- =cut
- sub execute_async_script {
- my ( $self, $script, @args ) = @_;
- if ($self->javascript) {
- if ( not defined $script ) {
- return 'No script provided';
- }
- my $res = { 'command' => 'executeAsyncScript' };
- # Check the args array if the elem obj is provided & replace it with
- # JSON representation
- for (my $i=0; $i<@args; $i++) {
- if (ref $args[$i] eq 'Selenium::Remote::WebElement') {
- $args[$i] = {'ELEMENT' => ($args[$i])->{id}};
- }
- }
- my $params = {'script' => $script, 'args' => \@args};
- my $ret = $self->_execute_command($res, $params);
- # replace any ELEMENTS with WebElement
- if (ref($ret) and (ref($ret) eq 'HASH') and exists $ret->{'ELEMENT'}) {
- $ret =
- new Selenium::Remote::WebElement(
- $ret->{ELEMENT}, $self);
- }
- return $ret;
- }
- else {
- croak 'Javascript is not enabled on remote driver instance.';
- }
- }
- =head2 execute_script
- Description:
- Inject a snippet of JavaScript into the page and return its result.
- WebElements that should be passed to the script as an argument should be
- specified in the arguments array as WebElement object. Likewise,
- any WebElements in the script result will be returned as WebElement object.
- Input: 2 (1 optional)
- Required:
- STRING - Javascript to execute on the page
- Optional:
- ARRAY - list of arguments that need to be passed to the script.
- Output:
- {*} - Varied, depending on the type of result expected back from the script.
- Usage:
- my $script = q{
- var arg1 = arguments[0];
- var elem = window.document.findElementById(arg1);
- return elem;
- };
- my $elem = $driver->execute_script($script,'myid');
- $elem->click;
- =cut
- sub execute_script {
- my ( $self, $script, @args ) = @_;
- if ($self->javascript) {
- if ( not defined $script ) {
- return 'No script provided';
- }
- my $res = { 'command' => 'executeScript' };
-
- # Check the args array if the elem obj is provided & replace it with
- # JSON representation
- for (my $i=0; $i<@args; $i++) {
- if (ref $args[$i] eq 'Selenium::Remote::WebElement') {
- $args[$i] = {'ELEMENT' => ($args[$i])->{id}};
- }
- }
-
- my $params = {'script' => $script, 'args' => [@args]};
- my $ret = $self->_execute_command($res, $params);
-
- return $self->_convert_to_webelement($ret);
- }
- else {
- croak 'Javascript is not enabled on remote driver instance.';
- }
- }
- # _convert_to_webelement
- # An internal method used to traverse a data structure
- # and convert any ELEMENTS with WebElements
- sub _convert_to_webelement {
- my ($self, $ret ) = @_;
- if (ref($ret) and (ref($ret) eq 'HASH')) {
- if((keys %$ret==1) and exists $ret->{'ELEMENT'}) {
- # replace an ELEMENT with WebElement
- return new Selenium::Remote::WebElement($ret->{ELEMENT}, $self);
- }
- my %hash;
- foreach my $key (keys %$ret) {
- $hash{$key}=$self->_convert_to_webelement($ret->{$key});
- }
- return \%hash;
- }
- if(ref($ret) and (ref($ret) eq 'ARRAY')) {
- my @array = map {$self->_convert_to_webelement($_)} @$ret;
- return \@array;
- }
- return $ret;
- }
- =head2 screenshot
- Description:
- Get a screenshot of the current page as a base64 encoded image.
- Output:
- STRING - base64 encoded image
- Usage:
- print $driver->screenshot();
- or
- require MIME::Base64;
- open(FH,'>','screenshot.png');
- binmode FH;
- my $png_base64 = $driver->screenshot();
- print FH MIME::Base64::decode_base64($png_base64);
- close FH;
- =cut
- sub screenshot {
- my ($self) = @_;
- my $res = { 'command' => 'screenshot' };
- return $self->_execute_command($res);
- }
- =head2 available_engines
- Description:
- List all available engines on the machine. To use an engine, it has to be present in this list.
- Output:
- {Array.<string>} A list of available engines
- Usage:
- print Dumper $driver->available_engines;
- =cut
- sub available_engines {
- my ($self) = @_;
- my $res = { 'command' => 'availableEngines' };
- return $self->_execute_command($res);
- }
- =head2 switch_to_frame
- Description:
- Change focus to another frame on the page. If the frame ID is null, the
- server will switch to the page's default content.
- Input: 1
- Required:
- {STRING | NUMBER | NULL} - ID of the frame which can be one of the three
- mentioned.
- Usage:
- $driver->switch_to_frame('frame_1');
- =cut
- sub switch_to_frame {
- my ( $self, $id ) = @_;
- my $json_null = JSON::null;
- $id = ( defined $id ) ? $id : $json_null;
- my $res = { 'command' => 'switchToFrame' };
- my $params = { 'id' => $id };
- return $self->_execute_command( $res, $params );
- }
- =head2 switch_to_window
- Description:
- Change focus to another window. The window to change focus to may be
- specified by its server assigned window handle, or by the value of its name
- attribute.
- Input: 1
- Required:
- STRING - Window handle or the Window name
- Usage:
- $driver->switch_to_window('MY Homepage');
- or
- # close a popup window and switch back
- my $handles = $driver->get_window_handles;
- $driver->switch_to_window($handles->[1]);
- $driver->close;
- $driver->switch_to_window($handles->[0]);
- =cut
- sub switch_to_window {
- my ( $self, $name ) = @_;
- if ( not defined $name ) {
- return 'Window name not provided';
- }
- my $res = { 'command' => 'switchToWindow' };
- my $params = { 'name' => $name };
- return $self->_execute_command( $res, $params );
- }
- =head2 get_speed
- Description:
- Get the current user input speed. The actual input speed is still browser
- specific and not covered by the Driver.
- Output:
- STRING - One of these: SLOW, MEDIUM, FAST
- Usage:
- print $driver->get_speed();
- =cut
- sub get_speed {
- my ($self) = @_;
- my $res = { 'command' => 'getSpeed' };
- return $self->_execute_command($res);
- }
- =head2 set_speed
- Description:
- Set the user input speed.
- Input:
- STRING - One of these: SLOW, MEDIUM, FAST
- Usage:
- $driver->set_speed('MEDIUM');
- Note: This function is a no-op in WebDriver (?). See
- https://groups.google.com/d/topic/selenium-users/oX0ZnYFPuSA/discussion and
- http://code.google.com/p/selenium/source/browse/trunk/java/client/src/org/openqa/selenium/WebDriverCommandProcessor.java
- =cut
- sub set_speed {
- my ( $self, $speed ) = @_;
- if ( not defined $speed ) {
- return 'Speed not provided.';
- }
- my $res = { 'command' => 'setSpeed' };
- my $params = { 'speed' => $speed };
- return $self->_execute_command( $res, $params );
- }
- =head2 set_window_position
- Description:
- Set the position (on screen) where you want your browser to be displayed.
- Input:
- INT - x co-ordinate
- INT - y co-ordinate
- STRING - <optional> - window handle (default is 'current' window)
- Output:
- BOOLEAN - Success or failure
- Usage:
- $driver->set_window_position(50, 50);
- =cut
- sub set_window_position {
- my ( $self, $x, $y, $window ) = @_;
- $window = (defined $window)?$window:'current';
- if (not defined $x and not defined $y){
- return "X & Y co-ordinates are required";
- }
- my $res = { 'command' => 'setWindowPosition', 'window_handle' => $window };
- my $params = { 'x' => $x, 'y' => $y };
- my $ret = $self->_execute_command($res, $params);
- if ($ret =~ m/204/g) {
- return 1;
- }
- else { return 0; }
- }
- =head2 set_window_size
- Description:
- Set the size of the browser window
- Input:
- INT - height of the window
- INT - width of the window
- STRING - <optional> - window handle (default is 'current' window)
-
- Output:
- BOOLEAN - Success or failure
- Usage:
- $driver->set_window_size(640, 480);
- =cut
- sub set_window_size {
- my ( $self, $height, $width, $window ) = @_;
- $window = (defined $window)?$window:'current';
- if (not defined $height and not defined $width){
- return "height & width of browser are required";
- }
- my $res = { 'command' => 'setWindowSize', 'window_handle' => $window };
- my $params = { 'height' => $height, 'width' => $width };
- my $ret = $self->_execute_command($res, $params);
- if ($ret =~ m/204/g) {
- return 1;
- }
- else { return 0; }
- }
- =head2 get_all_cookies
- Description:
- Retrieve all cookies visible to the current page. Each cookie will be
- returned as a HASH reference with the following keys & their value types:
-
- 'name' - STRING
- 'value' - STRING
- 'path' - STRING
- 'domain' - STRING
- 'secure' - BOOLEAN
- Output:
- ARRAY of HASHES - list of all the cookie hashes
- Usage:
- print Dumper($driver->get_all_cookies());
- =cut
- sub get_all_cookies {
- my ($self) = @_;
- my $res = { 'command' => 'getAllCookies' };
- return $self->_execute_command($res);
- }
- =head2 add_cookie
- Description:
- Set a cookie on the domain.
- Input: 5 (1 optional)
- Required:
- 'name' - STRING
- 'value' - STRING
- 'path' - STRING
- 'domain' - STRING
- Optional:
- 'secure' - BOOLEAN - default is false.
- Usage:
- $driver->add_cookie('foo', 'bar', '/', '.google.com', 0)
- =cut
- sub add_cookie {
- my ( $self, $name, $value, $path, $domain, $secure ) = @_;
- if ( ( not defined $name )
- || ( not defined $value )
- || ( not defined $path )
- || ( not defined $domain ) )
- {
- return "Missing parameters";
- }
- my $res = { 'command' => 'addCookie' };
- my $json_false = JSON::false;
- my $json_true = JSON::true;
- $secure = ( defined $secure ) ? $json_true : $json_false;
- my $params = {
- 'cookie' => {
- 'name' => $name,
- 'value' => $value,
- 'path' => $path,
- 'domain' => $domain,
- 'secure' => $secure,
- }
- };
- return $self->_execute_command( $res, $params );
- }
- =head2 delete_all_cookies
- Description:
- Delete all cookies visible to the current page.
- Usage:
- $driver->delete_all_cookies();
- =cut
- sub delete_all_cookies {
- my ($self) = @_;
- my $res = { 'command' => 'deleteAllCookies' };
- return $self->_execute_command($res);
- }
- =head2 delete_cookie_named
- Description:
- Delete the cookie with the given name. This command will be a no-op if there
- is no such cookie visible to the current page.
- Input: 1
- Required:
- STRING - name of cookie to delete
- Usage:
- $driver->delete_cookie_named('foo');
- =cut
- sub delete_cookie_named {
- my ( $self, $cookie_name ) = @_;
- if ( not defined $cookie_name ) {
- return "Cookie name not provided";
- }
- my $res = { 'command' => 'deleteCookieNamed', 'name' => $cookie_name };
- return $self->_execute_command($res);
- }
- =head2 get_page_source
- Description:
- Get the current page source.
- Output:
- STRING - The page source.
- Usage:
- print $driver->get_page_source();
- =cut
- sub get_page_source {
- my ($self) = @_;
- my $res = { 'command' => 'getPageSource' };
- return $self->_execute_command($res);
- }
- =head2 find_element
- Description:
- Search for an element on the page, starting from the document root. The
- located element will be returned as a WebElement object.
- Input: 2 (1 optional)
- Required:
- STRING - The search target.
- Optional:
- STRING - Locator scheme to use to search the element, available schemes:
- {class, class_name, css, id, link, link_text, partial_link_text,
- tag_name, name, xpath}
- Defaults to 'xpath'.
- Output:
- Selenium::Remote::WebElement - WebElement Object
-
- Usage:
- $driver->find_element("//input[\@name='q']");
- =cut
- sub find_element {
- my ( $self, $query, $method ) = @_;
- if ( not defined $query ) {
- return 'Search string to find element not provided.';
- }
- my $using = ( defined $method ) ? FINDERS->{$method} : 'xpath';
- if (defined $using) {
- my $res = { 'command' => 'findElement' };
- my $params = { 'using' => $using, 'value' => $query };
- my $ret_data = eval { $self->_execute_command( $res, $params ); };
- if($@) {
- if($@ =~ /(An element could not be located on the page using the given search parameters)/) {
- # give details on what element wasn't found
- $@ = "$1: $query,$using";
- local @CARP_NOT = ("Selenium::Remote::Driver",@CARP_NOT);
- croak $@;
- } else {
- # re throw if the exception wasn't what we expected
- die $@;
- }
- }
- return new Selenium::Remote::WebElement($ret_data->{ELEMENT}, $self);
- }
- else {
- croak "Bad method, expected - class, class_name, css, id, link,
- link_text, partial_link_text, name, tag_name, xpath";
- }
- }
- =head2 find_elements
- Description:
- Search for multiple elements on the page, starting from the document root.
- The located elements will be returned as an array of WebElement object.
- Input: 2 (1 optional)
- Required:
- STRING - The search target.
- Optional:
- STRING - Locator scheme to use to search the element, available schemes:
- {class, class_name, css, id, link, link_text, partial_link_text,
- tag_name, name, xpath}
- Defaults to 'xpath'.
- Output:
- ARRAY of Selenium::Remote::WebElement - Array of WebElement Objects
-
- Usage:
- $driver->find_elements("//input");
- =cut
- sub find_elements {
- my ( $self, $query, $method ) = @_;
- if ( not defined $query ) {
- return 'Search string to find element not provided.';
- }
- my $using = ( defined $method ) ? FINDERS->{$method} : 'xpath';
- if (defined $using) {
- my $res = { 'command' => 'findElements' };
- my $params = { 'using' => $using, 'value' => $query };
- my $ret_data = eval {$self->_execute_command( $res, $params );};
- if($@) {
- if($@ =~ /(An element could not be located on the page using the given search parameters)/) {
- # give details on what element wasn't found
- $@ = "$1: $query,$using";
- local @CARP_NOT = ("Selenium::Remote::Driver",@CARP_NOT);
- croak $@;
- } else {
- # re throw if the exception wasn't what we expected
- die $@;
- }
- }
- my $elem_obj_arr;
- my $i = 0;
- foreach (@$ret_data) {
- $elem_obj_arr->[$i] = new Selenium::Remote::WebElement($_->{ELEMENT}, $self);
- $i++;
- }
- return wantarray?@{$elem_obj_arr}:$elem_obj_arr;
- }
- else {
- croak "Bad method, expected - class, class_name, css, id, link,
- link_text, partial_link_text, name, tag_name, xpath";
- }
- }
- =head2 find_child_element
- Description:
- Search for an element on the page, starting from the identified element. The
- located element will be returned as a WebElement object.
- Input: 3 (1 optional)
- Required:
- Selenium::Remote::WebElement - WebElement object from where you want to
- start searching.
- STRING - The search target. (Do not use a double whack('//')
- in an xpath to search for a child element
- ex: '//option[@id="something"]'
- instead use a dot whack ('./')
- ex: './option[@id="something"]')
- Optional:
- STRING - Locator scheme to use to search the element, available schemes:
- {class, class_name, css, id, link, link_text, partial_link_text,
- tag_name, name, xpath}
- Defaults to 'xpath'.
- Output:
- Selenium::Remote::WebElement - WebElement Object
-
- Usage:
- my $elem1 = $driver->find_element("//select[\@name='ned']");
- # note the usage of ./ when searching for a child element instead of //
- my $child = $driver->find_child_element($elem1, "./option[\@value='es_ar']");
- =cut
- sub find_child_element {
- my ( $self, $elem, $query, $method ) = @_;
- if ( ( not defined $elem ) || ( not defined $query ) ) {
- return "Missing parameters";
- }
- my $using = ( defined $method ) ? $method : 'xpath';
- if (exists FINDERS->{$using}) {
- my $res = { 'command' => 'findChildElement', 'id' => $elem->{id} };
- my $params = { 'using' => FINDERS->{$using}, 'value' => $query };
- my $ret_data = eval {$self->_execute_command( $res, $params );};
- if($@) {
- if($@ =~ /(An element could not be located on the page using the given search parameters)/) {
- # give details on what element wasn't found
- $@ = "$1: $query,$using";
- local @CARP_NOT = ("Selenium::Remote::Driver",@CARP_NOT);
- croak $@;
- } else {
- # re throw if the exception wasn't what we expected
- die $@;
- }
- }
- return new Selenium::Remote::WebElement($ret_data->{ELEMENT}, $self);
- }
- else {
- croak "Bad method, expected - class, class_name, css, id, link,
- link_text, partial_link_text, name, tag_name, xpath";
- }
- }
- =head2 find_child_elements
- Description:
- Search for multiple element on the page, starting from the identified
- element. The located elements will be returned as an array of WebElement
- objects.
- Input: 3 (1 optional)
- Required:
- Selenium::Remote::WebElement - WebElement object from where you want to
- start searching.
- STRING - The search target.
- Optional:
- STRING - Locator scheme to use to search the element, available schemes:
- {class, class_name, css, id, link, link_text, partial_link_text,
- tag_name, name, xpath}
- Defaults to 'xpath'.
- Output:
- ARRAY of Selenium::Remote::WebElement - Array of WebElement Objects.
-
- Usage:
- my $elem1 = $driver->find_element("//select[\@name='ned']");
- my $child = $driver->find_child_elements($elem1, "//option");
- =cut
- sub find_child_elements {
- my ( $self, $elem, $query, $method ) = @_;
- if ( ( not defined $elem ) || ( not defined $query ) ) {
- return "Missing parameters";
- }
- my $using = ( defined $method ) ? $method : 'xpath';
- if (exists FINDERS->{$using}) {
- my $res = { 'command' => 'findChildElements', 'id' => $elem->{id} };
- my $params = { 'using' => FINDERS->{$using}, 'value' => $query };
- my $ret_data = eval {$self->_execute_command( $res, $params );};
- if($@) {
- if($@ =~ /(An element could not be located on the page using the given search parameters)/) {
- # give details on what element wasn't found
- $@ = "$1: $query,$using";
- local @CARP_NOT = ("Selenium::Remote::Driver",@CARP_NOT);
- croak $@;
- } else {
- # re throw if the exception wasn't what we expected
- die $@;
- }
- }
- my $elem_obj_arr;
- my $i = 0;
- foreach (@$ret_data) {
- $elem_obj_arr->[$i] = new Selenium::Remote::WebElement($_->{ELEMENT}, $self);
- $i++;
- }
- return wantarray?@{$elem_obj_arr}:$elem_obj_arr;
- }
- else {
- croak "Bad method, expected - class, class_name, css, id, link,
- link_text, partial_link_text, name, tag_name, xpath";
- }
- }
- =head2 get_active_element
- Description:
- Get the element on the page that currently has focus.. The located element
- will be returned as a WebElement object.
- Output:
- Selenium::Remote::WebElement - WebElement Object
-
- Usage:
- $driver->get_active_element();
- =cut
- sub get_active_element {
- my ($self) = @_;
- my $res = { 'command' => 'getActiveElement' };
- my $ret_data = eval { $self->_execute_command($res) };
- if ($@) {
- croak $@;
- } else {
- return new Selenium::Remote::WebElement($ret_data->{ELEMENT}, $self);
- }
- }
- =head2 send_modifier
- Description:
- Send an event to the active element to depress or release a modifier key.
- Input: 2
- Required:
- value - String - The modifier key event to be sent. This key must be one 'Ctrl','Shift','Alt',' or 'Command'/'Meta' as defined by the send keys command
- isdown - Boolean/String - Whether to generate a key down or key up
- Usage:
- $driver->send_modifier('Alt','down');
- $elem->send_keys('c');
- $driver->send_modifier('Alt','up');
- or
- $driver->send_modifier('Alt',1);
- $elem->send_keys('c');
- $driver->send_modifier('Alt',0);
- =cut
- sub send_modifier {
- my ($self,$modifier,$isdown) = @_;
- if($isdown =~ /(down|up)/) {
- $isdown = $isdown =~ /down/ ? 1:0;
- }
- my $res = {'command' => 'sendModifier'};
- my $params = {value => $modifier,
- isdown => $isdown};
- return $self->_execute_command($res,$params);
- }
- =head2 compare_elements
- Description:
- Test if two element IDs refer to the same DOM element.
- Input: 2
- Required:
- Selenium::Remote::WebElement - WebElement Object
- Selenium::Remote::WebElement - WebElement Object
- Output:
- BOOLEAN
-
- Usage:
- $driver->compare_elements($elem_obj1, $elem_obj2);
- =cut
- sub compare_elements {
- my ($self, $elem1, $elem2) = @_;
- my $res = { 'command' => 'elementEquals',
- 'id' => $elem1->{id},
- 'other' => $elem2->{id}
- };
- return $self->_execute_command($res);
- }
- =head2 click
- Description:
- Click any mouse button (at the coordinates set by the last moveto command).
- Input:
- button - any one of 'LEFT'/0 'MIDDLE'/1 'RIGHT'/2
- defaults to 'LEFT'
- Usage:
- $driver->click('LEFT');
- $driver->click(1); #MIDDLE
- $driver->click('RIGHT');
- $driver->click; #Defaults to left
- =cut
- sub click {
- my ($self,$button) = @_;
- my $button_enum = {LEFT=>0,MIDDLE=>1,RIGHT=>2};
- if(defined $button && $button =~ /(LEFT|MIDDLE|RIGHT)/i) {
- $button = $button_enum->{uc $1};
- } elsif(defined $button && $button =~ /(0|1|2)/) {
- $button = $1;
- } else {
- $button = 0;
- }
- my $res = { 'command' => 'click' };
- my $params = { 'button' => $button };
- return $self->_execute_command($res,$button);
- }
- =head2 double_click
- Description:
- Double-clicks at the current mouse coordinates (set by moveto).
- Usage:
- $driver->double_click;
- =cut
- sub double_click {
- my ($self) = @_;
- my $res = { 'command' => 'doubleClick' };
- return $self->_execute_command($res);
- }
- =head2 button_down
- Description:
- Click and hold the left mouse button (at the coordinates set by the
- last moveto command). Note that the next mouse-related command that
- should follow is buttondown . Any other mouse command (such as click
- or another call to buttondown) will yield undefined behaviour.
- Usage:
- $self->button_down;
- =cut
- sub button_down {
- my ($self) = @_;
- my $res = { 'command' => 'buttonDown' };
- return $self->_execute_command($res);
- }
- =head2 button_up
- Description:
- Releases the mouse button previously held (where the mouse is
- currently at). Must be called once for every buttondown command
- issued. See the note in click and buttondown about implications of
- out-of-order commands.
- Usage:
- $self->button_up;
- =cut
- sub button_up {
- my ($self) = @_;
- my $res = { 'command' => 'buttonUp' };
- return $self->_execute_command($res);
- }
- 1;
- __END__
- =head1 SEE ALSO
- For more information about Selenium , visit the website at
- L<http://code.google.com/p/selenium/>.
- Also checkout project's wiki page at
- L<https://github.com/aivaturi/Selenium-Remote-Driver/wiki>.
- =head1 BUGS
- The Selenium issue tracking system is available online at
- L<http://github.com/aivaturi/Selenium-Remote-Driver/issues>.
- =head1 AUTHOR
- Perl Bindings for Selenium Remote Driver by Aditya Ivaturi C<< <ivaturi@gmail.com> >>
- =head1 ACKNOWLEDGEMENTS
- The following people have contributed to this module. (Thanks!)
- =over 4
- =item * Gordon Child
- =item * Phil Kania
- =item * Phil Mitchell
- =item * Allen Lew
- =item * Tom Hukins
- =back
- =head1 LICENSE
- Copyright (c) 2010-2011 Aditya Ivaturi, Gordon Child
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
|