Testing Your Macros

Before putting your macros into real mode, you can test to make sure your macros run correctly. Both 9Hits Viewer and 9Hits Traffic Bot have tools to help you test your macros. You can open the test tool by clicking the button.

9Hits Viewer

Here is a simple example of google search script and click on the first result

await WaitForLoading();
await Typing("9hits\r\n", 100, 200);
await WaitForLoading();
await ClickBySelector("a[href*='9hits.com']");

Use the Log function may help debugging your script.

By using our site, you acknowledge that you have read and understood our Cookie Policy, Privacy Policy and our Terms of Service