AutoIt

Thumbnail of post image 111

設定した内容を保存できる改良版です

プログラム#include <GUIConstantsEx.au3>#include <ScreenCapture.au3>#include <MsgBoxCon ...

AutoIt

Thumbnail of post image 186
プログラムGlobal $saveFolder = "C:\app\FirefoxPortable\Screenshots"#include <GUIConstantsEx.au3>#include < ...

AutoIt

Thumbnail of post image 111

XPath/html/body/div/div/main/article/controller//nav/ul/li/buttonHTML<html> <body> <div> <div> & ...

AutoIt

Thumbnail of post image 082

方法

binary追加

_WD_CapabilitiesStartup()_WD_CapabilitiesAdd("alwaysMatch")_WD_CapabilitiesAdd("acceptIn ...

AutoIt

Thumbnail of post image 147

__WD_Post ==>Send/Recv error : HTTP status = 0

解決策

変更前とあと

–port=9515追加

_WD_Option('Port' ...

AutoIt

Thumbnail of post image 095

準備

この機能は設定しておいてください。対応できないボタンを対応します

コード

メモ帳 ペイント One Drive クリップボード履歴 通常のウィンドウに対応します

色々なアプリに対応するのは難しいですね ...

AutoIt

Thumbnail of post image 198
準備コード#include "..\Includes\CUIAutomation2.au3"Example()Func Example() Sleep( 1000 ) ; Create UI Automation obj ...

AutoIt

Thumbnail of post image 026

チューチューマウスみたいなものです。標準の Windows ではボタンにマウスカーソルを移動することができますができないボタンもあるので対応します

準備

UI Automationはツリー構造になっています

Co ...

AutoIt

Thumbnail of post image 152

新しい gui を備えたアプリの場合にボタンなどが認識できない場合があります。しかしUI Automation を使うと認識できる場合があります。今回はこれを使ってみます

UI Automation UDF(User De ...

AutoIt

Thumbnail of post image 054

関数を記述してる CSV ファイルを読み込んで自動化する方法です

XPathが変更になった時に対応が楽になります

ユーザー関数 対応しました

ShadowRoot

FileGetSize ...