Help for this page

Select Code to Download


  1. or download this
    package FFMech;
    
    ...
    use Modern::Perl;
    use MooseX::NonMoose;
    extends 'WWW::Mechanize::Firefox';
    
  2. or download this
    sub mySendKeys {
      my $self = shift;
      my $arg = shift;
      &X11::GUITest::SendKeys($arg);
    }