Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 296 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 296 Bytes

#mtdriver

A python binding for monkeytalk protocol

##Usage

from MTDriver.MTDriver import MTDriver
from MTDriver import MTException, MTElement, MTComponentType, MTProperty
mt = MTDriver("localhost:16863")
btnConfirm = MTElement(self, MTComponentType.UIButton,"Confirm")
btnConfirm.Tap()