nagose commited on
Commit
6c0f8e1
1 Parent(s): b580443

Update pushcookie/clickbing.sh

Browse files
Files changed (1) hide show
  1. pushcookie/clickbing.sh +3 -1
pushcookie/clickbing.sh CHANGED
@@ -139,6 +139,8 @@ do
139
  wait_for 5
140
  # 使用示例:
141
  scrshot_to_base64 "/home/user/Public"
 
 
142
  # Load the second web page
143
  load_page "https://www.bing.com/chat?q=Bing+AI&showconv=1&FORM=hpcodx"
144
  # Wait for 5 seconds
@@ -146,7 +148,7 @@ do
146
  # Move the mouse and click the left button
147
  move_and_click 400 490
148
  # Type AI and press enter
149
- type_and_enter "AI"
150
  # Wait for 5 seconds
151
  wait_for 5
152
  # 使用示例:
 
139
  wait_for 5
140
  # 使用示例:
141
  scrshot_to_base64 "/home/user/Public"
142
+ xdotool key ctrl+r
143
+ wait_for 5
144
  # Load the second web page
145
  load_page "https://www.bing.com/chat?q=Bing+AI&showconv=1&FORM=hpcodx"
146
  # Wait for 5 seconds
 
148
  # Move the mouse and click the left button
149
  move_and_click 400 490
150
  # Type AI and press enter
151
+ type_and_enter "Cat & Dog"
152
  # Wait for 5 seconds
153
  wait_for 5
154
  # 使用示例: