0
私は要素が使用可能になるまで待つように実装してみました(StackOverflowの自分自身で発見された)が、取得エラー:エクセルVBAで利用可能な要素まで実装待ち
Do
Set testObject = Nothing
On Error Resume Next
Set testObject = html.getElementById("j_username")
On Error GoTo 0
DoEvents
Loop While testObject Is Nothing
:
Run-time error '-2147467259 (80004005)':
Automation error
Unspecified error
後は、コードスニペットです
上のエラーですか? – omegastripes