Jump to content

Recommended Posts

Posted

Hello Everyone ,
                           I am really confused right now about which browser to choose to work with AutoIt. I have been using IE but honestly, IE crashes more often and is not really as customized as any other browsers out there. So here are my questions.
1. which browser to choose ? (e.g: firefox, chrome, etc)

2.why?

That's it .

Would like to here everyone's detailed suggestions, so as to make a really good decision.

Thank you All.

Posted
  On 2/25/2016 at 9:21 AM, JohnOne said:

computer and use IE.

Details: all others are simply a right royal pain in the arse

Expand  

Hehe .. There is nothing wrong with my computer. its just that when ever my script goes over more than 2 hours of usage of IE it crashes.

But, Thank you for your views on the topic, will keep in mind.

Posted

What makes you sure that the same problem will not arise with FireFox or Chrome?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 2/25/2016 at 9:26 AM, water said:

What makes you sure that the same problem will not arise with FireFox or Chrome?

Expand  

Good question, I don't know and that is why I am asking the question here before trying it for myself and wasting my time learning everything. Mostly, someone or the other might have worked with it and they can show their generosity by sharing their views, so that I can take a decision.

Thank you

Posted
  On 2/25/2016 at 9:25 AM, DoomSack said:

its just that when ever my script goes over more than 2 hours of usage of IE it crashes.

Expand  

I would first try to find the cause of the crash. "Running for 2 hours" sounds like you are running the script in a loop. There might be a memory leak causing the crash.
Which error message do you get when your script crashes?

Can you post your script so we might have a look at it?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted (edited)
  On 2/25/2016 at 10:07 AM, water said:

I would first try to find the cause of the crash. "Running for 2 hours" sounds like you are running the script in a loop. There might be a memory leak causing the crash.
Which error message do you get when your script crashes?

Can you post your script so we might have a look at it?

Expand  

Yes, I am running the script in a loop. Sorry I cant share the script. But, probably the cause is due to cache memory, i.e. what I think. the script includes constantly opening webpages, and the loop runs for almost 2k times and maybe the cache is the cause.

And I don't get any error message, the script just waits for the web page to load and exits. Meanwhile, internet explorer stops working and windows ask me to debug the IE or close IE.

Edited by DoomSack
Posted

Check the memory consumption while running. Maybe you need to release some ressources after each loop.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Windows Task Manager?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Why automate? Just start the Task-Manager and then your script and watch how memory consumption increases.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 2/25/2016 at 8:05 PM, junkew said:

All browsers are fine. See ff.au3 chrome.au3 ie.au3

Generic iuiautomation in examples section can deal with safari to.

Check if you cannot use inetget functions.

Expand  

Thank you Junkew .. Will Look into that ..

Posted (edited)

No need to Fix your computer, just use Firefox.

Details: all others are simply a right royal pain in the arse to use ... especially IE.

  Reveal hidden contents

 

Edited by TheSaint

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

  Reveal hidden contents

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

Posted
  On 2/25/2016 at 1:33 PM, water said:

Why automate? Just start the Task-Manager and then your script and watch how memory consumption increases.

Expand  

Whenever I run my script I close the applications first run ccleaner and then run my script and I leave. I return back to my system after couple of hours. That is why I want a solution to this problem in a way that I don't have to do anything manually.

Posted
  On 2/26/2016 at 5:00 AM, TheSaint said:

No need to Fix your computer, just use Firefox.

Details: all others are simply a right royal pain in the arse to use ... especially IE.

Expand  

Thank you very much saint. I was thinking to use firefox, just wanted someone to tell me. Will do so .

Posted

No worries, I was just correcting JohnOne's spelling mistakes. :lol:

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

  Reveal hidden contents

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

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
×
×
  • Create New...