Command Support of SuperMiner

Since Edition R22.2.0.0, we added command line support,which means that it will be more friendly for Linux users or anybody love commands. Here we list out all the commands avaiable for the SuperMiner.

Windows Users

Commands Manual

CommandsDefaultHelp
url"https://www.bing.com"url you are searching for
NOGUI/GUITrueDisplay the browser GUI
obj‘Class’The key of the element you want to find. Id,Name,Class,Link,Partial_link,Tag,Xpath,CSS are available for the first parameter
scroll10Scroll the page to get more information,0 means no scroll
act'none'Actions you want to take
search("Class","key","hello world")search the text
attr'href'Get the atrributes such as download link of Objects
get("page",".html","utf-8",True,-1)Download the contents

 

Linux Users

You just omit the command "python" which lays in the front of every command and other operations are all the same with windows.