Jump to content

Get html sorce in https with ie.au3


Recommended Posts

Is there a plugin similar to IE.au3 but for Firefox ? Because that one works only for IE.

No. Firefox does not expose APIs like MS IE does. There are interfaces for plugins to Firefox, but if you want them available from the outside, you'll have to code or download and install an addon yourself. That's not easy to find already done, because it is considered a serious security hole in IE that Firefox doesn't want to emulate. But Firefox is open source and if you want to modify your copy to behave differently, go for it.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

There appears to be some page redirection occuring on the page or in frames and depending on timing you are trying to act on a page that isn't loaded.

I put in an _IELoadWait($oIE) after your Sleep command and it seems to be working.

Dale

P.S. and yes, I had a wonderful vacation

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Link to comment
Share on other sites

Dale

P.S. and yes, I had a wonderful vacation

Glad you're back! Hope it was full of family and friends, and lasted long enough, but not too long.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

There appears to be some page redirection occuring on the page or in frames and depending on timing you are trying to act on a page that isn't loaded.

I put in an _IELoadWait($oIE) after your Sleep command and it seems to be working.

Dale

P.S. and yes, I had a wonderful vacation

Hi, thx for your message.

The page seems to never get a "Content done", because it "freezes" on _IELoadWait($oIE) and doesnt go on.

Its the same to put flag 1 on _IENavigate, right. I tried that before and now again, and I still couldnt be able to get content.

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...