George Baugh 2 rokov pred
rodič
commit
acac750a12
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      lib/Selenium/ActionChains.pm

+ 1 - 1
lib/Selenium/ActionChains.pm

@@ -147,7 +147,7 @@ sub key_up {
     }
     foreach my $v (@$value) {
         push @{ $self->actions },
-          sub { $self->driver->$self->driver->general_action( actions => [ { type => 'key', id => 'key', actions => [ { type => 'keyUp', value => $v } ] } ] ) };
+          sub { $self->driver->general_action( actions => [ { type => 'key', id => 'key', actions => [ { type => 'keyUp', value => $v } ] } ] ) };
     }
     return $self;
 }