Jump to content

Shizu

Members
  • Posts

    9
  • Joined

  • Last visited

Shizu's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Yeah works right now, had to change the ID. Thank You Dan.
  2. Btw. still doesnt work. --> IE.au3 T3.0-2 Warning from function _IEGetObjById, $_IESTATUS_NoMatch (cart-addf)
  3. That's not about briefs. Didnt want to advertise any shop/site. Thanks dude.
  4. Could some1 help me guys ?
  5. I'll try in a while and let u know if it works. @Danp2 When I change index from 1 to 0. --> IE.au3 T3.0-2 Warning from function _IEGetObjByName, $_IESTATUS_NoMatch (Name: size, Index: 0) --> IE.au3 T3.0-2 Error from function _IEFormElementOptionSelect, $_IESTATUS_InvalidDataType
  6. T3.0-2 Error from function _IEFormElementOptionSelect, $_IESTATUS_InvalidObjectType I have a select size option on a website. I want autoit to choose "Medium" from 4 different sizes. I get the  Local $oSize = _IEGetObjByName($oIE,"size",-1) and then I want to choose a size _IEFormElementOptionSelect($oSize,33467) , but I gets an error : --> IE.au3 T3.0-2 Error from function _IEFormElementOptionSelect, $_IESTATUS_InvalidObjectType Why do I get this error ? What's wrong there ? The whole code looks like : Global $oIE = _IECreate('xxx',0,1,1,1) _IELinkClickByText($oIE,'xxx',1) Local $oSize = _IEGetObjByName($oIE,"size",-1) _IEFormElementOptionSelect($oSize,33467,0)
  7. Thank you guys, I'll try it soon. If I have any more questions I'll ask you in this topic, so do not close it if possible. Cheers.
  8. For example: I want to open site ebay(I know how to do it) and then click the hyperlink Brighten Up (http://imgur.com/a/U65Yo). I do not want to use the source of it . I want autoit to search for the string Brighten Up and then save it to variable or click it directly. Is it possible ? Any specific command of _IE ? Thanks for replies.
  9. Hello. I have small problem. I want to navigate internet explorer using <IE.au3> to click the button. I do not know what's the href or any other destination information. I just know how the button will be called for example : I want IE to open any site, then click the link called "NEW ARTICLES"(not a graphic button, just a hyperlink). Is it possible to do something like this ?
×
×
  • Create New...