Jump to content

Kinhow

Active Members
  • Posts

    33
  • Joined

  • Last visited

Kinhow's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. So after a few steps a while ago that I had to follow to manage IENavigate to work... But now I am having another issue "C:\Program Files (x86)\AutoIt3\Include\IE.au3" (272) : ==> The requested action with this object has failed.: Is there any other alternative to just change the url in an IE object? The next alternative I can try is to open a new tab and close the previous one, but this it not smart at all and very time and memory consuming. Any suggestions?
  2. Thank you J2TeaM _IEAttach step was not needed, doing the rest worked for me
  3. So every time I go through a _IENavigate, the IE browser pops into my face. Is there a way to keep the window on the background navigating while I do other stuff?
  4. For somehow innerText was not working, maybe a typo. But now its working fine! $tag.innerText
  5. So I already have the DOM element in an object and what I am trying to do is getting the 173 out of this $tagElement <span class="health-count">173</span> I tried $tagElement.innnerHTML and innerText but it didnt work. Sorry if its a dumb question, but I have spent some time on this and could not find anything on the forum.
  6. Hi, I am using this code to create an IE window with my local html: $oIEC = _IECreate('file:///C:/Users/Kinhow/Desktop/script/index.html') Then I get this error: Then I tried using WebMatrix to create a localhost so I would have a "real" url and see what could happen but I get the same error $oIEC = _IECreate('http://localhost:60399/') Anything I am missing here?
  7. The solution of getting the string and cut into various substrings is a possible solution, but I am trying to find another one that could be done with less effort. If I wanted to do manually with text substrings I wouldn't come here to ask you guys for help. For example ApudAngelorum's solution is a good way using regex, that might help a lot. I am sorry if I was rude but I just wanted to know if there is a POSSIBLE solution using XPath for example, just like someone did with FF.au3, which is not updated.
  8. I'm not sure if you read the part where I ask if there is some other way than this one.
  9. haha no it's not, its really the random generated info that I am after. Btw mailinator.com is way better than this one
  10. There you go, I want to make a few fake registrations on my website then I found this generator here: http://fakenamegenerator.com/advanced.php I wanted to go to the span of the first name, but I want also the birthday info, username etc.
  11. well, that the way I didnt want to do... because its an specific span in the middle of HTML. XPath would do the job... but I dont knwo if there is a way to do this with XPath in IE.au3
  12. Yeah, I meant spaN hehe. But the thing is that they don't have an ID or NAME. How can I do that?
  13. Hi, I'm trying to use the IE.au3 to get this content but I'm not sure how to do this. Is there a way of doing this using XPath or maybe any other smarter way than reading the _IEBodyReadText and cutting the string?
  14. I downloaded AutoIt Full Installation from the website
  15. Hi guys, I reinstalled my autoit after my ssd crashed. But the thing is that its not autocompleting the IE.au3 functions anymore... how can I make it show the function as soon as I start typing "_IE" ?
×
×
  • Create New...