Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Selenium: Trying to resize window from Perl: getting a mysterious JavaScript error

by HelenCr (Monk)
on Jul 05, 2014 at 10:17 UTC ( [id://1092355]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
     use warnings;
     use 5.014;
    ...
    $res = $sel->get_eval( q{ WebDriver driver = ((WebDriverBackedSelenium
    +) selenium).getWrappedDriver();
       driver.manage().window().setSize(1040,768);} );
       # (Following this: http://stackoverflow.com/questions/1522252/, Eli
    + Colner's post)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1092355]
Front-paged by tye
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-25 14:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found