AutoIt,アクセシビリティ

Thumbnail of post image 187

スクリプト#include <ButtonConstants.au3>#include <GUIConstantsEx.au3>#include <WindowsConstants.au3>AutoItS ...

AutoIt

Thumbnail of post image 191

イメージ機能

複数画像対応
画面から画像を登録
指定した画像が見つかるまで待機するしないの選択が可能
画像認識の前と後に処理を追加することが可能
画像認識した後にマウスカーソル移動もしくはクリック ...

AutoIt

Thumbnail of post image 175

スクリプト#include <GUIConstantsEx.au3>#include <WindowsConstants.au3>#include "_ImageSearch_UDF.au3"Global Const ...

AutoIt

Thumbnail of post image 002
powershell

powershell -WindowStyle Hidden -Command “C:\autoit3\AutoIt3_x64.exe C:\autoit3\Examples\a_mousemove.a ...

AutoIt,アクセシビリティ

Thumbnail of post image 149

スクリプト#include <GUIConstantsEx.au3>#include <WindowsConstants.au3>#include <Array.au3>Opt("GUIOnEventMo ...

AutoIt

Thumbnail of post image 025
スクリプト

if $CmdLine = 0 Then
$x1 = 1
Else
$x1 = $CmdLine
EndIf

パッチファイル

C:\autoit3\AutoIt3_x64.exe C ...

AutoIt

Thumbnail of post image 107

Image Search UDF

画像認識するものです

右側にある Download This fileをクリックします

私はAutoIT_ImageSearchUDFフォルダを作り圧縮ファイルを解凍しました

AutoIt

Thumbnail of post image 106

簡単な gui を作成#include <GUIConstantsEx.au3>#include <WindowsConstants.au3>Opt("GUIOnEventMode", 1) ; Change to ...

AutoIt

Thumbnail of post image 172

インストール

Google Chrome と同じ所は下記サイトを参考

WebDriver

edge://settings/help

ブラウザーと同じバージョンを入れます

AutoItフォルダへファイル入 ...

AutoIt

Thumbnail of post image 083
サンプル

wd_helper.au3にある_WD_UpdateDriverを使ってアップデートします
スクリプトを使って自動更新できます。

#include <wd_core.au3>#include < ...