Detecting webpage button

Discuss, ask for help, share ideas, give suggestions, read tutorials, and tell us about bugs you have found with MicroMacro in here.

Do not post RoM-Bot stuff here. There is a subforum for that.
Forum rules
This is a sub-forum for things specific to MicroMacro.

This is not the place to ask questions about the RoM bot, which uses MicroMacro. There is a difference.
Post Reply
Message
Author
ZZZZZ
Posts: 513
Joined: Sun Oct 21, 2012 1:42 am

Detecting webpage button

#1 Post by ZZZZZ »

I have no idea how to go about this, or if I can for that matter, but how would I go about making a small MM script to detect a specific button on a webpage and if it finds it, click on it? Even just a hint as to how I would start would be a great help :)
User avatar
Administrator
Site Admin
Posts: 5342
Joined: Sat Jan 05, 2008 4:21 pm

Re: Detecting webpage button

#2 Post by Administrator »

That would be kind of difficult to do. You are better off just using cURL or plain sockets to send the request to the webserver.
ZZZZZ
Posts: 513
Joined: Sun Oct 21, 2012 1:42 am

Re: Detecting webpage button

#3 Post by ZZZZZ »

Ahh ok, guess i'll look up those then :P
Thanks
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Detecting webpage button

#4 Post by lisa »

for web pages you can do your own scripting using http://tampermonkey.net/
Doesn't work on IE but works fine on chrome.
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Post Reply