Boniface Pereira

Results 7 issues of Boniface Pereira

Adb output: ``` adb devices List of devices attached ZY2243GTVC device ``` And script: ```python from uiautomator import Device d = Device('ZY2243GTVC') print(d.dump()) # this line is not executed. the...

How do i set a global timeout for any command when the element is not found. Thanks

An option to have a image for a option, data-attr will be data-image="imagename", The image will be visible in the dropdown.

enhancement

By default the generated HTML appends to documents body, This feature will enable to set custom element to append to.

enhancement

Initially a default value is selected on single select elements, This enhancement will set the select value to null.

enhancement

The user can add a subText to the option that will be viewed below the option text. Attr used: data-subText="Sub text here!"

enhancement

I have run into a weird problem this is my code ```python ....... print('GETSMS: 8') # try: # sleep(.3) # sms_status = sm.GetSMSStatus() # print(sms_status) # except Exception: # print('WOW')...