Simpletest の代わりに AutoIt でこれを行う方法を「翻訳」できますか?
直接リンクを許可しない ASP サイトの Simpletest ブラウザー (php)
ありがとう!
これを行う方法は次のとおりです。
#include <IE.au3>
$URL="http://www.acgme.org/adspublic/"
$MyIExplorer=_IECreate($URL,1,1,1,1)
Local $theFrame = _IEFrameGetObjByName($MyIExplorer,"control")
_IELinkClickByText($theFrame, "Sponsoring Institutions")
_IELoadWait($theFrame)
ConsoleWrite(_IEBodyReadHTML($theFrame))