Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Capture click events

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,43499
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Capture click events
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Capture click events - 2/21/2007 10:56:07 PM  1 votes
  bluebird

 

Posts: 20
Score: 1
Joined: 12/30/2006
Status: offline
Hi there,

I want to make a script that captures the events when I'm installing a application. For eg. When I run the app. I click Next, Enable checkbox license agreement, Type in the install location and at the end I click the finish button.

My goal is to use this script in combination with a screenshot tool to generate installation documentation for my applications :)
I know there are some programs available that do the same, but you have to buy those programs. For eg. http://www.gluesoft.co.jp/en/ClickRec/

Is there a way to make such a script like this?
 
 
Post #: 1
 
 RE: Capture click events - 2/22/2007 12:47:44 AM   
  twilliamsen

 

Posts: 184
Score: 0
Joined: 1/18/2007
Status: offline
How about the Print Screen Button?

(in reply to bluebird)
 
 
Post #: 2
 
 RE: Capture click events - 2/22/2007 1:12:31 AM   
  bluebird

 

Posts: 20
Score: 1
Joined: 12/30/2006
Status: offline
No, I want something that captures the typed text and mouse clicks. The screenshots are irrelevant

(in reply to twilliamsen)
 
 
Post #: 3
 
 RE: Capture click events - 2/22/2007 1:21:42 AM   
  ebgreen


Posts: 4595
Score: 29
Joined: 7/12/2005
Status: offline
Scripting does not have (nor would I want it to) the low level access to do this sort of thing.

_____________________________

"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
http://www.visualbasicscript.com/m_47117/tm.htm

(in reply to bluebird)
 
 
Post #: 4
 
 RE: Capture click events - 2/22/2007 1:39:09 AM   
  Country73


Posts: 710
Score: 8
Joined: 8/25/2004
From: USA
Status: offline
I believe you can use "AutoIT" to do what you are looking for.
I messed around with this, in the past, to make all of the custom settings in the Java Control Panel.
It doesn't do an actual "capture" of the mouse clicks and typing of text, but you can write the script to move the mouse cursor to a specific button and make the left click, along with hitting a specific text field and typing in the text automatically.

Plus its free.

(in reply to bluebird)
 
 
Post #: 5
 
 RE: Capture click events - 2/22/2007 1:49:52 AM   
  ebgreen


Posts: 4595
Score: 29
Joined: 7/12/2005
Status: offline
I think that he isn't looking for automation so much as for the ability to record activities (a keylogger) to assist with the creation of documentation.

_____________________________

"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick
Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm
http://www.visualbasicscript.com/m_47117/tm.htm

(in reply to Country73)
 
 
Post #: 6
 
 RE: Capture click events - 2/22/2007 6:52:53 AM   
  bluebird

 

Posts: 20
Score: 1
Joined: 12/30/2006
Status: offline
Thanks for the reactions so far.

That's correct ebgreen.

Forget the documentation part. That's just the end goal. For now I just want to record/capture the mouse clicks and if it's possible the typed text. Probaly the easiest would be storing those events in a textfile (if it's possible at all...). I don't mind using a 3rd party tool, but it needs to be freeware.

(in reply to ebgreen)
 
 
Post #: 7
 
 RE: Capture click events - 2/22/2007 8:23:05 AM   
  mikeock


Posts: 124
Score: 1
Joined: 6/8/2006
Status: offline
Ok.
I am not trying to plug developers I know, but this tool may do what you are looking for.
Created as a simple replacement for QTP.

Give it a whirl.
If it doesn't meet what you are looking for I can talk to the developer and see if we can get what you need!


http://abluestar.net/Documents/Slick_Test_Beta.zip

Oh yeah... It's still in beta!

_____________________________

My sig sucks!

(in reply to bluebird)
 
 
Post #: 8
 
 RE: Capture click events - 2/22/2007 7:41:56 PM   
  bluebird

 

Posts: 20
Score: 1
Joined: 12/30/2006
Status: offline
Thx!

I would look into it and let you know. :)

(in reply to mikeock)
 
 
Post #: 9
 
 RE: Capture click events - 3/1/2007 8:34:34 PM   
  bluebird

 

Posts: 20
Score: 1
Joined: 12/30/2006
Status: offline
I've  tested the application, but it's not what i'm looking for. Using a textfile as output would give problemens when mixing the correct text with the specific screenshot.

I found out that AutoIt should be the solution for my problem. It seems to be possible to build a full application that can captures screenshots, add text to screenshot and create a word document of it. All packaged in a nice GUI. I always thought that AutoIt couldn't do more then sending keystrokes and mouseclicks. My mistake :)

The problem now is that I have to learn AutoIt..

(in reply to bluebird)
 
 
Post #: 10
 
 RE: Capture click events - 3/2/2007 2:48:47 AM   
  Country73


Posts: 710
Score: 8
Joined: 8/25/2004
From: USA
Status: offline
WARNING - pluging a different forum!!

I've messed around with AutoIT, here and there, and found that their forum is loaded with all sorts of helpful information. http://www.autoitscript.com/forum/
There are a few individuals on this site that may also be able to help out on your AutoIT scripting; just make sure you post any questions in the Other Programming/Scripting Languages section.

(in reply to bluebird)
 
 
Post #: 11
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Capture click events Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts