# FAQ
How do I operate system native components such as user authorization, location selection, etc.?
System components such as user authorization boxes do not provide method acquisition and operation, so make sure you manually authorize the required permissions before performing automated tests.
The native interface component triggered by the wx object interface, such as location selection, can be specified directly withminiProgram.mockWxMethod.
Why does the Node.js script not exit?
Be sure to callminiProgram.closeorminiProgram.disconnectafter the test has been executedDisconnect from the tool.
How do I log in to multiple account tests on one machine?
You can use the tool's multi-account debugging function, with the automatic miniProgram.testAccounts to achieve the goal.
How do I log in to the same account for tools on multiple machines to run tests?
Using the miniProgram.getTicket interface, you can get a login ticket for the current tool, which can then be used to login the tool on other machines. How exactly the bill is synchronized from one machine to another requires the developer to maintain it on his own.