Jump to content

need help. Is there a way to make it right click


Recommended Posts

Hey,

MouseClick("right","444","300")
Sleep(1000)
MouseClick("left","507","511")

Assuming that you are using IE and that your screen res is 1024X768, the above will rightclick in IE, wait a second to ensure the context menu is up and click the view source option.

You may want to check the help file for MouseClick and also for MouseCoordMode.

CheersNobby

Link to comment
Share on other sites

Hey,

MouseClick("right","444","300")
Sleep(1000)
MouseClick("left","507","511")

Assuming that you are using IE and that your screen res is 1024X768, the above will rightclick in IE, wait a second to ensure the context menu is up and click the view source option.

You may want to check the help file for MouseClick and also for MouseCoordMode.

<{POST_SNAPBACK}>

eeehhhh :(

where is that clicking for ie?

thats very sloppy and can easily be thrown off with a lil lag

would be better to check out:

run command to open ie

and search the boards for the udf named WinWaitWeb, which waits for an ie page to load

Also, if you want the source, use UrlDownloadtofile instead of physically clicking the button (this doesnt require you to wait for page to load) :ph34r:

Edited by mcfr1es

Roger! You son of a big pile o' Monkey Nuts.

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...