AutoJS 4.1.0 tutorial (clear and detailed)

overview

I have nothing to do recently, and I am interested in AutoJS automation. I used this research and recorded it here
insert image description here

Install

Download the tutorial (temporarily found address, inconsistent with the screenshot) : https://www.bilibili.com/read/cv19626959

insert image description here

app installation

connect computer

vscode plugin download Auto.js-VSCodeExt

insert image description here

View AutoJS commands

ctrl + shift + p

insert image description here
Explanation: mainly the following two

  • Start Server: Start the server project to achieve the effect of joint debugging of app and code.
  • New Project: Create an AutoJS project.

vscode starts AutoJs service

Select Auto.js: Start Server
insert image description here
insert image description here

App AutoJS connects PC-side AutoJS client

  1. View the IP address of the PC (open CMD on the PC)
ipconfig

insert image description here

2. APP connection

  1. PC vscode connection success prompt
    insert image description here

test

Run F5 to start
insert image description here

Summarize

Next AutoJS 4.1.0 Practical Benefits

Guess you like

Origin blog.csdn.net/qq_44697754/article/details/129930274