mycfoo commited on
Commit
fc62ddf
·
1 Parent(s): b737f1a

Update pushcookie/clickbing.sh

Browse files
Files changed (1) hide show
  1. pushcookie/clickbing.sh +2 -2
pushcookie/clickbing.sh CHANGED
@@ -12,7 +12,7 @@ load_page() {
12
  # The first argument is the web page url
13
  url=$1
14
  # Open the url in a new tab of chromium browser
15
- chromium --new-tab $url --window-position=0,0 --window-size=700,400
16
 
17
  }
18
 
@@ -73,7 +73,7 @@ do
73
  # Wait for 5 seconds
74
  wait_for 5
75
  # Move the mouse and click the left button
76
- move_and_click 200 580
77
  # Type AI and press enter
78
  type_and_enter "AI"
79
  # Wait for 5 seconds
 
12
  # The first argument is the web page url
13
  url=$1
14
  # Open the url in a new tab of chromium browser
15
+ chromium --new-tab $url --window-position=0,0 --window-size=700,500
16
 
17
  }
18
 
 
73
  # Wait for 5 seconds
74
  wait_for 5
75
  # Move the mouse and click the left button
76
+ move_and_click 200 490
77
  # Type AI and press enter
78
  type_and_enter "AI"
79
  # Wait for 5 seconds