topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 1:25 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Auto click  (Read 4283 times)

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Auto click
« on: April 17, 2012, 05:37 AM »
I would like a soft for :

With Firefox
Programmable time to enter in a web page. (once time, periodic times,...)
click in a button, portion, or space inside that web.(programmable click)
Then close that web and the browser.



- Open the web in a new window (with Firefox) . And close only that window if FF  is open in other instance.

Best Regards


kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,823
    • View Profile
    • Donate to Member
Re: Auto click
« Reply #1 on: April 17, 2012, 04:22 PM »
this is what I am looking for long time

what I have found is Javascript, Greasemonkey, Chickenfoot, AHK/Autoit with COM etc, Selenium, Sikuli, Watir, Sahi.

there are maybe more

also, there are general automation tools like Ranorex, Mouse Robot, etc that may intergrate with web elements, but I am not sure

PS: maybe we should make gather them all and create a sticky?

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Auto click
« Reply #2 on: April 18, 2012, 04:53 AM »
Ohhh yeahhh . A terrible headache
I think any of the participants of donation coder has the same idea about automation.
Like anyone answer at the first moment to my post I have look for this things in Google.
And found just the same programs you told me Kalos.
Obviously the very best may be AHK. Just because is our favorite script maker in donation coder.
Tonight I try iMacros for Firefox. And almost, almostttttttt, get to enter in my web, log in and make a task.
But not success. So I am trying now in the corresponding forum.

The fact is that I am not clever enough to use AHK, and completely silly to use dummies solutions like automate 9.

I am in donation coder by several years and all this time I recognized i am unable to do anything like a real programmer. Just because I have little time and less memory.

 :-[

eleman

  • Spam Killer
  • Supporting Member
  • Joined in 2009
  • **
  • default avatar
  • Posts: 413
    • View Profile
    • Donate to Member
Re: Auto click
« Reply #3 on: April 18, 2012, 05:03 AM »
Don't be too harsh on yourself.

There is AutoScriptWriter included in AHK, you can try it without getting too intimate with the syntax.

Anyway, I am also looking for a solution to a problem similar to the one you described:

I would like to open my online banking page, and have it remain open. Bank IT staff being as always cautious for the most idiot in the pack, use JS to enforce some kind of timeout for the page. If only I had some way to automatically click on a link (i.e. check account balance) once every 5 minutes, I'd be able to overcome the timeout.

The fact is that I am not clever enough to write greasemonkey scripts  :)

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Auto click
« Reply #4 on: April 18, 2012, 05:10 AM »
The only clever thing may to be in donation coder forum.....

 ;D

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Auto click
« Reply #5 on: April 18, 2012, 05:10 AM »
The snack code subforum ?

I am goinggggggg
 :P

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Auto click
« Reply #6 on: April 18, 2012, 05:43 AM »
Don't be too harsh on yourself.

There is AutoScriptWriter included in AHK, you can try it without getting too intimate with the syntax.

Anyway, I am also looking for a solution to a problem similar to the one you described:

I would like to open my online banking page, and have it remain open. Bank IT staff being as always cautious for the most idiot in the pack, use JS to enforce some kind of timeout for the page. If only I had some way to automatically click on a link (i.e. check account balance) once every 5 minutes, I'd be able to overcome the timeout.

The fact is that I am not clever enough to write greasemonkey scripts  :)

Mmmm. That may be a hazardous and difficult question. My bank, by example, uses a special keyboard with changing position digits. And don't permit paste the password or the credentials.
For me, in that case, will be enough to arrive to the screen, fill by hand my data, and continue.
 :P

eleman

  • Spam Killer
  • Supporting Member
  • Joined in 2009
  • **
  • default avatar
  • Posts: 413
    • View Profile
    • Donate to Member
Re: Auto click
« Reply #7 on: April 18, 2012, 05:47 AM »
Nope, that's not my issue. I'll logon manually once in the morning. I want it to remain open afterwards. But the security crazed bankers don't allow the page to remain open if I don't click somewhere on the page every once in a while.

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: Auto click
« Reply #8 on: April 18, 2012, 05:59 AM »
I think that easy.
With AHK or iMacros.
 ;D

eleman

  • Spam Killer
  • Supporting Member
  • Joined in 2009
  • **
  • default avatar
  • Posts: 413
    • View Profile
    • Donate to Member
Re: Auto click
« Reply #9 on: April 18, 2012, 06:01 AM »
Nope, it's not easy :)

I don't want to be active on that tab. I just want the tab remain open, but not be focused. So it's really more complicated than it seems.

Anyway, the solution to your problem may be the key to mine.