Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
teodesian authored and KohaAloha committed Sep 29, 2022
1 parent af4a6d0 commit 58c1de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Selenium/ActionChains.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 58c1de0

Please sign in to comment.