Browse Source

remove unneeded AUTOLOAD

George S. Baugh 5 years ago
parent
commit
bc6552d0c2
1 changed files with 0 additions and 8 deletions
  1. 0 8
      lib/Playwright/Base.pm

+ 0 - 8
lib/Playwright/Base.pm

@@ -39,14 +39,6 @@ Creates a new page and returns a handle to interact with it.
 
 
 =cut
 =cut
 
 
-sub AUTOLOAD {
-    our $AUTOLOAD;
-    my $method = $AUTOLOAD;
-    my ($self,@args) = @_;
-
-    return Playwright::Base::_request($self, args => [@args], command => $method, object => $self->{guid}, type => $self->{type} );
-}
-
 sub new ($class, %options) {
 sub new ($class, %options) {
 
 
     my $self = bless({
     my $self = bless({