Jump to content

EddyY

Members
  • Posts

    2
  • Joined

  • Last visited

EddyY's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks wakillon, it is work! i wont to learn more, the case 'ms__id29' and 'ms__id30' is what? i how to read and find the case id?
  2. Hellow,Twitter login page change something, i can't autoit again, please help me, Thanks! #include <IE.au3> $oIE = _IECreate("http://twitter.com/#!/login") _IELoadWait($oIE) While 1 $oTop = _IEGetObjById($oIE, "signin-dropdown") If $oTop.innerHTML <> '' Then ExitLoop EndIf Sleep(100) WEnd $oDiv = _IEGetObjByName($oIE, "session[username_or_email]") _IEFormElementSetValue($oDiv, "user_name") ;<-- not work $oDiv.value = "user_name" ;<-- not work
×
×
  • Create New...