Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Aug 15, 2024
1 parent 9277c7e commit a47c55d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/common/enigo_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ impl EnigoTest {
self.move_mouse(200, 200, Abs).unwrap();
self.button(Button::Left, Click).unwrap();
};

println!("Attempt to maximize the browser");
if let BrowserEvent::BrowserResized(x, y) = self.read_message() {
println!("Browser window: {x},{y}");
Expand Down

0 comments on commit a47c55d

Please sign in to comment.