fork download
  1. // 必:起動オプション(accessibilityをOnにする) "--force-renderer-accessibility"
  2.  
  3. path = "C:\Users\ユーザー名\AppData\Local\Google\Chrome\Application\chrome.exe"
  4. dim a,i,id = Exec(path + " --force-renderer-accessibility --process-per-tab --new-window http://y...content-available-to-author-only...o.jp/")
  5.  
  6. winid = getid("yahoo") // 開いたウィンドウのidを取得する
  7. sleep(1)
  8. CTRLWIN(winid, MAX) // ウィンドウを最大化
  9. sleep(1)
  10.  
  11. a = ClkItem(winid, "知恵袋",CLK_ACC or CLK_SHORT)
  12.  
  13. // 知恵袋をクリックするまでループさせる
  14. while a = 0
  15. a = ClkItem(winid, "おじぎ",CLK_ACC or CLK_SHORT)
  16. wend
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty