Skip to content

用不了 #3

@bddye

Description

@bddye

mumu版本是4.1.12,可以正常启动模拟器,但其他api都用不了,只会强行让模拟器在窗口最上层,但函数返回值是True

from mumu.mumu import Mumu
import time

mumu=Mumu(r'D:/MUMU/MuMuPlayer-12/shell/MuMuPlayer.exe').select(1)
#mumu.power.start()

x=1.347159
y=1.322739
for i in range(10):
    a=mumu.androidEvent.location(x,y)
    print(a,x,y)
    y=round(y+0.01,6)
    time.sleep(0.01)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions