Skip to content

Instantly share code, notes, and snippets.

@kwangkook
Created February 10, 2017 00:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwangkook/55abb355ef6e5bf25ddd5852fc894969 to your computer and use it in GitHub Desktop.
Save kwangkook/55abb355ef6e5bf25ddd5852fc894969 to your computer and use it in GitHub Desktop.
Wear_MTBF_170207
{"name":"answerCall","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Awaitsecond(1)%0A%0ApressMenu%0Awaitsecond(1)%0A%0Aif%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fpreview%22).exists%20and%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fname%22).exists%0A%20%20%24msg%20%3D%20%22Watch%20Face%20Change%20Displaying....%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20waitsecond(1)%0A%20%20%0A%20%20pressHome%0A%20%20%0A%20%20%24msg%20%3D%20%22pressHome%20%3E%3E%20Watch%20Face%20Escape%20%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20waitsecond(1)%0Aend","varname":"Check_Watch_Face","objecttable-uuid":"ba00a288-c92a-49b8-dd01-5ada24a5021d","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%0Aif%20uiObj(%22TextView%22).text(%22Temperature%20limit%20reached%22).exists%0A%20%20%24msg%20%3D%20%22%3D%3D%3D%20RecentCall%20Start%20Temperature%20limit%20Popup%20%3D%3D%3D%22%0A%20%20puts(%24msg)%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20%0A%20%20%24ruiObj%20%3D%20RUIObject.new.with('objectid'%2C%20-1945186212).with('selfid'%2C%20371672096).with('textdescid'%2C%20-171230396).with('uniqueparentid'%2C%200)%0A%20%20.with('uitreeindex'%2C%203)%0A%20%20.with('classname'%2C%20'android.view.View')%0A%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fcheck_button')%0A%20%20%0A%20%20%24ruiObj.click%0A%20%20%0A%20%20%24ruiObj%20%3D%20RUIObject.new.with('objectid'%2C%20664288872).with('selfid'%2C%201322575484).with('textdescid'%2C%20-1859474097).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201059678339)%0A%20%20.with('uitreeindex'%2C%203)%0A%20%20.with('classname'%2C%20'ImageButton')%0A%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20.with('content-desc'%2C%20'Yes')%0A%20%20%0A%20%20%24ruiObj.click%0A%20%20%0A%20%20waitsecond(2)%0Aend","varname":"Check_Temperature_Start","objecttable-uuid":"d16d564f-5adf-4f3e-bae9-511c2edc1707","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStartTest(%2205_01_01_05_Telephony%22)","varname":"LogStart","objecttable-uuid":"9fa09beb-01ec-4689-ff0e-2931f0e43bd9","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"sendBTCmd(%22makeCall('%23%7Bdb('CallNumber')%5B0%5D%7D')%22)","varname":"scriptAction_sendBTCmd_makeCall","objecttable-uuid":"98f9c8ff-ad70-4a22-b7e3-9caaffff02ae","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%24res%20%3D%20false%0A%0Afor%20i%20in%200..25%0A%20%20puts%20%22i%20%3D%20%23%7Bi%7D%22%0A%20%20wakeUp%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Call%20options%22).exists%20or%20uiObj(%22FrameLayout%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fcall_fragment%22).exists%20or%20uiObj(%22EditText%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fstate_title%22).exists%20or%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Faccept%22).exists%0A%20%20%20%20%24UIDev.pressKeyCode(5)%0A%20%20%20%20waitsecond(3)%0A%20%20%20%20puts%20%22Receive%20Call%20OK%22%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%20%0A%20%20%20%20%24res%20%3D%20true%0A%20%20%20%20puts%20%22Receive%20Call%20Loop%20Break%22%0A%20%20else%0A%20%20%20%20waitsecond(3)%0A%20%20end%0A%20%20%0A%20%20if%20(%24res)%20then%0A%20%20%20%20puts%20%22loop%20break%22%0A%20%20%20%20break%0A%20%20end%0A%20%20%0A%20%20if%20(i%20%3D%3D%2025)%0A%20%20%20%20sendBTCmd(%22endCall%22)%0A%20%20%20%20%24myFailReason%20%3D%20%22Call%20signal%20is%20not%20reached.%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%20%20%20%20%20%20%0A%20%20end%20%20%0Aend","varname":"scriptAction_receiveCall_Wear","objecttable-uuid":"3b72f530-cffb-4370-8253-78f048792f16","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%0A%24res%20%3D%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%20%0A%0Aif%20!%24res%0A%20%20if%20uiObj(%22TextView%22).text(%22Call%20in%20progress%22).exists%0A%20%20%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fsnippet%22).exists%0A%20%20%20%20%20%20swipe_vertical%2020%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20end%0A%20%20%20%20%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Swipe%20left%20to%20open.%22).exists%0A%20%20%20%20%20%20swipe_horizontal%2010%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20click(240%2C240)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Call%20from%20watch%22).exists%0A%20%20%20%20%20%20%20%20puts%20%22Cancel%20call%22%0A%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20gotoApp('Cancel%20call')%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20end%0Aend%0A%0Aif%20%24res%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20puts%20%22End%20Call%20OK%22%0Aelsif%20uiObj(%22TextView%22).text(%22Call%20options%22).exists%0A%20%20sendBTCmd(%22endCall%22)%0A%20%20waitsecond(2)%0A%20%20%0A%20%20%24UIDev.pressKeyCode(6)%0Aend","varname":"scriptAction_endCall_Wear","objecttable-uuid":"6318f861-1e33-4f1a-d854-bcf433e07128","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%23waitsecond(2)%0AlogStopTest(%2205_01_01_05_Telephony%22)","varname":"LogStop","objecttable-uuid":"46ad59c9-0165-4715-9d63-b7d4830d5fe2","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Awaitsecond(1)%0A%0Aif%20uiObj(%22TextView%22).text(%22Call%20in%20progress%22).exists%0A%20%20waitsecond(2)%0A%20%20%24msg%20%3D%20%22Kill%20Call%20in%20progress%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.android.apps.wearable.phone%22)%0A%20%20waitsecond(5)%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.android.bluetooth%22)%0A%20%20waitsecond(5)%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.android.apps.wearable.bluetooth%22)%0A%20%20waitsecond(5)%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.lge.androidwear.boottimeanalyzerwear%2Fcom.lge.androidwear.boottimeanalyzerwear.MainActivity%22)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%20%20%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.google.android.apps.wearable.settings%2Fcom.google.android.clockwork.settings.BluetoothRequestDiscoverableActivity%22)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20for%20i%20in%200..5%0A%20%20%20%20if%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).exists%0A%20%20%20%20%20%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).clickAndWaitForNewWindow%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20end%0A%20%20end%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%20%20%0Aend","varname":"kill","objecttable-uuid":"666be3b0-4a49-4a09-f735-c31314e10a6e","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0A%20%20wakeUp%0A%20%20%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.lge.androidwear.boottimeanalyzerwear%2Fcom.lge.androidwear.boottimeanalyzerwear.MainActivity%22)%0A%20%20waitsecond(2)%0A%20%20%0A%20%20%24msg%20%3D%20%22Run%20BTChatWear%20for%20turning%20on%20discover%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%20%20%0A%20%20wakeUp%0A%20%20%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.google.android.apps.wearable.settings%2Fcom.google.android.clockwork.settings.BluetoothRequestDiscoverableActivity%22)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20for%20i%20in%200..5%0A%20%20%20%20if%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).exists%0A%20%20%20%20%20%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).clickAndWaitForNewWindow%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20end%0A%20%20end%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%20%20%0A%20%20for%20i%20in%200..20%0A%20%20%20%20wakeUp%0A%20%20%20%20%0A%20%20%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.android.server.telecom%2F.components.UserCallActivity%20-a%20android.intent.action.CALL%20-d%20tel%3A%23%7Bdb('CallNumber')%5B1%2C1%5D%7D%22)%0A%20%20%20%20waitsecond(5)%0A%20%20%0A%20%20%20%20wakeUp%0A%20%20%20%20waitsecond(2)%0A%20%20%20%20%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Call%20from%20watch%22).exists%0A%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Call%20from%20watch%22).clickAndWaitForNewWindow%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20end%0A%20%20%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Choose%20calling%20device%22).exists%0A%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Call%20from%20watch%22).clickAndWaitForNewWindow%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20end%0A%20%20%0A%20%20%20%20waitsecond(5)%0A%20%20%0A%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%0A%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20break%0A%20%20%20%20end%0A%20%20end%0Aend","varname":"scriptAction_BTChatWear_Discover","objecttable-uuid":"caacd8bb-3adc-4765-8c4c-58348ec16986","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%0Aif%20uiObj(%22TextView%22).text(%22Temperature%20limit%20reached%22).exists%0A%20%20%24msg%20%3D%20%22%3D%3D%3D%20AnswerCall%20End%20Temperature%20limit%20Popup%20%3D%3D%3D%22%0A%20%20puts(%24msg)%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20%0A%20%20%24ruiObj%20%3D%20RUIObject.new.with('objectid'%2C%20-1945186212).with('selfid'%2C%20371672096).with('textdescid'%2C%20-171230396).with('uniqueparentid'%2C%200)%0A%20%20.with('uitreeindex'%2C%203)%0A%20%20.with('classname'%2C%20'android.view.View')%0A%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fcheck_button')%0A%20%20%0A%20%20%24ruiObj.click%0A%20%20%0A%20%20waitsecond(2)%0Aend","varname":"Check_Temperature_End","objecttable-uuid":"27039940-a5c5-46b3-d364-c50a700dcc1f","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true}]}
{"name":"APP_NAVI_GotoApp","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp","varname":"wakeup","objecttable-uuid":"c3ac801f-a759-462a-8f1d-11210f6a7069","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"logStartTest(%2205_01_09_01_Menu_Navigation%22)","varname":"logStart","objecttable-uuid":"dcc5be40-74a5-4971-cd98-f92d06638bfe","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_1","objecttable-uuid":"dd0872de-7e71-424b-ec13-98f7feb89526","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_1","objecttable-uuid":"6357ae87-93c3-46a4-8d6b-3e6b7250cc6c","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Alarm","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_1","objecttable-uuid":"9fd9fed9-2391-4306-a689-d44a8d66cde1","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_1","objecttable-uuid":"c898b8c2-462b-4027-af21-5871b0b24c70","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_2","objecttable-uuid":"16375bd9-84f7-413e-e402-dfa4ad70b5d2","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_2","objecttable-uuid":"6a5511fe-7063-4bcb-f7bb-552fefbc15bd","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Flashlight","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_2","objecttable-uuid":"88b5e1f3-c944-4654-e58a-a2e76d4105dd","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_2","objecttable-uuid":"6c9c3b83-fafc-4b38-c8af-2950aa06889e","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_3","objecttable-uuid":"1d02dd13-ef03-4f5d-ea11-fd1b2a6e11ff","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_3","objecttable-uuid":"d77823df-9ea8-44dd-9b7e-2bbaf3664f09","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Phone","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_3","objecttable-uuid":"389822aa-38aa-4a25-b351-8f243e63cf34","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_3","objecttable-uuid":"46745a04-b1ac-46b8-d999-cee78c1961d0","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_4","objecttable-uuid":"d87d0f18-7e88-4fdd-a8de-1de86cba7464","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_4","objecttable-uuid":"8816f199-0f3a-4034-9532-126d58d34047","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Stopwatch","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_4","objecttable-uuid":"98547e81-771e-4555-c845-bc85e43a7695","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_4","objecttable-uuid":"a078e334-f009-4151-cdca-78488512ab8e","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_5","objecttable-uuid":"7504f495-ea43-4e79-d19f-af4dea33b511","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_5","objecttable-uuid":"f3b5c80f-94fb-4d16-8c70-4fcaaa7d871c","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Agenda","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_5","objecttable-uuid":"94cb11cc-89ff-4538-ed0a-46ae6bb89d08","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_5","objecttable-uuid":"86189bfb-d4c0-4010-9227-d6b2a34c487b","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_6","objecttable-uuid":"f73bf2d5-d9df-4dbc-b1b9-e872e2cf650f","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_6","objecttable-uuid":"fc69c621-2d66-4aad-8c5a-bfb018037495","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Timer","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_6","objecttable-uuid":"42a3793b-00c5-4fb2-bb6f-e58d96eb8b34","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_6","objecttable-uuid":"e3dbae83-3f17-471e-b579-ebd6b00f4dd6","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_7","objecttable-uuid":"86b7fc35-5dc5-40be-a14d-3b4c43a56d3d","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_7","objecttable-uuid":"d2a67946-43d5-4245-f843-57867a42beba","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Translate","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_7","objecttable-uuid":"1bd138ec-839b-4ef8-e5cd-ba765f846e38","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_7","objecttable-uuid":"0d763303-1948-432c-8c6a-d415f92f3f42","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_8","objecttable-uuid":"084cd1bf-698b-4653-d9ac-624b6b18ff8b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_8","objecttable-uuid":"48cb8cd4-327d-4811-c8d8-4a6f233c2ebd","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Play%20Store","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_8","objecttable-uuid":"980ec141-8293-4787-9fb8-a95c67efdd9b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_8","objecttable-uuid":"46036e29-441d-44b8-b6ce-b18550731384","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_9","objecttable-uuid":"9bc6f6a3-efb9-4f90-9d88-9b2fa9e569dd","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_9","objecttable-uuid":"86501f0a-d91d-4239-e655-9cd963655292","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Fit","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_9","objecttable-uuid":"8e756c1b-99b6-410b-f7b6-0a9124a3ffb4","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_9","objecttable-uuid":"eef4ed0e-f054-4200-eda0-d5202e25f77d","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_10","objecttable-uuid":"389b3716-80fe-45dd-bd8e-f7be7bedbbef","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_11","objecttable-uuid":"efc59f61-2e54-4c7f-bae3-3729faecb6df","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Contacts","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_11","objecttable-uuid":"ddba6543-4cbe-4133-f50b-4c50a9e3e06a","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_11","objecttable-uuid":"416ae00e-9ced-4591-8cac-591935365c66","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_12","objecttable-uuid":"87c5b966-7a7a-4797-af80-2aa9f42ce24b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_12","objecttable-uuid":"d7ea3418-3d17-4445-fbb9-07f32a690175","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Fit%20Workout","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_12","objecttable-uuid":"3213fe66-5786-4092-ec1c-b0459802119d","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_12","objecttable-uuid":"d55dcbbf-80ec-408f-bcf4-2d9df896518a","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_13","objecttable-uuid":"f5aaf619-9ec7-4977-c07c-5cdd3c5841e4","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_13","objecttable-uuid":"13339657-1090-4634-8d0e-a75d26f4f90a","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Settings","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)","varname":"wait4second_13","objecttable-uuid":"cf67570c-95a8-48ff-d076-efadb3d4c74f","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_13","objecttable-uuid":"98a6f998-0355-4c00-9fcb-82364b53e218","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%23waitsecond(3)%0AlogStopTest(%2205_01_09_01_Menu_Navigation%22)%0A%0A%23waitsecond(2)%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"logStop","objecttable-uuid":"6aebd53b-f186-4ef5-eea1-64c158ccea74","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true}]}
{"name":"Clean_Device","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fswipeup","codegen":"wakeUp%0Awaitsecond(4)%0A%0APDGUiDevice.getInstance.execShellCmd(%22mkdir%20%2Fsdcard%2Fuiengine%2Flog%2Fmeminfo%22)%0APDGUiDevice.getInstance.execShellCmd(%22mkdir%20%2Fsdcard%2Fuiengine%2Flog%2Ftop%22)%0Awaitsecond(5)%0A%0APDGUiDevice.getInstance.execShellCmd(%22top%20-n%201%20%3E%20%2Fsdcard%2Fuiengine%2Flog%2Ftop%2F%23%7BgetTimeStamp%7D_before_top.txt%22)%0Awaitsecond(5)%0APDGUiDevice.getInstance.execShellCmd(%22cat%20%2Fproc%2Fmeminfo%20%3E%20%2Fsdcard%2Fuiengine%2Flog%2Fmeminfo%2F%23%7BgetTimeStamp%7D_before_meminfo.txt%22)%0Awaitsecond(5)%0A%20%20%20%20%0APDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.lge.wearable.chargingmode%22)%0Awaitsecond(5)%0A%0APDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.android.nfc%22)%0Awaitsecond(5)%0A%0APDGUiDevice.getInstance.execShellCmd(%22am%20kill-all%22)%0Awaitsecond(10)%0A%0APDGUiDevice.getInstance.execShellCmd(%22top%20%20-n%201%20%3E%20%2Fsdcard%2Fuiengine%2Flog%2Ftop%2F%23%7BgetTimeStamp%7D_after_top.txt%22)%0Awaitsecond(5)%0APDGUiDevice.getInstance.execShellCmd(%22cat%20%2Fproc%2Fmeminfo%20%3E%20%2Fsdcard%2Fuiengine%2Flog%2Fmeminfo%2F%23%7BgetTimeStamp%7D_after_meminfo.txt%22)%0Awaitsecond(5)%0A%0APDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.android.apps.wearable.settings%22)%0Awaitsecond(5)%0A%0APDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.android.wearable.app%22)%0Awaitsecond(5)%0A%0APDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.android.clockwork.systemui%22)%0Awaitsecond(5)%0A%0APDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.process.gapps%22)%0Awaitsecond(5)%0A","varname":"clean_device","objecttable-uuid":"102e25fe-d53f-4c4e-86a4-d2e4a71a32bb","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipeup","uinameinfo":"%3Csoftkey%3A%2Fswipeup%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
{"name":"clean_Home","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"73e5dc67-4d48-4a32-93ea-4220302f142c","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%0Afor%20i%20in%200..5%0A%20%20swipe_vertical(20)%0A%20%20waitsecond(2)%0A%20%20swipe_horizontal_back%2010%0A%20%20waitsecond(4)%0Aend%0A","varname":"clean_HomeScreen","objecttable-uuid":"f1db5026-d334-489d-fefc-27da3202c8ca","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Awaitsecond(1)%0A%0Aif%20uiObj(%22TextView%22).text(%22Call%20in%20progress%22).exists%0A%20%20waitsecond(2)%0A%20%20%24msg%20%3D%20%22Kill%20Call%20in%20progress%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20waitsecond(4)%0A%20%20%20%20%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.android.apps.wearable.phone%22)%0A%20%20waitsecond(5)%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.android.bluetooth%22)%0A%20%20waitsecond(5)%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.android.apps.wearable.bluetooth%22)%0A%20%20waitsecond(5)%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.lge.androidwear.boottimeanalyzerwear%2Fcom.lge.androidwear.boottimeanalyzerwear.MainActivity%22)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.google.android.apps.wearable.settings%2Fcom.google.android.clockwork.settings.BluetoothRequestDiscoverableActivity%22)%0A%20%20waitsecond(4)%0A%0A%20%20for%20i%20in%200..5%0A%20%20%20%20%20%20if%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).exists%0A%20%20%20%20%20%20%20%20%20%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).clickAndWaitForNewWindow%0A%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20%20%20end%0A%20%20end%0A%20%20%20%20%0A%20%20%20%20pressKeyCode(4)%0A%09waitsecond(2)%0A%20%20%20%20pressKeyCode(4)%0A%09waitsecond(2)%0A%0Aend%0A%0Aif%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Ftitle%22).exists%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(1)%0Aend%0A","varname":"kill","objecttable-uuid":"4ac732ac-a208-4001-8be7-5620be2b92c5","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
{"name":"closePlayStore","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"logStartTest(%2205_01_05_04_StoreFrontDownload%22)","varname":"LogStart","objecttable-uuid":"700af888-2910-483d-ec19-14a3952cb048","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu","objecttable-uuid":"463324cb-9dc1-4650-a015-eb07325e6377","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp","objecttable-uuid":"696da2b1-ac75-4339-a749-71450b0eba0b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Play%20Store","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":103,"index":0,"classname":"Button","class":"Button","text":"YES%20IM%20IN","parentpathid":1477042217,"listpath":"0","objectid":-1586480591,"selfid":1270675712,"resource-id":"android%3Aid%2Fbutton1","propmask":28,"bounds":"%5B0%2C248%5D%5B480%2C350%5D","top":248,"left":0,"bottom":350,"right":480,"uitreeindex":1,"childlevel":0,"textdescid":490747751,"classresourceid":1834539358,"nodehash-id":1345160239,"uuid":"201eef86-5690-4ba4-f58a-d6cb98cb5d77","varname":"Button_Button1_1","objecttable-uuid":"476d9697-be8f-40c7-d630-4a0fc2f09f04","action":"codegen","uititle":"Button%0Aandroid%3Aid%2Fbutton1%0AYES%20IM%20IN","uinameinfo":"%3Candroid%3Aid%2Fbutton1%3E%5BYES%20IM%20IN%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1586480591).with('selfid'%2C%201270675712).with('textdescid'%2C%20490747751).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201834539358)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'Button')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20%20%20%20%20.with('text'%2C%20'YES%20IM%20IN')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_check_PlayStore"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":103,"index":0,"classname":"Button","class":"Button","text":"YES%20IM%20IN","parentpathid":1477042217,"listpath":"0","objectid":-1586480591,"selfid":1270675712,"resource-id":"android%3Aid%2Fbutton1","propmask":28,"bounds":"%5B0%2C248%5D%5B480%2C350%5D","top":248,"left":0,"bottom":350,"right":480,"uitreeindex":1,"childlevel":0,"textdescid":490747751,"classresourceid":1834539358,"nodehash-id":1345160239,"uuid":"201eef86-5690-4ba4-f58a-d6cb98cb5d77","varname":"Button_Button1_2","objecttable-uuid":"121bf372-ae6e-4373-e6e8-2ec77889f9cc","action":"codegen","uititle":"Button%0Aandroid%3Aid%2Fbutton1%0AYES%20IM%20IN","uinameinfo":"%3Candroid%3Aid%2Fbutton1%3E%5BYES%20IM%20IN%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1586480591).with('selfid'%2C%201270675712).with('textdescid'%2C%20490747751).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201834539358)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'Button')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20%20%20%20%20.with('text'%2C%20'YES%20IM%20IN')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..9%0A%20%20waitsecond(3)%0A%20%20%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.android.vending%3Aid%2Fsearch_icon%22).exists%0A%20%20%20%20%24myTestResult%20%3D%20true%0A%20%20%20%20break%0A%20%20elsif%20i%20%3D%3D%209%0A%20%20%20%20%24myFailReason%20%3D%20%22PlayStore%20Open%2030s%20timeout%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20end%0Aend","varname":"scriptAction_check_PlayStore","objecttable-uuid":"44f525f4-1fd0-4686-fca8-af1f1915a73d","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStopTest(%2205_01_05_04_StoreFrontDownload%22)%0A%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"LogStop","objecttable-uuid":"88ede1db-f84e-4934-f191-0bbfe04eed6b","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"8dc3b9f1-9433-422e-ad4b-9ea9e23e1192","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
{"name":"contactCall","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%0Aif%20uiObj(%22TextView%22).text(%22Temperature%20limit%20reached%22).exists%0A%09%24msg%20%3D%20%22%3D%3D%3D%20RecentCall%20Start%20Temperature%20limit%20Popup%20%3D%3D%3D%22%0A%09puts(%24msg)%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%20%20%0A%20%20%20%20%24ruiObj%20%3D%20RUIObject.new.with('objectid'%2C%20-1945186212).with('selfid'%2C%20371672096).with('textdescid'%2C%20-171230396).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fcheck_button')%0A%09%0A%09%24ruiObj.click%0A%09%0A%09%24ruiObj%20%3D%20RUIObject.new.with('objectid'%2C%20664288872).with('selfid'%2C%201322575484).with('textdescid'%2C%20-1859474097).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201059678339)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageButton')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Yes')%0A%09%0A%09%24ruiObj.click%0Aend","varname":"Check_Temperature_Start","objecttable-uuid":"5d8ffc87-718f-415e-f5a7-4ea63205d597","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStartTest(%2205_01_01_01_Telephony%22)","varname":"scriptAction_setUp","objecttable-uuid":"4fd0fa1b-89f6-42d4-b6c1-f274f24ed4f7","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_1","objecttable-uuid":"ba6368f0-041c-4ec1-8e01-d3af529e2afb","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_1","objecttable-uuid":"20e5de10-37ab-4e96-bbba-baccfac9d0ee","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Contacts","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":35,"index":0,"classname":"android.view.View","class":"android.view.View","parentpathid":1907008343,"objectid":1575762115,"selfid":-738182854,"resource-id":"com.google.android.wearable.app%3Aid%2Fcontact_detail_header_image","propmask":8,"bounds":"%5B172%2C51%5D%5B308%2C187%5D","top":51,"left":172,"bottom":187,"right":308,"uitreeindex":5,"childlevel":0,"textdescid":1603985341,"nodehash-id":1628458275,"uuid":"bacca8a5-a0b8-4802-d417-ca99c014b58c","varname":"View_ContactDetailHeaderImage","objecttable-uuid":"7d992817-d15a-4da0-b5e8-5508807e7f9a","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fcontact_detail_header_image","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fcontact_detail_header_image%3E","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201575762115).with('selfid'%2C%20-738182854).with('textdescid'%2C%201603985341).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%205)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fcontact_detail_header_image')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_checkSearchBtn"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"swipe_horizontal_back%2010%0Awaitsecond(1)%0Aswipe_horizontal_back%2010","varname":"scriptAction_Back_By_Swipe","objecttable-uuid":"b8eebebf-0b44-4cf8-a89c-5f1e4bed2286","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_2","objecttable-uuid":"d6662f9b-1b85-4fe7-d9d5-7d51baa63797","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_2","objecttable-uuid":"b8533551-4dd2-4756-d9dd-46cfcf651105","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Contacts","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%09if%20!uiObj(%22ImageButton%22).resid(%22com.google.android.wearable.app%3Aid%2Fcontacts_search_button%22).exists%0A%09%09if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%09%09%09gotoApp(%22Contacts%22)%0A%09%09else%0A%09%09%09pressKeyCode(4)%0A%09%09%09waitsecond(1)%0A%09%09end%0A%09else%0A%09%09break%0A%09end%0Aend","varname":"scriptAction_checkSearchBtn","objecttable-uuid":"3e6c4e45-cf71-4855-9a04-7bc2c813512d","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":192,"index":0,"classname":"ImageButton","class":"ImageButton","parentpathid":-1675292179,"objectid":954708298,"selfid":-581006309,"content-desc":"Search","resource-id":"com.google.android.wearable.app%3Aid%2Fcontacts_search_button","propmask":28,"bounds":"%5B0%2C0%5D%5B480%2C119%5D","top":0,"left":0,"bottom":119,"right":480,"uitreeindex":4,"childlevel":0,"textdescid":13239774,"nodehash-id":381280208,"uuid":"4239b5bc-d8b5-4005-d1ba-2c08ac7f7d52","varname":"ImageButton_ContactsSearchButton_1","objecttable-uuid":"735ab7eb-d85b-430b-c817-b80db8369e07","action":"codegen","uititle":"ImageButton%0Acom.google.android.wearable.app%3Aid%2Fcontacts_search_button%0A%7BSearch%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fcontacts_search_button%3E%7BSearch%7D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20954708298).with('selfid'%2C%20-581006309).with('textdescid'%2C%2013239774).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageButton')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fcontacts_search_button')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Search')","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":194,"index":1,"classname":"android.view.View","class":"android.view.View","parentpathid":173404320,"objectid":1845518973,"selfid":1645856786,"content-desc":"Keyboard%20input","resource-id":"com.google.android.wearable.app%3Aid%2Fime_choice","propmask":140,"bounds":"%5B264%2C180%5D%5B384%2C300%5D","top":180,"left":264,"bottom":300,"right":384,"uitreeindex":2,"childlevel":0,"textdescid":-1189538444,"nodehash-id":1098590996,"uuid":"8b3096f0-06b9-4d14-fe8c-1313e71b17f4","varname":"View_ImeChoice_1","objecttable-uuid":"d43ed330-4b48-4221-90d3-9b4ce245dcfe","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fime_choice%0A%7BKeyboard%20input%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fime_choice%3E%7BKeyboard%20input%7D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201845518973).with('selfid'%2C%201645856786).with('textdescid'%2C%20-1189538444).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fime_choice')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Keyboard%20input')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"a%20%3D%20(%24curLoopNum%2B1)%20%2F%2010%0Ab%20%3D%20(%24curLoopNum%2B1)%20-%20(a%20*%2010)%0ApressKeyCode(7%20%2B%20a)%0ApressKeyCode(7%20%2B%20b)%0A%0Awaitsecond(1)%0Aclick(338%2C73)%0A","varname":"scriptAction_inputSearchName_1","objecttable-uuid":"e46420ea-063c-465e-fdae-607228a33f9d","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..2%0A%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fcontact_photo%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20waitsecond(2)%0A%20%20end%0Aend%20%20","varname":"scriptAction_Check_Searching_Complete_1","objecttable-uuid":"6a7bb6a9-5810-4806-e7f0-836af048e7f3","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":20,"index":1,"classname":"android.view.View","class":"android.view.View","parentpathid":-675662648,"objectid":226426021,"selfid":1645856786,"content-desc":"Keyboard%20input","resource-id":"com.google.android.wearable.app%3Aid%2Fime_choice","propmask":140,"bounds":"%5B264%2C180%5D%5B384%2C300%5D","top":180,"left":264,"bottom":300,"right":384,"uitreeindex":2,"childlevel":0,"textdescid":-1104342964,"nodehash-id":1098590996,"uuid":"8389c682-52d9-4a0b-967e-f28375aa96f8","varname":"View_ImeChoice_Object_Read_Error_1","objecttable-uuid":"58a11690-d7d5-4b7e-e9bd-8b4a31d1824b","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fime_choice%0A%7BKeyboard%20input%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fime_choice%3E%7BKeyboard%20input%7D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20226426021).with('selfid'%2C%201645856786).with('textdescid'%2C%20-1104342964).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fime_choice')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Keyboard%20input')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_ContactPhoto_1"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%0Aclick(120%2C300)%09%23%20Select%20search%20result%0Awaitsecond(2)%0A%0Aclick(100%2C386)%09%23%20Select%20phone%20icon","varname":"scriptAction_Select_Object_Direct_1","objecttable-uuid":"b91ee53f-c94a-4a24-fd67-74b779dce045","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..4%0A%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20waitsecond(2)%0A%20%20end%0Aend%20%20","varname":"scriptAction_Check_Calling_1","objecttable-uuid":"05081c43-1857-4612-d398-b05ce7f9ef5a","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":7,"index":0,"classname":"android.view.View","class":"android.view.View","parentpathid":-1107021287,"objectid":397607787,"selfid":-655586695,"content-desc":"End%20call","resource-id":"com.google.android.apps.wearable.phone%3Aid%2Fhangup","propmask":12,"bounds":"%5B160%2C226%5D%5B320%2C386%5D","top":226,"left":160,"bottom":386,"right":320,"uitreeindex":1,"childlevel":0,"textdescid":2141000120,"nodehash-id":784158546,"uuid":"047174b5-a3ae-420a-c7ef-aecc84be140f","varname":"View_Hangup_1","objecttable-uuid":"f87457dd-2c76-4c77-cfef-54acc99cd89b","action":"codegen","uititle":"android.view.View%0Acom.google.android.apps.wearable.phone%3Aid%2Fhangup%0A%7BEnd%20call%7D","uinameinfo":"%3Ccom.google.android.apps.wearable.phone%3Aid%2Fhangup%3E%7BEnd%20call%7D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20397607787).with('selfid'%2C%20-655586695).with('textdescid'%2C%202141000120).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fhangup')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'End%20call')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_sendBTCmd_answerCall"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":192,"index":0,"classname":"TextView","class":"TextView","parentpathid":1244081252,"objectid":2018999196,"selfid":741655928,"resource-id":"com.google.android.wearable.app%3Aid%2Fcontact_photo","propmask":8,"bounds":"%5B77%2C251%5D%5B186%2C336%5D","top":251,"left":77,"bottom":336,"right":186,"uitreeindex":0,"childlevel":0,"textdescid":-1835534332,"nodehash-id":583438081,"uuid":"ec205fc8-2977-44e9-aff5-5d0312da90ee","varname":"TextView_ContactPhoto_1","objecttable-uuid":"67b503eb-0f7e-4a5f-b30a-d0ce35073b76","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fcontact_photo","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fcontact_photo%3E","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%202018999196).with('selfid'%2C%20741655928).with('textdescid'%2C%20-1835534332).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fcontact_photo')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_ContactPhoto_3"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":192,"index":0,"classname":"ImageButton","class":"ImageButton","parentpathid":-1675292179,"objectid":954708298,"selfid":-581006309,"content-desc":"Search","resource-id":"com.google.android.wearable.app%3Aid%2Fcontacts_search_button","propmask":28,"bounds":"%5B0%2C0%5D%5B480%2C119%5D","top":0,"left":0,"bottom":119,"right":480,"uitreeindex":4,"childlevel":0,"textdescid":13239774,"nodehash-id":381280208,"uuid":"4239b5bc-d8b5-4005-d1ba-2c08ac7f7d52","varname":"ImageButton_ContactsSearchButton_2","objecttable-uuid":"7c6bbd16-82d9-4b37-dcb2-91e315ea57d2","action":"codegen","uititle":"ImageButton%0Acom.google.android.wearable.app%3Aid%2Fcontacts_search_button%0A%7BSearch%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fcontacts_search_button%3E%7BSearch%7D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20954708298).with('selfid'%2C%20-581006309).with('textdescid'%2C%2013239774).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageButton')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fcontacts_search_button')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Search')","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":194,"index":1,"classname":"android.view.View","class":"android.view.View","parentpathid":173404320,"objectid":1845518973,"selfid":1645856786,"content-desc":"Keyboard%20input","resource-id":"com.google.android.wearable.app%3Aid%2Fime_choice","propmask":140,"bounds":"%5B264%2C180%5D%5B384%2C300%5D","top":180,"left":264,"bottom":300,"right":384,"uitreeindex":2,"childlevel":0,"textdescid":-1189538444,"nodehash-id":1098590996,"uuid":"8b3096f0-06b9-4d14-fe8c-1313e71b17f4","varname":"View_ImeChoice_2","objecttable-uuid":"81fb43a4-ef54-4bf8-bd3e-2c416dc602cd","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fime_choice%0A%7BKeyboard%20input%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fime_choice%3E%7BKeyboard%20input%7D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201845518973).with('selfid'%2C%201645856786).with('textdescid'%2C%20-1189538444).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fime_choice')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Keyboard%20input')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"a%20%3D%201%20%2F%2010%0Ab%20%3D%201%20-%20(a%20*%2010)%0ApressKeyCode(7%20%2B%20a)%0ApressKeyCode(7%20%2B%20b)%0A%0Awaitsecond(1)%0Aclick(338%2C73)","varname":"scriptAction_inputSearchName_2","objecttable-uuid":"bf29dd07-7fb1-4085-aa9e-7a2ab613049a","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..2%0A%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fcontact_photo%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20waitsecond(2)%0A%20%20end%0Aend%20%20","varname":"scriptAction_Check_Searching_Complete_2","objecttable-uuid":"6525daec-e61a-4722-9f23-834ec07f1ca1","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":20,"index":1,"classname":"android.view.View","class":"android.view.View","parentpathid":-675662648,"objectid":226426021,"selfid":1645856786,"content-desc":"Keyboard%20input","resource-id":"com.google.android.wearable.app%3Aid%2Fime_choice","propmask":140,"bounds":"%5B264%2C180%5D%5B384%2C300%5D","top":180,"left":264,"bottom":300,"right":384,"uitreeindex":2,"childlevel":0,"textdescid":-1104342964,"nodehash-id":1098590996,"uuid":"8389c682-52d9-4a0b-967e-f28375aa96f8","varname":"View_ImeChoice_Object_Read_Error_2","objecttable-uuid":"651fff71-a44b-489b-b8ad-cc7749d179e7","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fime_choice%0A%7BKeyboard%20input%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fime_choice%3E%7BKeyboard%20input%7D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20226426021).with('selfid'%2C%201645856786).with('textdescid'%2C%20-1104342964).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fime_choice')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Keyboard%20input')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_ContactPhoto_2"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%0Aclick(120%2C300)%09%23%20Select%20search%20result%0Awaitsecond(2)%0A%0Aclick(100%2C386)%09%23%20Select%20phone%20icon","varname":"scriptAction_Select_Object_Direct_2","objecttable-uuid":"a0497f67-7160-4674-a82a-0bc70ffc608b","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..4%0A%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20waitsecond(2)%0A%20%20end%0Aend%20%20","varname":"scriptAction_Check_Calling_2","objecttable-uuid":"6ed79885-5a8e-4c6c-928f-ce27bed42e40","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":7,"index":0,"classname":"android.view.View","class":"android.view.View","parentpathid":-1107021287,"objectid":397607787,"selfid":-655586695,"content-desc":"End%20call","resource-id":"com.google.android.apps.wearable.phone%3Aid%2Fhangup","propmask":12,"bounds":"%5B160%2C226%5D%5B320%2C386%5D","top":226,"left":160,"bottom":386,"right":320,"uitreeindex":1,"childlevel":0,"textdescid":2141000120,"nodehash-id":784158546,"uuid":"047174b5-a3ae-420a-c7ef-aecc84be140f","varname":"View_Hangup_2","objecttable-uuid":"ff159bcd-63e2-47c0-f074-7c455edd0d59","action":"codegen","uititle":"android.view.View%0Acom.google.android.apps.wearable.phone%3Aid%2Fhangup%0A%7BEnd%20call%7D","uinameinfo":"%3Ccom.google.android.apps.wearable.phone%3Aid%2Fhangup%3E%7BEnd%20call%7D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20397607787).with('selfid'%2C%20-655586695).with('textdescid'%2C%202141000120).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fhangup')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'End%20call')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_sendBTCmd_answerCall"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":192,"index":0,"classname":"TextView","class":"TextView","parentpathid":1244081252,"objectid":2018999196,"selfid":741655928,"resource-id":"com.google.android.wearable.app%3Aid%2Fcontact_photo","propmask":8,"bounds":"%5B77%2C251%5D%5B186%2C336%5D","top":251,"left":77,"bottom":336,"right":186,"uitreeindex":0,"childlevel":0,"textdescid":-1835534332,"nodehash-id":583438081,"uuid":"ec205fc8-2977-44e9-aff5-5d0312da90ee","varname":"TextView_ContactPhoto_2","objecttable-uuid":"98035e62-68ee-4266-a1be-d2a45be67f70","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fcontact_photo","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fcontact_photo%3E","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%202018999196).with('selfid'%2C%20741655928).with('textdescid'%2C%20-1835534332).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fcontact_photo')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_endCall_Wear"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":192,"index":0,"classname":"TextView","class":"TextView","parentpathid":1244081252,"objectid":2018999196,"selfid":741655928,"resource-id":"com.google.android.wearable.app%3Aid%2Fcontact_photo","propmask":8,"bounds":"%5B77%2C251%5D%5B186%2C336%5D","top":251,"left":77,"bottom":336,"right":186,"uitreeindex":0,"childlevel":0,"textdescid":-1835534332,"nodehash-id":583438081,"uuid":"ec205fc8-2977-44e9-aff5-5d0312da90ee","varname":"TextView_ContactPhoto_3","objecttable-uuid":"1365b072-bf16-4015-a8a7-838435ff75b4","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fcontact_photo","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fcontact_photo%3E","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%202018999196).with('selfid'%2C%20741655928).with('textdescid'%2C%20-1835534332).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fcontact_photo')","loadfromsavedobject":true,"behavior":"default","jumpvarname":"TextView_ContactPhoto_2"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":192,"index":0,"classname":"android.view.View","class":"android.view.View","parentpathid":-1346437207,"objectid":1553099761,"selfid":-542618136,"content-desc":"Call","resource-id":"com.google.android.wearable.app%3Aid%2Fcontact_method_icon","propmask":8,"bounds":"%5B68%2C348%5D%5B153%2C433%5D","top":348,"left":68,"bottom":433,"right":153,"uitreeindex":0,"childlevel":0,"textdescid":-1198512627,"nodehash-id":-996527133,"uuid":"45ea693e-75fa-43e3-cf58-5237aaf7d925","varname":"View_ContactMethodIcon_1","objecttable-uuid":"d4d4b4dd-3f80-4efc-e3a4-db6a694e5a23","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fcontact_method_icon%0A%7BCall%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fcontact_method_icon%3E%7BCall%7D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201553099761).with('selfid'%2C%20-542618136).with('textdescid'%2C%20-1198512627).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fcontact_method_icon')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Call')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_endCall_Wear"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":192,"index":0,"classname":"android.view.View","class":"android.view.View","parentpathid":-1346437207,"objectid":1553099761,"selfid":-542618136,"content-desc":"Call","resource-id":"com.google.android.wearable.app%3Aid%2Fcontact_method_icon","propmask":8,"bounds":"%5B68%2C348%5D%5B153%2C433%5D","top":348,"left":68,"bottom":433,"right":153,"uitreeindex":0,"childlevel":0,"textdescid":-1198512627,"nodehash-id":-996527133,"uuid":"45ea693e-75fa-43e3-cf58-5237aaf7d925","varname":"View_ContactMethodIcon_2","objecttable-uuid":"004b8bd4-cdc8-4232-94cf-90049772983b","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fcontact_method_icon%0A%7BCall%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fcontact_method_icon%3E%7BCall%7D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201553099761).with('selfid'%2C%20-542618136).with('textdescid'%2C%20-1198512627).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fcontact_method_icon')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Call')","loadfromsavedobject":true,"behavior":"default","jumpvarname":"scriptAction_endCall_Wear"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..4%0A%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20waitsecond(2)%0A%20%20end%0Aend%20%20%0A%0Aif%20uiObj(%22android.view.View%22).resid(%22com.google.android.wearable.app%3Aid%2Fcontact_method_icon%22).exists%0A%20%20uiObj(%22android.view.View%22).resid(%22com.google.android.wearable.app%3Aid%2Fcontact_method_icon%22).click%0A%20%20%0A%20%20for%20i%20in%200..4%0A%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20end%0A%20%20end%0Aend%0A","varname":"scriptAction_Check_Calling_3","objecttable-uuid":"ef64fd6b-622b-4072-e319-5925ca0ae1db","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":7,"index":0,"classname":"android.view.View","class":"android.view.View","parentpathid":-1107021287,"objectid":397607787,"selfid":-655586695,"content-desc":"End%20call","resource-id":"com.google.android.apps.wearable.phone%3Aid%2Fhangup","propmask":12,"bounds":"%5B160%2C226%5D%5B320%2C386%5D","top":226,"left":160,"bottom":386,"right":320,"uitreeindex":1,"childlevel":0,"textdescid":2141000120,"nodehash-id":784158546,"uuid":"047174b5-a3ae-420a-c7ef-aecc84be140f","varname":"View_Hangup_3","objecttable-uuid":"950e9c53-0a87-402d-f8d1-a55bb87d8663","action":"codegen","uititle":"android.view.View%0Acom.google.android.apps.wearable.phone%3Aid%2Fhangup%0A%7BEnd%20call%7D","uinameinfo":"%3Ccom.google.android.apps.wearable.phone%3Aid%2Fhangup%3E%7BEnd%20call%7D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20397607787).with('selfid'%2C%20-655586695).with('textdescid'%2C%202141000120).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fhangup')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'End%20call')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_sendBTCmd_answerCall"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":78,"index":0,"classname":"ImageView","class":"ImageView","parentpathid":-205331417,"objectid":-1056937129,"selfid":1865264606,"resource-id":"com.google.android.apps.wearable.phone%3Aid%2Faction","propmask":8,"bounds":"%5B189%2C405%5D%5B291%2C469%5D","top":405,"left":189,"bottom":469,"right":291,"uitreeindex":13,"childlevel":0,"textdescid":1594687401,"nodehash-id":-1379694006,"uuid":"e30c91b7-4e17-4972-a2b9-36f05b59785b","varname":"ImageView_Action_1","objecttable-uuid":"6d925e4d-7364-4332-fe5c-61610a040f29","action":"codegen","uititle":"ImageView%0Acom.google.android.apps.wearable.phone%3Aid%2Faction","uinameinfo":"%3Ccom.google.android.apps.wearable.phone%3Aid%2Faction%3E","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1056937129).with('selfid'%2C%201865264606).with('textdescid'%2C%201594687401).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%2013)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Faction')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_endCall_Wear"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":78,"index":0,"classname":"ImageView","class":"ImageView","parentpathid":-205331417,"objectid":-1056937129,"selfid":1865264606,"resource-id":"com.google.android.apps.wearable.phone%3Aid%2Faction","propmask":8,"bounds":"%5B189%2C405%5D%5B291%2C469%5D","top":405,"left":189,"bottom":469,"right":291,"uitreeindex":13,"childlevel":0,"textdescid":1594687401,"nodehash-id":-1379694006,"uuid":"e30c91b7-4e17-4972-a2b9-36f05b59785b","varname":"ImageView_Action_2","objecttable-uuid":"a2d1cadc-402a-4f18-a67d-ad4613a363e7","action":"codegen","uititle":"ImageView%0Acom.google.android.apps.wearable.phone%3Aid%2Faction","uinameinfo":"%3Ccom.google.android.apps.wearable.phone%3Aid%2Faction%3E","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1056937129).with('selfid'%2C%201865264606).with('textdescid'%2C%201594687401).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%2013)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Faction')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..20%0A%20%20waitsecond(2)%0A%0A%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%0A%20%20%20%20sendBTCmd(%22answerCall%22)%0A%20%20%20%20waitsecond(3)%0A%20%20%20%20%0A%20%20%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Felapsed_time%22).exists%0A%20%20%20%20%20%20%23waitsecond(2)%0A%20%20%20%20%20%20%24res%20%3D%20false%0A%20%20%20%20else%0A%20%20%20%20%20%20%24res%20%3D%20true%0A%20%20%20%20end%0A%20%20elsif%20uiObj(%22TextView%22).text(%22Swipe%20left%20to%20open.%22).exists%0A%20%20%20%20swipe_horizontal%2010%0A%20%20%20%20waitsecond(2)%0A%09%0A%20%20%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Felapsed_time%22).exists%0A%20%20%20%20%20%20%24res%20%3D%20false%0A%20%20%20%20else%0A%20%20%20%20%20%20%24res%20%3D%20true%0A%20%20%20%20end%0A%20%20elsif%20uiObj(%22TextView%22).text(%22Call%20in%20progress%22).exists%0A%20%20%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fsnippet%22).exists%0A%20%20%20%20%20%20swipe_vertical%2020%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20end%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Swipe%20left%20to%20open.%22).exists%0A%20%20%20%20%20%20swipe_horizontal%2010%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20click(240%2C240)%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20if%20!uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%20and%20uiObj(%22TextView%22).text(%22Call%20from%20watch%22).exists%0A%20%20%20%20%20%20%20%20puts%20%22Call%20from%20watch%22%0A%20%20%20%20%20%20%20%20gotoApp('watch')%0A%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20%20%20%0A%20%20%20%20waitsecond(2)%0A%20%20%20%20%0A%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%0A%20%20%20%20%20%20sendBTCmd(%22answerCall%22)%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%24res%20%3D%20uiObj(%22TextView%22).text(%22dialing%22).exists%0A%20%20%20%20elsif%20not%20uiObj(%22TextView%22).text(%22dialing%22).exists%0A%20%20%20%20%20%20%24res%20%3D%20true%0A%20%20%20%20else%0A%20%20%20%20%20%20%24res%20%3D%20true%0A%20%20%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20make%20a%20Call%20to%20phone.%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20end%0A%20%20elsif%20(i%20%3D%3D%2020)%0A%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20make%20a%20Call%20to%20phone.%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%23else%0A%20%20%23%20%20waitsecond(2)%0A%20%20end%0A%20%20%0A%20%20if%20!%24res%0A%20%20%20%20puts%20%22Answer%20Call%20OK%22%0A%20%20%20%20break%0A%20%20end%0Aend","varname":"scriptAction_sendBTCmd_answerCall","objecttable-uuid":"0bd51174-8e25-4b62-e580-3bd2387ced73","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%0A%24res%20%3D%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%20%0A%0Aif%20uiObj(%22TextView%22).text(%22Swipe%20left%20to%20open.%22).exists%0A%09swipe_horizontal%2010%0A%09waitsecond(2)%0A%09%0A%09%24res%20%3D%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%20%0Aend%0A%0Aif%20!%24res%0A%09puts%20%22Not%20exist%20Hangup%22%0A%09if%20uiObj(%22TextView%22).text(%22Call%20in%20progress%22).exists%0A%09%09if%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fsnippet%22).exists%0A%09%09%09swipe_vertical%2020%0A%09%09%09waitsecond(2)%0A%09%09end%0A%09%09if%20uiObj(%22TextView%22).text(%22Swipe%20left%20to%20open.%22).exists%0A%09%09%09swipe_horizontal%2010%0A%09%09%09waitsecond(2)%0A%09%09%09click(240%2C240)%0A%09%09end%0A%09end%0Aend%0A%0A%0Aif%20%24res%0A%09%24UIDev.pressKeyCode(6)%0A%09puts%20%22End%20Call%20OK%22%0Aelse%0A%09%24UIDev.pressKeyCode(6)%0A%09%0A%09sendBTCmd(%22endCall%22)%0A%09%24myFailReason%20%3D%20%22Cannot%20make%20a%20Call%20to%20phone.%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%09%24myTestResult%20%3D%20false%0Aend","varname":"scriptAction_endCall_Wear","objecttable-uuid":"d3df0e03-57ca-4791-bfcc-f96dae43f502","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%23waitsecond(5)%0AlogStopTest(%2205_01_01_01_Telephony%22)%0A","varname":"scriptAction_logStop","objecttable-uuid":"30359456-03a0-4b90-cdfa-fe0342a3564f","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%23waitsecond(1)%0Aif%20uiObj(%22TextView%22).text(%22Call%20in%20progress%22).exists%0A%20%20waitsecond(2)%0A%20%20%24msg%20%3D%20%22Kill%20Call%20in%20progress%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20waitsecond(4)%0A%20%20%20%20%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.android.apps.wearable.phone%22)%0A%20%20waitsecond(5)%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.android.bluetooth%22)%0A%20%20waitsecond(5)%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.android.apps.wearable.bluetooth%22)%0A%20%20waitsecond(5)%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.lge.androidwear.boottimeanalyzerwear%2Fcom.lge.androidwear.boottimeanalyzerwear.MainActivity%22)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.google.android.apps.wearable.settings%2Fcom.google.android.clockwork.settings.BluetoothRequestDiscoverableActivity%22)%0A%20%20waitsecond(4)%0A%0A%20%20for%20i%20in%200..5%0A%20%20%20%20%20%20if%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).exists%0A%20%20%20%20%20%20%20%20%20%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).clickAndWaitForNewWindow%0A%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20%20%20end%0A%20%20end%0A%20%20%20%20%0A%20%20%20%20pressKeyCode(4)%0A%09waitsecond(2)%0A%20%20%20%20pressKeyCode(4)%0A%09waitsecond(2)%0A%0Aend%0A%0A","varname":"kill","objecttable-uuid":"72f5cb25-c286-45e6-edde-8f083d2e376d","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.lge.androidwear.boottimeanalyzerwear%2Fcom.lge.androidwear.boottimeanalyzerwear.MainActivity%22)%0A%0A%20%20%24msg%20%3D%20%22Run%20BTChatWear%20for%20turning%20on%20discover%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20waitsecond(4)%0A%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.google.android.apps.wearable.settings%2Fcom.google.android.clockwork.settings.BluetoothRequestDiscoverableActivity%22)%0A%20%20waitsecond(4)%0A%0A%20%20for%20i%20in%200..5%0A%20%20%20%20%20%20if%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).exists%0A%20%20%20%20%20%20%20%20%20%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).clickAndWaitForNewWindow%0A%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20%20%20end%0A%20%20end%0A%20%20%20%20%0A%20%20%20%20pressKeyCode(4)%0A%09waitsecond(2)%0A%20%20%20%20pressKeyCode(4)%0A%09waitsecond(2)%0Aend","varname":"scriptAction_BTChatWear_Discover","objecttable-uuid":"868e97d6-f2e6-407b-e43e-e952d49792ae","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%0Aif%20uiObj(%22TextView%22).text(%22Temperature%20limit%20reached%22).exists%0A%09%24msg%20%3D%20%22%3D%3D%3D%20RecentCall%20End%20Temperature%20limit%20Popup%20%3D%3D%3D%22%0A%09puts(%24msg)%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%20%20%0A%20%20%20%20%24ruiObj%20%3D%20RUIObject.new.with('objectid'%2C%20-1945186212).with('selfid'%2C%20371672096).with('textdescid'%2C%20-171230396).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fcheck_button')%0A%09%0A%09%24ruiObj.click%0Aend%0A%20%20","varname":"Check_Temperature_End","objecttable-uuid":"4ef14a8a-e0eb-4eeb-9214-2824068abf0c","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"29f4d450-2a5e-48f3-b46c-1636a483c0ff","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
{"name":"deleteDownloadedApp","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"logStartTest(%2205_01_05_08_StoreFrontDownload%22)","varname":"LogStart","objecttable-uuid":"700af888-2910-483d-ec19-14a3952cb048","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu","objecttable-uuid":"463324cb-9dc1-4650-a015-eb07325e6377","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp","objecttable-uuid":"696da2b1-ac75-4339-a749-71450b0eba0b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Play%20Store","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":103,"index":0,"classname":"Button","class":"Button","text":"YES%20IM%20IN","parentpathid":1477042217,"listpath":"0","objectid":-1586480591,"selfid":1270675712,"resource-id":"android%3Aid%2Fbutton1","propmask":28,"bounds":"%5B0%2C248%5D%5B480%2C350%5D","top":248,"left":0,"bottom":350,"right":480,"uitreeindex":1,"childlevel":0,"textdescid":490747751,"classresourceid":1834539358,"nodehash-id":1345160239,"uuid":"201eef86-5690-4ba4-f58a-d6cb98cb5d77","varname":"Button_Button1_1","objecttable-uuid":"476d9697-be8f-40c7-d630-4a0fc2f09f04","action":"codegen","uititle":"Button%0Aandroid%3Aid%2Fbutton1%0AYES%20IM%20IN","uinameinfo":"%3Candroid%3Aid%2Fbutton1%3E%5BYES%20IM%20IN%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1586480591).with('selfid'%2C%201270675712).with('textdescid'%2C%20490747751).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201834539358)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'Button')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20%20%20%20%20.with('text'%2C%20'YES%20IM%20IN')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_Check_PlayStore"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":103,"index":0,"classname":"Button","class":"Button","text":"YES%20IM%20IN","parentpathid":1477042217,"listpath":"0","objectid":-1586480591,"selfid":1270675712,"resource-id":"android%3Aid%2Fbutton1","propmask":28,"bounds":"%5B0%2C248%5D%5B480%2C350%5D","top":248,"left":0,"bottom":350,"right":480,"uitreeindex":1,"childlevel":0,"textdescid":490747751,"classresourceid":1834539358,"nodehash-id":1345160239,"uuid":"201eef86-5690-4ba4-f58a-d6cb98cb5d77","varname":"Button_Button1_2","objecttable-uuid":"121bf372-ae6e-4373-e6e8-2ec77889f9cc","action":"codegen","uititle":"Button%0Aandroid%3Aid%2Fbutton1%0AYES%20IM%20IN","uinameinfo":"%3Candroid%3Aid%2Fbutton1%3E%5BYES%20IM%20IN%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1586480591).with('selfid'%2C%201270675712).with('textdescid'%2C%20490747751).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201834539358)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'Button')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20%20%20%20%20.with('text'%2C%20'YES%20IM%20IN')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..9%0A%20%20waitsecond(3)%0A%20%20%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.android.vending%3Aid%2Fsearch_icon%22).exists%0A%20%20%20%20%24myTestResult%20%3D%20true%0A%20%20%20%20break%0A%20%20elsif%20i%20%3D%3D%209%0A%20%20%20%20%24myFailReason%20%3D%20%22PlayStore%20Open%2030s%20timeout%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20end%0Aend","varname":"scriptAction_Check_PlayStore","objecttable-uuid":"44f525f4-1fd0-4686-fca8-af1f1915a73d","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":216,"index":0,"classname":"ImageView","class":"ImageView","parentpathid":-816833174,"objectid":525749627,"selfid":-136350747,"resource-id":"com.android.vending%3Aid%2Fsearch_icon","propmask":8,"bounds":"%5B197%2C17%5D%5B282%2C102%5D","top":17,"left":197,"bottom":102,"right":282,"uitreeindex":0,"childlevel":0,"textdescid":-881630715,"nodehash-id":555700974,"uuid":"06fac209-a6d6-41d1-f639-79fcedcad27e","varname":"ImageView_SearchIcon_1","objecttable-uuid":"402dcf29-8e58-480b-d4f6-8a4bb1dd546e","action":"codegen","uititle":"ImageView%0Acom.android.vending%3Aid%2Fsearch_icon","uinameinfo":"%3Ccom.android.vending%3Aid%2Fsearch_icon%3E","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20525749627).with('selfid'%2C%20-136350747).with('textdescid'%2C%20-881630715).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fsearch_icon')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"LogStop"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":216,"index":0,"classname":"ImageView","class":"ImageView","parentpathid":-816833174,"objectid":525749627,"selfid":-136350747,"resource-id":"com.android.vending%3Aid%2Fsearch_icon","propmask":8,"bounds":"%5B197%2C17%5D%5B282%2C102%5D","top":17,"left":197,"bottom":102,"right":282,"uitreeindex":0,"childlevel":0,"textdescid":-881630715,"nodehash-id":555700974,"uuid":"06fac209-a6d6-41d1-f639-79fcedcad27e","varname":"ImageView_SearchIcon_2","objecttable-uuid":"0867a416-defb-4bb4-ce56-a111a1f82e82","action":"codegen","uititle":"ImageView%0Acom.android.vending%3Aid%2Fsearch_icon","uinameinfo":"%3Ccom.android.vending%3Aid%2Fsearch_icon%3E","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20525749627).with('selfid'%2C%20-136350747).with('textdescid'%2C%20-881630715).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fsearch_icon')","loadfromsavedobject":true,"behavior":"default","jumpvarname":"LogStop"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":220,"index":1,"classname":"android.view.View","class":"android.view.View","parentpathid":173404320,"objectid":1845518973,"selfid":1645856786,"content-desc":"Keyboard%20input","resource-id":"com.google.android.wearable.app%3Aid%2Fime_choice","propmask":140,"bounds":"%5B264%2C180%5D%5B384%2C300%5D","top":180,"left":264,"bottom":300,"right":384,"uitreeindex":2,"childlevel":0,"textdescid":-1189538444,"nodehash-id":1098590996,"uuid":"1f075d94-a9f8-4f35-a0ed-b40ffb795d33","varname":"View_ImeChoice","objecttable-uuid":"abec00c3-4c7e-4ffa-a73d-9ea603a7f10c","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fime_choice%0A%7BKeyboard%20input%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fime_choice%3E%7BKeyboard%20input%7D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201845518973).with('selfid'%2C%201645856786).with('textdescid'%2C%20-1189538444).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fime_choice')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Keyboard%20input')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"pressKeyCode(46)%0ApressKeyCode(49)%0ApressKeyCode(42)%0ApressKeyCode(39)%0ApressKeyCode(33)%0ApressKeyCode(33)%0ApressKeyCode(44)%0ApressKeyCode(33)%0ApressKeyCode(46)%0A%0Awaitsecond(1)%0Aclick(338%2C73)","varname":"scriptAction_Input_AppName_Runkeeper","objecttable-uuid":"7a4d17b6-0417-4e2d-eb98-32720225b3be","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"8s","loadfromsavedobject":true},{"parentid":9223372032559812000,"sourcenodeid":9223372032559812000,"windowid":175,"index":0,"classname":"TextView","class":"TextView","text":"Runkeeper%20%20GPS%20Track%20Run%20Walk","parentpathid":-2096199952,"objectid":-942919553,"selfid":1005743735,"resource-id":"com.android.vending%3Aid%2Fli_title","propmask":8,"bounds":"%5B48%2C216%5D%5B432%2C311%5D","top":216,"left":48,"bottom":311,"right":432,"uitreeindex":2,"childlevel":0,"textdescid":-997552165,"nodehash-id":-540946712,"uuid":"93e56623-e802-4621-967e-3930a695d93d","varname":"TextView_LiTitle_Runkeeper_2","objecttable-uuid":"91ee75ea-24ae-44aa-9142-ce14626ef3a3","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fli_title%0ARunkeeper%20%20GPS%20Track%20Run%20Walk","uinameinfo":"%3Ccom.android.vending%3Aid%2Fli_title%3E","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-942919553).with('selfid'%2C%201005743735).with('textdescid'%2C%20-997552165).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fli_title')%0A%20%20%20%20%20%20.with('text'%2C%20'Runkeeper%20%20GPS%20Track%20Run%20Walk')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_LiTitle_Runkeeper_4"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%24myFailReason%20%3D%20%22Can%20not%20search%20Application%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%24myTestResult%20%3D%20false","varname":"scriptAction_Check_Search","objecttable-uuid":"59e9138a-dcc8-4d79-9e72-c925f2d1d030","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559812000,"sourcenodeid":9223372032559812000,"windowid":175,"index":0,"classname":"TextView","class":"TextView","text":"Runkeeper%20%20GPS%20Track%20Run%20Walk","parentpathid":-2096199952,"objectid":-942919553,"selfid":1005743735,"resource-id":"com.android.vending%3Aid%2Fli_title","propmask":8,"bounds":"%5B48%2C216%5D%5B432%2C311%5D","top":216,"left":48,"bottom":311,"right":432,"uitreeindex":2,"childlevel":0,"textdescid":-997552165,"nodehash-id":-540946712,"uuid":"93e56623-e802-4621-967e-3930a695d93d","varname":"TextView_LiTitle_Runkeeper_3","objecttable-uuid":"e2d0a606-e703-4924-efc0-4c2627d145a1","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fli_title%0ARunkeeper%20%20GPS%20Track%20Run%20Walk","uinameinfo":"%3Ccom.android.vending%3Aid%2Fli_title%3E","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-942919553).with('selfid'%2C%201005743735).with('textdescid'%2C%20-997552165).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fli_title')%0A%20%20%20%20%20%20.with('text'%2C%20'Runkeeper%20%20GPS%20Track%20Run%20Walk')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"LogStop"},{"parentid":9223372032559812000,"sourcenodeid":9223372032559812000,"windowid":175,"index":0,"classname":"TextView","class":"TextView","text":"Runkeeper%20%20GPS%20Track%20Run%20Walk","parentpathid":-2096199952,"objectid":-942919553,"selfid":1005743735,"resource-id":"com.android.vending%3Aid%2Fli_title","propmask":8,"bounds":"%5B48%2C216%5D%5B432%2C311%5D","top":216,"left":48,"bottom":311,"right":432,"uitreeindex":2,"childlevel":0,"textdescid":-997552165,"nodehash-id":-540946712,"uuid":"93e56623-e802-4621-967e-3930a695d93d","varname":"TextView_LiTitle_Runkeeper_4","objecttable-uuid":"efa3737a-f9e8-44b4-f60a-727d16375bd8","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fli_title%0ARunkeeper%20%20GPS%20Track%20Run%20Walk","uinameinfo":"%3Ccom.android.vending%3Aid%2Fli_title%3E","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-942919553).with('selfid'%2C%201005743735).with('textdescid'%2C%20-997552165).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fli_title')%0A%20%20%20%20%20%20.with('text'%2C%20'Runkeeper%20%20GPS%20Track%20Run%20Walk')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..6%0A%20%20if%20uiObj(%22TextView%22).text(%22Install%22).exists%20or%20uiObj(%22TextView%22).text(%22Open%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20drag(120%2C%20100%2C%20120%2C%20400%2C%2050)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"scriptAction_search_InstallBtn_OpenBtn","objecttable-uuid":"719bb088-a004-4918-839d-8186721df3d5","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":118,"index":0,"classname":"TextView","class":"TextView","text":"Install","parentpathid":-1487916497,"objectid":74860304,"selfid":-1296129030,"resource-id":"com.android.vending%3Aid%2Fbutton_text","propmask":8,"bounds":"%5B159%2C413%5D%5B228%2C454%5D","top":413,"left":159,"bottom":454,"right":228,"uitreeindex":6,"childlevel":0,"textdescid":-255886059,"nodehash-id":-649736440,"uuid":"b367aba8-7ed2-4e7d-da11-b2bef93d9489","varname":"TextView_ButtonText_Install_1","objecttable-uuid":"41ede13f-dbad-4964-c470-8ded92a3be2e","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fbutton_text%0AInstall","uinameinfo":"%3Ccom.android.vending%3Aid%2Fbutton_text%3E%5BInstall%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%2074860304).with('selfid'%2C%20-1296129030).with('textdescid'%2C%20-255886059).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%207)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fbutton_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Install')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_ButtonText_Uninstall_1"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":118,"index":0,"classname":"TextView","class":"TextView","text":"Install","parentpathid":-1487916497,"objectid":74860304,"selfid":-1296129030,"resource-id":"com.android.vending%3Aid%2Fbutton_text","propmask":8,"bounds":"%5B159%2C413%5D%5B228%2C454%5D","top":413,"left":159,"bottom":454,"right":228,"uitreeindex":6,"childlevel":0,"textdescid":-255886059,"nodehash-id":-649736440,"uuid":"b367aba8-7ed2-4e7d-da11-b2bef93d9489","varname":"TextView_ButtonText_Install_2","objecttable-uuid":"a2624e34-43a9-47a2-c205-2eb2fdb9c3d6","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fbutton_text%0AInstall","uinameinfo":"%3Ccom.android.vending%3Aid%2Fbutton_text%3E%5BInstall%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%2074860304).with('selfid'%2C%20-1296129030).with('textdescid'%2C%20-255886059).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%207)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fbutton_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Install')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%24msg%20%3D%20%22Start%20downloading%20application%22%0Aputs%20%24msg%0Alogcat(%24msg)%0Awritelog(%24msg)%0A%0Afor%20i%20in%200..99%0A%20%20waitsecond(5)%0A%20%20wakeUp%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Open%22).exists%20and%20!uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20%20%20for%20i%20in%200..4%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20swipe_vertical(150)%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20%20%20%24myTestResult%20%3D%20true%0A%20%20%20%20%24msg%20%3D%20%22Complete%20downloading%20application%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%20%20%20%20%0A%20%20%20%20break%0A%0A%20%20else%0A%20%20%20%20if%20i%20%3D%3D%2059%0A%20%20%20%20%20%20%24myFailReason%20%3D%20%22Application%20install%2010m%20time%20out%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20%24msg%20%3D%20%22Install%2010m%20Time%20out%22%0A%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%0A%20%20%20%20elsif%20uiObj(%22TextView%22).text(%22Continue%22).exists%0A%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Continue%22).click%0A%20%20%20%20elsif%20uiObj(%22TextView%22).text(%22Accept%22).exists%0A%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Accept%22).click%0A%20%20%20%20elsif%20uiObj(%22Button%22).text(%22YES%22).exists%0A%20%20%20%20%20%20uiObj(%22Button%22).text(%22YES%22).click%09%23%20Download%20app%20over%20mobile%20network%203.4%20MB%3F%0A%20%20%20%20end%0A%20%20end%0Aend","varname":"scriptAction_Check_InstallComplete","objecttable-uuid":"4bb65a92-1fe9-4622-d8e6-abb91dfdaa91","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":15,"index":0,"classname":"TextView","class":"TextView","text":"Downloading","parentpathid":-1325526689,"objectid":-1784868288,"selfid":1655429433,"resource-id":"com.android.vending%3Aid%2Fbutton_text","propmask":8,"bounds":"%5B159%2C359%5D%5B296%2C393%5D","top":359,"left":159,"bottom":393,"right":296,"uitreeindex":6,"childlevel":0,"textdescid":1567843078,"nodehash-id":-649736440,"uuid":"bbdab63e-a3df-458e-8226-c8bed6bc063e","varname":"TextView_ButtonText_Downloading_1","objecttable-uuid":"ba30277d-c9b5-4deb-ac31-b1a31770bfac","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fbutton_text%0ADownloading","uinameinfo":"%3Ccom.android.vending%3Aid%2Fbutton_text%3E%5BDownloading%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1784868288).with('selfid'%2C%201655429433).with('textdescid'%2C%201567843078).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%207)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fbutton_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Downloading')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_ButtonText_Uninstall_1"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":15,"index":0,"classname":"TextView","class":"TextView","text":"Downloading","parentpathid":-1325526689,"objectid":-1784868288,"selfid":1655429433,"resource-id":"com.android.vending%3Aid%2Fbutton_text","propmask":8,"bounds":"%5B159%2C359%5D%5B296%2C393%5D","top":359,"left":159,"bottom":393,"right":296,"uitreeindex":6,"childlevel":0,"textdescid":1567843078,"nodehash-id":-649736440,"uuid":"bbdab63e-a3df-458e-8226-c8bed6bc063e","varname":"TextView_ButtonText_Downloading_2","objecttable-uuid":"27b4d274-52f5-47f2-f2e7-3bad971ec58c","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fbutton_text%0ADownloading","uinameinfo":"%3Ccom.android.vending%3Aid%2Fbutton_text%3E%5BDownloading%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1784868288).with('selfid'%2C%201655429433).with('textdescid'%2C%201567843078).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%207)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fbutton_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Downloading')","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":118,"index":0,"classname":"TextView","class":"TextView","text":"Uninstall","parentpathid":-1487916497,"objectid":74860304,"selfid":-694121599,"resource-id":"com.android.vending%3Aid%2Fbutton_text","propmask":8,"bounds":"%5B159%2C413%5D%5B258%2C454%5D","top":413,"left":159,"bottom":454,"right":258,"uitreeindex":6,"childlevel":0,"textdescid":87611054,"nodehash-id":-649736440,"uuid":"cbe42a17-f33f-4f24-aacd-bcb57105e7a2","varname":"TextView_ButtonText_Uninstall_1","objecttable-uuid":"e9be40a5-0ce0-482c-f026-8ee004b6847f","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fbutton_text%0AUninstall","uinameinfo":"%3Ccom.android.vending%3Aid%2Fbutton_text%3E%5BUninstall%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%2074860304).with('selfid'%2C%20-694121599).with('textdescid'%2C%2087611054).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%207)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fbutton_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Uninstall')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_ButtonText_Uninstall_3"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22TextView%22).text(%22Open%22).exists%20and%20!uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20for%20i%20in%200..4%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20swipe_vertical(150)%0A%20%20%20%20end%0A%20%20end%0Aend%0A%0Aif%20!uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20%24myFailReason%20%3D%20%22Can%20not%20Uninstall%20Application%20-%201%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%24myTestResult%20%3D%20false%0Aend","varname":"scriptAction_Check_UninstallApp_1","objecttable-uuid":"8c86ee79-0287-4363-bd54-e4223c1a24f1","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":118,"index":0,"classname":"TextView","class":"TextView","text":"Uninstall","parentpathid":-1487916497,"objectid":74860304,"selfid":-694121599,"resource-id":"com.android.vending%3Aid%2Fbutton_text","propmask":8,"bounds":"%5B159%2C413%5D%5B258%2C454%5D","top":413,"left":159,"bottom":454,"right":258,"uitreeindex":6,"childlevel":0,"textdescid":87611054,"nodehash-id":-649736440,"uuid":"cbe42a17-f33f-4f24-aacd-bcb57105e7a2","varname":"TextView_ButtonText_Uninstall_2","objecttable-uuid":"86572bea-d46b-4d9a-ec2e-b79e33103cd3","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fbutton_text%0AUninstall","uinameinfo":"%3Ccom.android.vending%3Aid%2Fbutton_text%3E%5BUninstall%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%2074860304).with('selfid'%2C%20-694121599).with('textdescid'%2C%2087611054).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%207)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fbutton_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Uninstall')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"LogStop"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":118,"index":0,"classname":"TextView","class":"TextView","text":"Uninstall","parentpathid":-1487916497,"objectid":74860304,"selfid":-694121599,"resource-id":"com.android.vending%3Aid%2Fbutton_text","propmask":8,"bounds":"%5B159%2C413%5D%5B258%2C454%5D","top":413,"left":159,"bottom":454,"right":258,"uitreeindex":6,"childlevel":0,"textdescid":87611054,"nodehash-id":-649736440,"uuid":"cbe42a17-f33f-4f24-aacd-bcb57105e7a2","varname":"TextView_ButtonText_Uninstall_3","objecttable-uuid":"c906a6fa-89b8-483f-9751-8ff1e861c711","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fbutton_text%0AUninstall","uinameinfo":"%3Ccom.android.vending%3Aid%2Fbutton_text%3E%5BUninstall%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%2074860304).with('selfid'%2C%20-694121599).with('textdescid'%2C%2087611054).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%207)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fbutton_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Uninstall')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait8second","codegen":"if%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend%0A%24msg%20%3D%20%22Uninstalling%20for%20download%20application%22%0Aputs%20%24msg%0Alogcat(%24msg)%0Awritelog(%24msg)%0Awaitsecond(8)","varname":"wait8second","objecttable-uuid":"78798df4-758f-4e4d-97e1-6acff9fa2d35","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait8second","uinameinfo":"%3Csoftkey%3A%2Fwait8second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":118,"index":0,"classname":"TextView","class":"TextView","text":"Install","parentpathid":-1487916497,"objectid":74860304,"selfid":-1296129030,"resource-id":"com.android.vending%3Aid%2Fbutton_text","propmask":8,"bounds":"%5B159%2C413%5D%5B228%2C454%5D","top":413,"left":159,"bottom":454,"right":228,"uitreeindex":6,"childlevel":0,"textdescid":-255886059,"nodehash-id":-649736440,"uuid":"b367aba8-7ed2-4e7d-da11-b2bef93d9489","varname":"TextView_ButtonText_Install_3","objecttable-uuid":"6a487de8-a493-499a-a34d-c4e1e054eaad","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fbutton_text%0AInstall","uinameinfo":"%3Ccom.android.vending%3Aid%2Fbutton_text%3E%5BInstall%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%2074860304).with('selfid'%2C%20-1296129030).with('textdescid'%2C%20-255886059).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%207)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fbutton_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Install')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"LogStop"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%24myFailReason%20%3D%20%22Can%20not%20Uninstall%20Application%20-%202%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%24myTestResult%20%3D%20false","varname":"scriptAction_Check_UninstallApp_2","objecttable-uuid":"89739c57-97e0-44a2-8f18-8b703f8faa65","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStopTest(%2205_01_05_08_StoreFrontDownload%22)%0A%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"LogStop","objecttable-uuid":"88ede1db-f84e-4934-f191-0bbfe04eed6b","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"8dc3b9f1-9433-422e-ad4b-9ea9e23e1192","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":1,"index":2,"classname":"TextView","class":"TextView","text":"Successfully%20installed","parentpathid":986648356,"objectid":1472509444,"selfid":1035549449,"resource-id":"com.google.android.wearable.app%3Aid%2Ftext","propmask":8,"bounds":"%5B72%2C206%5D%5B408%2C445%5D","top":206,"left":72,"bottom":445,"right":408,"uitreeindex":4,"childlevel":0,"textdescid":753694147,"nodehash-id":1833674687,"uuid":"58f0d951-09f6-4171-fed3-dcfa6ce65627","varname":"TextView_Text_Successfully","objecttable-uuid":"a336345a-ea3b-4ac9-a20b-4431b8b08df1","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Ftext%0ASuccessfully%20installed","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Ftext%3E","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201472509444).with('selfid'%2C%201035549449).with('textdescid'%2C%20753694147).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Ftext')%0A%20%20%20%20%20%20.with('text'%2C%20'Successfully%20installed')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_End"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"swipe_horizontal_back%2010","varname":"scriptAction_removePopUp","objecttable-uuid":"f4f42744-faba-48eb-cc53-e819b47ef2d8","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"","varname":"scriptAction_End","objecttable-uuid":"ce64d7c3-765b-4b8f-eea8-797dc9fbc5c3","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true}]}
{"name":"downloadAppByPlayStore","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStartTest(%2205_01_05_03_StoreFrontDownload%22)","varname":"LogStart","objecttable-uuid":"700af888-2910-483d-ec19-14a3952cb048","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":9,"index":0,"classname":"TextView","class":"TextView","text":"Uninstall","parentpathid":18328730,"objectid":-1438237125,"selfid":-694121599,"resource-id":"com.android.vending%3Aid%2Fbutton_text","propmask":8,"bounds":"%5B159%2C380%5D%5B258%2C421%5D","top":380,"left":159,"bottom":421,"right":258,"uitreeindex":9,"childlevel":0,"textdescid":-1452325213,"nodehash-id":-649736440,"uuid":"35adc29c-4f91-4ac2-d304-71e6d3424d3c","varname":"TextView_ButtonText_Uninstall","objecttable-uuid":"a1b6a52d-3f66-43fc-b0cf-e375a58f88e4","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fbutton_text%0AUninstall","uinameinfo":"%3Ccom.android.vending%3Aid%2Fbutton_text%3E%5BUninstall%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1438237125).with('selfid'%2C%20-694121599).with('textdescid'%2C%20-1452325213).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%209)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fbutton_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Uninstall')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_Click_Install_Uninstall_Button"},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu","objecttable-uuid":"463324cb-9dc1-4650-a015-eb07325e6377","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp","objecttable-uuid":"696da2b1-ac75-4339-a749-71450b0eba0b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Play%20Store","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":103,"index":0,"classname":"Button","class":"Button","text":"YES%20IM%20IN","parentpathid":1477042217,"listpath":"0","objectid":-1586480591,"selfid":1270675712,"resource-id":"android%3Aid%2Fbutton1","propmask":28,"bounds":"%5B0%2C248%5D%5B480%2C350%5D","top":248,"left":0,"bottom":350,"right":480,"uitreeindex":1,"childlevel":0,"textdescid":490747751,"classresourceid":1834539358,"nodehash-id":1345160239,"uuid":"201eef86-5690-4ba4-f58a-d6cb98cb5d77","varname":"Button_Button1_YesIM_IN_1","objecttable-uuid":"476d9697-be8f-40c7-d630-4a0fc2f09f04","action":"codegen","uititle":"Button%0Aandroid%3Aid%2Fbutton1%0AYES%20IM%20IN","uinameinfo":"%3Candroid%3Aid%2Fbutton1%3E%5BYES%20IM%20IN%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1586480591).with('selfid'%2C%201270675712).with('textdescid'%2C%20490747751).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201834539358)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'Button')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20%20%20%20%20.with('text'%2C%20'YES%20IM%20IN')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_Check_PlayStore"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":103,"index":0,"classname":"Button","class":"Button","text":"YES%20IM%20IN","parentpathid":1477042217,"listpath":"0","objectid":-1586480591,"selfid":1270675712,"resource-id":"android%3Aid%2Fbutton1","propmask":28,"bounds":"%5B0%2C248%5D%5B480%2C350%5D","top":248,"left":0,"bottom":350,"right":480,"uitreeindex":1,"childlevel":0,"textdescid":490747751,"classresourceid":1834539358,"nodehash-id":1345160239,"uuid":"201eef86-5690-4ba4-f58a-d6cb98cb5d77","varname":"Button_Button1_YesIM_IN_2","objecttable-uuid":"121bf372-ae6e-4373-e6e8-2ec77889f9cc","action":"codegen","uititle":"Button%0Aandroid%3Aid%2Fbutton1%0AYES%20IM%20IN","uinameinfo":"%3Candroid%3Aid%2Fbutton1%3E%5BYES%20IM%20IN%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1586480591).with('selfid'%2C%201270675712).with('textdescid'%2C%20490747751).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201834539358)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'Button')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20%20%20%20%20.with('text'%2C%20'YES%20IM%20IN')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..9%0A%20%20waitsecond(3)%0A%20%20%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.android.vending%3Aid%2Fsearch_icon%22).exists%0A%20%20%20%20%24myTestResult%20%3D%20true%0A%20%20%20%20break%0A%20%20elsif%20i%20%3D%3D%209%0A%20%20%20%20%24myFailReason%20%3D%20%22PlayStore%20Open%2030s%20timeout%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20end%0Aend","varname":"scriptAction_Check_PlayStore","objecttable-uuid":"44f525f4-1fd0-4686-fca8-af1f1915a73d","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":216,"index":0,"classname":"ImageView","class":"ImageView","parentpathid":-816833174,"objectid":525749627,"selfid":-136350747,"resource-id":"com.android.vending%3Aid%2Fsearch_icon","propmask":8,"bounds":"%5B197%2C17%5D%5B282%2C102%5D","top":17,"left":197,"bottom":102,"right":282,"uitreeindex":0,"childlevel":0,"textdescid":-881630715,"nodehash-id":555700974,"uuid":"ff559001-d902-44a5-9892-bfbd7d5a26c7","varname":"ImageView_SearchIcon_1","objecttable-uuid":"fded88f6-432c-4f1b-d140-2beac7ca4b49","action":"codegen","uititle":"ImageView%0Acom.android.vending%3Aid%2Fsearch_icon","uinameinfo":"%3Ccom.android.vending%3Aid%2Fsearch_icon%3E","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20525749627).with('selfid'%2C%20-136350747).with('textdescid'%2C%20-881630715).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fsearch_icon')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"LogStop"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":216,"index":0,"classname":"ImageView","class":"ImageView","parentpathid":-816833174,"objectid":525749627,"selfid":-136350747,"resource-id":"com.android.vending%3Aid%2Fsearch_icon","propmask":8,"bounds":"%5B197%2C17%5D%5B282%2C102%5D","top":17,"left":197,"bottom":102,"right":282,"uitreeindex":0,"childlevel":0,"textdescid":-881630715,"nodehash-id":555700974,"uuid":"ff559001-d902-44a5-9892-bfbd7d5a26c7","varname":"ImageView_SearchIcon_2","objecttable-uuid":"bb15569e-5b61-402e-dc1a-50dcbcebc99d","action":"codegen","uititle":"ImageView%0Acom.android.vending%3Aid%2Fsearch_icon","uinameinfo":"%3Ccom.android.vending%3Aid%2Fsearch_icon%3E","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20525749627).with('selfid'%2C%20-136350747).with('textdescid'%2C%20-881630715).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fsearch_icon')","loadfromsavedobject":true,"behavior":"default","jumpvarname":"LogStop"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":218,"index":1,"classname":"android.view.View","class":"android.view.View","parentpathid":173404320,"objectid":1845518973,"selfid":1645856786,"content-desc":"Keyboard%20input","resource-id":"com.google.android.wearable.app%3Aid%2Fime_choice","propmask":140,"bounds":"%5B264%2C180%5D%5B384%2C300%5D","top":180,"left":264,"bottom":300,"right":384,"uitreeindex":2,"childlevel":0,"textdescid":-1189538444,"nodehash-id":1098590996,"uuid":"cdbb69ca-3ea4-49db-f822-eb92593ffff5","varname":"View_ImeChoice","objecttable-uuid":"35dae6e8-dde3-41a3-839d-3c148d06c088","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fime_choice%0A%7BKeyboard%20input%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fime_choice%3E%7BKeyboard%20input%7D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201845518973).with('selfid'%2C%201645856786).with('textdescid'%2C%20-1189538444).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fime_choice')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Keyboard%20input')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"pressKeyCode(46)%0ApressKeyCode(49)%0ApressKeyCode(42)%0ApressKeyCode(39)%0ApressKeyCode(33)%0ApressKeyCode(33)%0ApressKeyCode(44)%0ApressKeyCode(33)%0ApressKeyCode(46)%0A%0Awaitsecond(1)%0Aclick(338%2C73)","varname":"scriptAction_Input_AppName_Runkeeper","objecttable-uuid":"6f9f9690-8937-4c8a-ebaa-f9713f6c30d0","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"8s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":216,"index":0,"classname":"TextView","class":"TextView","text":"Runkeeper%20%20GPS%20Track%20Run%20Walk","parentpathid":2123643628,"objectid":-645114109,"selfid":1005743735,"resource-id":"com.android.vending%3Aid%2Fli_title","propmask":8,"bounds":"%5B48%2C216%5D%5B432%2C311%5D","top":216,"left":48,"bottom":311,"right":432,"uitreeindex":2,"childlevel":0,"textdescid":-584673065,"nodehash-id":-540946712,"uuid":"398e0e84-3f7a-457f-cd54-92307236a6d6","varname":"TextView_LiTitle_Runkeeper_2","objecttable-uuid":"a968a909-dcfe-48a7-a19d-37cfb521c095","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fli_title%0ARunkeeper%20%20GPS%20Track%20Run%20Walk","uinameinfo":"%3Ccom.android.vending%3Aid%2Fli_title%3E","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-645114109).with('selfid'%2C%201005743735).with('textdescid'%2C%20-584673065).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fli_title')%0A%20%20%20%20%20%20.with('text'%2C%20'Runkeeper%20%20GPS%20Track%20Run%20Walk')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_LiTitle_Runkeeper_4"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%24myFailReason%20%3D%20%22Can%20not%20search%20Application%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%24myTestResult%20%3D%20false","varname":"scriptAction_Check_Search","objecttable-uuid":"95cbb77f-9750-472c-de30-1bee7ef63154","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":216,"index":0,"classname":"TextView","class":"TextView","text":"Runkeeper%20%20GPS%20Track%20Run%20Walk","parentpathid":2123643628,"objectid":-645114109,"selfid":1005743735,"resource-id":"com.android.vending%3Aid%2Fli_title","propmask":8,"bounds":"%5B48%2C216%5D%5B432%2C311%5D","top":216,"left":48,"bottom":311,"right":432,"uitreeindex":2,"childlevel":0,"textdescid":-584673065,"nodehash-id":-540946712,"uuid":"398e0e84-3f7a-457f-cd54-92307236a6d6","varname":"TextView_LiTitle_Runkeeper_3","objecttable-uuid":"07b475f6-0ac7-4ba4-e90d-3f966b82c2d6","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fli_title%0ARunkeeper%20%20GPS%20Track%20Run%20Walk","uinameinfo":"%3Ccom.android.vending%3Aid%2Fli_title%3E","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-645114109).with('selfid'%2C%201005743735).with('textdescid'%2C%20-584673065).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fli_title')%0A%20%20%20%20%20%20.with('text'%2C%20'Runkeeper%20%20GPS%20Track%20Run%20Walk')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"LogStop"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":216,"index":0,"classname":"TextView","class":"TextView","text":"Runkeeper%20%20GPS%20Track%20Run%20Walk","parentpathid":2123643628,"objectid":-645114109,"selfid":1005743735,"resource-id":"com.android.vending%3Aid%2Fli_title","propmask":8,"bounds":"%5B48%2C216%5D%5B432%2C311%5D","top":216,"left":48,"bottom":311,"right":432,"uitreeindex":2,"childlevel":0,"textdescid":-584673065,"nodehash-id":-540946712,"uuid":"398e0e84-3f7a-457f-cd54-92307236a6d6","varname":"TextView_LiTitle_Runkeeper_4","objecttable-uuid":"3280fdf8-fe5e-45eb-9bf3-d00ea577e3aa","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fli_title%0ARunkeeper%20%20GPS%20Track%20Run%20Walk","uinameinfo":"%3Ccom.android.vending%3Aid%2Fli_title%3E","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-645114109).with('selfid'%2C%201005743735).with('textdescid'%2C%20-584673065).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fli_title')%0A%20%20%20%20%20%20.with('text'%2C%20'Runkeeper%20%20GPS%20Track%20Run%20Walk')","loadfromsavedobject":true,"behavior":"default","jumpvarname":"LogStop"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..6%0A%20%20if%20uiObj(%22TextView%22).text(%22Install%22).exists%20or%20uiObj(%22TextView%22).text(%22Open%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20drag(120%2C%20100%2C%20120%2C%20400%2C%2050)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"scriptAction_search_InstallBtn_OpenBtn","objecttable-uuid":"324f2c87-a8ca-440b-a353-79ffb6004d95","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22TextView%22).resid(%22com.android.vending%3Aid%2Fdownloads_count%22).exists%20or%20uiObj(%22TextView%22).resid(%22com.android.vending%3Aid%2Frating_count%22).exists%0A%20%20if%20uiObj(%22TextView%22).text(%22Open%22).exists%20and%20!uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20%20%20for%20i%20in%200..4%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20swipe_vertical(150)%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20%20%20uiObj(%22TextView%22).text(%22Uninstall%22).click%0A%20%20%20%20%0A%20%20%20%20%24msg%20%3D%20%22Click%20Uninstall%20Button-1%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%0A%20%20%20%20%0A%20%20%20%20for%20i%20in%200..5%0A%20%20%20%20%20%20waitsecond(5)%0A%20%20%20%20%20%20wakeUp%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Install%22).exists%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Uninstall%20Success-1%22%0A%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20if%20i%20%3D%3D%205%0A%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Uninstall%20Fail-1%22%0A%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Install%22).exists%0A%20%20%20%20uiObj(%22TextView%22).text(%22Install%22).click%0A%20%20%20%20%0A%20%20%20%20%24msg%20%3D%20%22Click%20Install%20Button%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%0A%20%20%20%20%0A%20%20%20%20for%20i%20in%200..99%0A%20%20%20%20%20%20waitsecond(5)%0A%20%20%20%20%20%20wakeUp%0A%09%20%20%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Open%22).exists%20and%20!uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20%20%20%20%20%20%20for%20i%20in%200..4%0A%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20swipe_vertical(150)%0A%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20end%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Uninstall%22).exists%0A%20%20%20%20%20%20%20%20%24myTestResult%20%3D%20true%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Install%20Success%22%0A%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20if%20i%20%3D%3D%2059%0A%20%20%20%20%20%20%20%20%20%20%24myFailReason%20%3D%20%22Application%20install%2010m%20time%20out%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Install%2010m%20Time%20out%22%0A%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20elsif%20uiObj(%22TextView%22).text(%22Continue%22).exists%0A%20%20%20%20%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Continue%22).click%0A%20%20%20%20%20%20%20%20elsif%20uiObj(%22TextView%22).text(%22Accept%22).exists%0A%20%20%20%20%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Accept%22).click%0A%20%20%20%20%20%20%20%20elsif%20uiObj(%22Button%22).text(%22YES%22).exists%0A%20%20%20%20%20%20%20%20%20%20uiObj(%22Button%22).text(%22YES%22).click%09%23%20Download%20app%20over%20mobile%20network%203.4%20MB%3F%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20else%0A%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20find%20Install%20Button%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%0A%20%20%20%20%24msg%20%3D%20%22Cannot%20Install%20Button%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%0A%20%20end%0Aelse%0A%20%20%24myFailReason%20%3D%20%22Cannot%20find%20downloads%20count%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%24myTestResult%20%3D%20false%0A%20%20%0A%20%20%24msg%20%3D%20%22Cannot%20find%20downloads%20count%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0Aend","varname":"scriptAction_Click_Install_Uninstall_Button","objecttable-uuid":"85fb779c-a5eb-4c51-8a1d-8a5187df2fcd","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559814000,"sourcenodeid":9223372032559814000,"windowid":74,"index":0,"classname":"TextView","class":"TextView","text":"Downloading","parentpathid":-1325526689,"objectid":-1784868288,"selfid":1655429433,"resource-id":"com.android.vending%3Aid%2Fbutton_text","propmask":8,"bounds":"%5B159%2C408%5D%5B296%2C442%5D","top":408,"left":159,"bottom":442,"right":296,"uitreeindex":7,"childlevel":0,"textdescid":1567843078,"nodehash-id":-649736440,"uuid":"446078bb-c996-4832-d8c9-4b7c0fb4c412","varname":"TextView_ButtonText_Downloading_1","objecttable-uuid":"5341f7ed-afd6-4c8e-a296-8a44ff31f62e","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fbutton_text%0ADownloading","uinameinfo":"%3Ccom.android.vending%3Aid%2Fbutton_text%3E%5BDownloading%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1784868288).with('selfid'%2C%201655429433).with('textdescid'%2C%201567843078).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%207)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fbutton_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Downloading')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"LogStop"},{"parentid":9223372032559814000,"sourcenodeid":9223372032559814000,"windowid":74,"index":0,"classname":"TextView","class":"TextView","text":"Downloading","parentpathid":-1325526689,"objectid":-1784868288,"selfid":1655429433,"resource-id":"com.android.vending%3Aid%2Fbutton_text","propmask":8,"bounds":"%5B159%2C408%5D%5B296%2C442%5D","top":408,"left":159,"bottom":442,"right":296,"uitreeindex":7,"childlevel":0,"textdescid":1567843078,"nodehash-id":-649736440,"uuid":"446078bb-c996-4832-d8c9-4b7c0fb4c412","varname":"TextView_ButtonText_Downloading_2","objecttable-uuid":"a2d4c1da-9b7e-4c3f-f874-fec9bdf2c4db","action":"codegen","uititle":"TextView%0Acom.android.vending%3Aid%2Fbutton_text%0ADownloading","uinameinfo":"%3Ccom.android.vending%3Aid%2Fbutton_text%3E%5BDownloading%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1784868288).with('selfid'%2C%201655429433).with('textdescid'%2C%201567843078).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%207)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.android.vending%3Aid%2Fbutton_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Downloading')","loadfromsavedobject":true,"behavior":"default","jumpvarname":"LogStop"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStopTest(%2205_01_05_03_StoreFrontDownload%22)","varname":"LogStop","objecttable-uuid":"88ede1db-f84e-4934-f191-0bbfe04eed6b","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20!(%24myTestResult)%20or%20%24curLoopNum%20%3D%3D%209%0A%20%20%24myTestResult%20%3D%20true%0A%20%20%0A%20%20for%20i%20in%200..5%0A%20%20%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20end%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"8dc3b9f1-9433-422e-ad4b-9ea9e23e1192","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":1,"index":2,"classname":"TextView","class":"TextView","text":"Successfully%20installed","parentpathid":986648356,"objectid":1472509444,"selfid":1035549449,"resource-id":"com.google.android.wearable.app%3Aid%2Ftext","propmask":8,"bounds":"%5B72%2C206%5D%5B408%2C445%5D","top":206,"left":72,"bottom":445,"right":408,"uitreeindex":4,"childlevel":0,"textdescid":753694147,"nodehash-id":1833674687,"uuid":"58f0d951-09f6-4171-fed3-dcfa6ce65627","varname":"TextView_Text_Successfully","objecttable-uuid":"a336345a-ea3b-4ac9-a20b-4431b8b08df1","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Ftext%0ASuccessfully%20installed","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Ftext%3E","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201472509444).with('selfid'%2C%201035549449).with('textdescid'%2C%20753694147).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Ftext')%0A%20%20%20%20%20%20.with('text'%2C%20'Successfully%20installed')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_End"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"swipe_horizontal_back%2010","varname":"scriptAction_removePopUp","objecttable-uuid":"f4f42744-faba-48eb-cc53-e819b47ef2d8","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"","varname":"scriptAction_End","objecttable-uuid":"ce64d7c3-765b-4b8f-eea8-797dc9fbc5c3","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true}]}
{"name":"excutePlayStore","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"logStartTest(%2205_01_05_01_StoreFrontDownload%22)","varname":"LogStart","objecttable-uuid":"700af888-2910-483d-ec19-14a3952cb048","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu","objecttable-uuid":"463324cb-9dc1-4650-a015-eb07325e6377","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp","objecttable-uuid":"696da2b1-ac75-4339-a749-71450b0eba0b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Play%20Store","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":103,"index":0,"classname":"Button","class":"Button","text":"YES%20IM%20IN","parentpathid":1477042217,"listpath":"0","objectid":-1586480591,"selfid":1270675712,"resource-id":"android%3Aid%2Fbutton1","propmask":28,"bounds":"%5B0%2C248%5D%5B480%2C350%5D","top":248,"left":0,"bottom":350,"right":480,"uitreeindex":1,"childlevel":0,"textdescid":490747751,"classresourceid":1834539358,"nodehash-id":1345160239,"uuid":"201eef86-5690-4ba4-f58a-d6cb98cb5d77","varname":"Button_Button1_1","objecttable-uuid":"476d9697-be8f-40c7-d630-4a0fc2f09f04","action":"codegen","uititle":"Button%0Aandroid%3Aid%2Fbutton1%0AYES%20IM%20IN","uinameinfo":"%3Candroid%3Aid%2Fbutton1%3E%5BYES%20IM%20IN%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1586480591).with('selfid'%2C%201270675712).with('textdescid'%2C%20490747751).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201834539358)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'Button')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20%20%20%20%20.with('text'%2C%20'YES%20IM%20IN')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_check_PlayStore_1"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":103,"index":0,"classname":"Button","class":"Button","text":"YES%20IM%20IN","parentpathid":1477042217,"listpath":"0","objectid":-1586480591,"selfid":1270675712,"resource-id":"android%3Aid%2Fbutton1","propmask":28,"bounds":"%5B0%2C248%5D%5B480%2C350%5D","top":248,"left":0,"bottom":350,"right":480,"uitreeindex":1,"childlevel":0,"textdescid":490747751,"classresourceid":1834539358,"nodehash-id":1345160239,"uuid":"201eef86-5690-4ba4-f58a-d6cb98cb5d77","varname":"Button_Button1_2","objecttable-uuid":"121bf372-ae6e-4373-e6e8-2ec77889f9cc","action":"codegen","uititle":"Button%0Aandroid%3Aid%2Fbutton1%0AYES%20IM%20IN","uinameinfo":"%3Candroid%3Aid%2Fbutton1%3E%5BYES%20IM%20IN%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1586480591).with('selfid'%2C%201270675712).with('textdescid'%2C%20490747751).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201834539358)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'Button')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20%20%20%20%20.with('text'%2C%20'YES%20IM%20IN')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..9%0A%20%20waitsecond(3)%0A%20%20%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.android.vending%3Aid%2Fsearch_icon%22).exists%0A%20%20%20%20%24myTestResult%20%3D%20true%0A%20%20%20%20break%0A%20%20elsif%20i%20%3D%3D%209%0A%20%20%20%20%24myFailReason%20%3D%20%22PlayStore%20Open%2030s%20timeout%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20end%0Aend","varname":"scriptAction_check_PlayStore_1","objecttable-uuid":"44f525f4-1fd0-4686-fca8-af1f1915a73d","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":103,"index":0,"classname":"Button","class":"Button","text":"YES%20IM%20IN","parentpathid":1477042217,"listpath":"0","objectid":-1586480591,"selfid":1270675712,"resource-id":"android%3Aid%2Fbutton1","propmask":28,"bounds":"%5B0%2C248%5D%5B480%2C350%5D","top":248,"left":0,"bottom":350,"right":480,"uitreeindex":1,"childlevel":0,"textdescid":490747751,"classresourceid":1834539358,"nodehash-id":1345160239,"uuid":"201eef86-5690-4ba4-f58a-d6cb98cb5d77","varname":"Button_Button1_3","objecttable-uuid":"d761d32b-a428-4be8-e92f-98747078d7f3","action":"codegen","uititle":"Button%0Aandroid%3Aid%2Fbutton1%0AYES%20IM%20IN","uinameinfo":"%3Candroid%3Aid%2Fbutton1%3E%5BYES%20IM%20IN%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1586480591).with('selfid'%2C%201270675712).with('textdescid'%2C%20490747751).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201834539358)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'Button')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20%20%20%20%20.with('text'%2C%20'YES%20IM%20IN')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"LogStop"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":103,"index":0,"classname":"Button","class":"Button","text":"YES%20IM%20IN","parentpathid":1477042217,"listpath":"0","objectid":-1586480591,"selfid":1270675712,"resource-id":"android%3Aid%2Fbutton1","propmask":28,"bounds":"%5B0%2C248%5D%5B480%2C350%5D","top":248,"left":0,"bottom":350,"right":480,"uitreeindex":1,"childlevel":0,"textdescid":490747751,"classresourceid":1834539358,"nodehash-id":1345160239,"uuid":"201eef86-5690-4ba4-f58a-d6cb98cb5d77","varname":"Button_Button1_4","objecttable-uuid":"af42e08b-4b94-496d-8437-fd152710884f","action":"codegen","uititle":"Button%0Aandroid%3Aid%2Fbutton1%0AYES%20IM%20IN","uinameinfo":"%3Candroid%3Aid%2Fbutton1%3E%5BYES%20IM%20IN%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1586480591).with('selfid'%2C%201270675712).with('textdescid'%2C%20490747751).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201834539358)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'Button')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20%20%20%20%20.with('text'%2C%20'YES%20IM%20IN')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..9%0A%20%20waitsecond(3)%0A%20%20%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.android.vending%3Aid%2Fsearch_icon%22).exists%0A%20%20%20%20%24myTestResult%20%3D%20true%0A%20%20%20%20break%0A%20%20elsif%20i%20%3D%3D%209%0A%20%20%20%20%24myFailReason%20%3D%20%22PlayStore%20Open%2030s%20timeout%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20end%0Aend","varname":"scriptAction_check_PlayStore_2","objecttable-uuid":"e6f08076-59e5-4190-ae81-51ba3c181fbc","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStopTest(%2205_01_05_01_StoreFrontDownload%22)%0A%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"LogStop","objecttable-uuid":"88ede1db-f84e-4934-f191-0bbfe04eed6b","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"8dc3b9f1-9433-422e-ad4b-9ea9e23e1192","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
{"name":"make30sSleep","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%24saveLogToGist%20%3D%20true","varname":"LogUpload_Enable","objecttable-uuid":"673d57fe-e9ae-4a67-8f30-c5a1db169c71","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"c35859d2-0d1b-440f-c5ae-6d1e2c2f476a","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait32second","codegen":"waitsecond(300)","varname":"wait32second","objecttable-uuid":"6ac2b24c-d5f3-46ec-be0a-0862e47246d1","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait32second","uinameinfo":"%3Csoftkey%3A%2Fwait32second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
{"name":"make_Clipboard_Text_160","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0APDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.google.android.apps.messaging%2Fcom.google.android.apps.messaging.MainActivity%22)%0Awaitsecond(2)","varname":"Messgenger","objecttable-uuid":"42166c17-17b7-466a-f9f8-89c05bd4ab12","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait2second","codegen":"waitsecond(4)","varname":"wait_4seconds","objecttable-uuid":"b73f6350-ad40-43f1-86ec-1656ea9d89d1","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait2second","uinameinfo":"%3Csoftkey%3A%2Fwait2second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":36,"index":0,"classname":"TextView","class":"TextView","text":"A01%20a01","parentpathid":1894696967,"objectid":475289571,"selfid":-1551548312,"resource-id":"com.google.android.apps.messaging%3Aid%2Fmain_text","propmask":8,"bounds":"%5B183%2C269%5D%5B294%2C315%5D","top":269,"left":183,"bottom":315,"right":294,"uitreeindex":4,"childlevel":0,"textdescid":1043296569,"nodehash-id":-1154822303,"uuid":"69b97ea5-1616-4ccf-c60c-0b5a350b1b04","varname":"TextView_MainText_1","objecttable-uuid":"645bdf74-7bb0-42cc-869f-d7ff2e4cd9c4","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fmain_text%0AA01%20a01","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fmain_text%3E%5BA01%20a01%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%20475289571).with('selfid'%2C%20-1551548312).with('textdescid'%2C%201043296569).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fmain_text')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_MainText_2"},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"swipe_vertical%20100","varname":"swipeDown_searchConversation","objecttable-uuid":"2d109ce3-962b-4903-ccc3-932b017824aa","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":36,"index":0,"classname":"TextView","class":"TextView","text":"A01%20a01","parentpathid":1894696967,"objectid":475289571,"selfid":-1551548312,"resource-id":"com.google.android.apps.messaging%3Aid%2Fmain_text","propmask":8,"bounds":"%5B183%2C269%5D%5B294%2C315%5D","top":269,"left":183,"bottom":315,"right":294,"uitreeindex":4,"childlevel":0,"textdescid":1043296569,"nodehash-id":-1154822303,"uuid":"69b97ea5-1616-4ccf-c60c-0b5a350b1b04","varname":"TextView_MainText_2","objecttable-uuid":"6bc1d7c4-f919-4bb6-f30b-0eaec11aa3f9","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fmain_text%0AA01%20a01","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fmain_text%3E%5BA01%20a01%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%20475289571).with('selfid'%2C%20-1551548312).with('textdescid'%2C%201043296569).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fmain_text')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"swipe_vertical%2020","varname":"show_Option","objecttable-uuid":"8fe5a07f-af11-4820-c9f4-8938186891c2","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":898,"index":1,"classname":"TextView","class":"TextView","text":"Reply","parentpathid":1240139932,"objectid":-1353661384,"selfid":-1919466194,"resource-id":"com.google.android.apps.messaging%3Aid%2Fmain_text","propmask":8,"bounds":"%5B188%2C218%5D%5B261%2C264%5D","top":218,"left":188,"bottom":264,"right":261,"uitreeindex":5,"childlevel":0,"textdescid":-993711234,"nodehash-id":-1154822303,"uuid":"e3c12d82-df0e-4310-b6aa-8edb0fc411ea","varname":"TextView_Reply","objecttable-uuid":"c76bba52-1dfb-4a0b-a680-469f5e50bd66","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fmain_text%0AReply","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fmain_text%3E%5BReply%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1353661384).with('selfid'%2C%20-1919466194).with('textdescid'%2C%20-993711234).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%205)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fmain_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Reply')","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":118,"index":2,"classname":"android.view.View","class":"android.view.View","parentpathid":173404320,"objectid":1845518973,"selfid":1645856786,"content-desc":"Keyboard%20input","resource-id":"com.google.android.wearable.app%3Aid%2Fime_choice","propmask":140,"bounds":"%5B324%2C180%5D%5B444%2C300%5D","top":180,"left":324,"bottom":300,"right":444,"uitreeindex":3,"childlevel":0,"textdescid":-1189538444,"nodehash-id":1098590996,"uuid":"7d0b16ee-3fdf-4084-e8dc-37ca073ec652","varname":"View_ImeChoice","objecttable-uuid":"d2e176e5-dd26-4e30-c483-1cd51d0f15fe","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fime_choice%0A%7BKeyboard%20input%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fime_choice%3E%7BKeyboard%20input%7D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201845518973).with('selfid'%2C%201645856786).with('textdescid'%2C%20-1189538444).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fime_choice')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Keyboard%20input')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%201..16%0A%20%20click(78%2C300)%0A%20%20click(278%2C360)%0A%20%20click(198%2C360)%0A%20%20click(158%2C300)%0A%20%20click(138%2C240)%0A%20%20click(198%2C300)%0A%20%20click(238%2C300)%0A%20%20click(278%2C300)%0A%20%20click(338%2C240)%0A%20%20click(318%2C300)%0Aend","varname":"Characters_Input_160","objecttable-uuid":"967e997e-2a95-48e7-9018-449f84b8971f","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":118,"index":0,"classname":"TextView","class":"TextView","text":"Message","parentpathid":-1078941782,"objectid":527100234,"selfid":-908654521,"resource-id":"com.google.android.wearable.app%3Aid%2Fremote_input_header","propmask":8,"bounds":"%5B106%2C64%5D%5B374%2C116%5D","top":64,"left":106,"bottom":116,"right":374,"uitreeindex":0,"childlevel":0,"textdescid":2112040751,"nodehash-id":1932430121,"uuid":"fd1bb25b-bedb-43f3-95cb-b142301c54e9","varname":"TextView_RemoteInputHeader","objecttable-uuid":"846c47ef-c274-4db2-dbc1-9a9f01af4aa7","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fremote_input_header%0AMessage","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fremote_input_header%3E%5BMessage%5D","actiontype":"longClick","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20527100234).with('selfid'%2C%20-908654521).with('textdescid'%2C%202112040751).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fremote_input_header')%0A%20%20%20%20%20%20.with('text'%2C%20'Message')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"click(240%2C73)","varname":"touch_text","objecttable-uuid":"fe5656ba-2582-4f3d-b5eb-c25c22fdb5e7","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":118,"index":0,"classname":"TextView","class":"TextView","text":"Message","parentpathid":-1078941782,"objectid":527100234,"selfid":-908654521,"resource-id":"com.google.android.wearable.app%3Aid%2Fremote_input_header","propmask":8,"bounds":"%5B106%2C64%5D%5B374%2C116%5D","top":64,"left":106,"bottom":116,"right":374,"uitreeindex":0,"childlevel":0,"textdescid":2112040751,"nodehash-id":1932430121,"uuid":"fd1bb25b-bedb-43f3-95cb-b142301c54e9","varname":"TextView_RemoteInputHeader_1","objecttable-uuid":"81db8983-9ede-406e-c742-f1064fba7d29","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fremote_input_header%0AMessage","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fremote_input_header%3E%5BMessage%5D","actiontype":"longClick","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20527100234).with('selfid'%2C%20-908654521).with('textdescid'%2C%202112040751).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fremote_input_header')%0A%20%20%20%20%20%20.with('text'%2C%20'Message')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"click(240%2C197)","varname":"select_Copy_1","objecttable-uuid":"17dc53da-b9c7-4c1b-a865-511531100635","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":118,"index":0,"classname":"TextView","class":"TextView","text":"Message","parentpathid":-1078941782,"objectid":527100234,"selfid":-908654521,"resource-id":"com.google.android.wearable.app%3Aid%2Fremote_input_header","propmask":8,"bounds":"%5B106%2C64%5D%5B374%2C116%5D","top":64,"left":106,"bottom":116,"right":374,"uitreeindex":0,"childlevel":0,"textdescid":2112040751,"nodehash-id":1932430121,"uuid":"fd1bb25b-bedb-43f3-95cb-b142301c54e9","varname":"TextView_RemoteInputHeader_2","objecttable-uuid":"39eccb46-f3a8-4d2c-aaaf-0bdb1a33883d","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fremote_input_header%0AMessage","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fremote_input_header%3E%5BMessage%5D","actiontype":"longClick","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20527100234).with('selfid'%2C%20-908654521).with('textdescid'%2C%202112040751).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fremote_input_header')%0A%20%20%20%20%20%20.with('text'%2C%20'Message')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"click(378%2C197)%0Awaitsecond(2)%0Aclick(318%2C380)","varname":"select_All","objecttable-uuid":"9aab1401-10db-4c33-adcf-c161cdc691b6","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"click(240%2C197)","varname":"select_Copy_2","objecttable-uuid":"cc001d0b-2c0e-4d5a-d0a5-ff5c5ed3ebab","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"7d279d99-0fbd-464e-ae0e-6f87484c89d3","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"4s","loadfromsavedobject":true}]}
{"name":"On_Off_NFC","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20waitsecond(3)%0Aend","varname":"scriptAction_check_IncomingCall","objecttable-uuid":"86ab3360-5adb-4102-e795-73fc3f6d8f19","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"logStartTest(%2205_01_11_01_NFC%22)","varname":"LogStart","objecttable-uuid":"efe922a9-2d5c-45c4-de8b-582d79ad3a76","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559811000,"sourcenodeid":9223372032559811000,"windowid":62,"index":0,"classname":"TextView","class":"TextView","text":"NFC","parentpathid":615275812,"listpath":"1","objectid":-341899195,"selfid":-434675318,"resource-id":"android%3Aid%2Ftitle","propmask":8,"bounds":"%5B170%2C91%5D%5B227%2C137%5D","top":91,"left":170,"bottom":137,"right":227,"uitreeindex":3,"childlevel":0,"textdescid":-1641296144,"classresourceid":490183159,"nodehash-id":-733414726,"uuid":"8042d93d-e157-4f2a-b4d6-cbce8ac07d9a","varname":"TextView_Title_1","objecttable-uuid":"d7ee11af-3e56-4cbc-c706-112eb4a4c207","action":"codegen","uititle":"TextView%0Aandroid%3Aid%2Ftitle%0ANFC","uinameinfo":"%3Candroid%3Aid%2Ftitle%3E%5BNFC%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-341899195).with('selfid'%2C%20-434675318).with('textdescid'%2C%20-1641296144).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20490183159)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'NFC')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_check_IncomingCall_2"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_1","objecttable-uuid":"c2c5872d-e87d-4473-d96b-54ff7c952716","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu","objecttable-uuid":"463324cb-9dc1-4650-a015-eb07325e6377","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_Settings","objecttable-uuid":"696da2b1-ac75-4339-a749-71450b0eba0b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Settings","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_Connectivity","objecttable-uuid":"27da8b8c-4d41-4523-ecf0-884cdc087eff","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Connectivity","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20waitsecond(3)%0Aend","varname":"scriptAction_check_IncomingCall_1","objecttable-uuid":"988c6a11-6b57-45c3-a094-4e6ab9fc55ad","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"for%20i%20in%200..16%0A%20%20if%20!uiObj(%22TextView%22).text(%22NFC%22).exists%0A%20%20%20%20swipe_vertical(173)%0A%20%20else%0A%20%20%20%20if%20!uiObj(%22Switch%22).resid(%22android%3Aid%2Fswitch_widget%22).exists%0A%20%20%20%20%20%20uiObj(%22TextView%22).text(%22NFC%22).click%0A%20%20%20%20end%0A%20%20%20%20break%0A%20%20end%0Aend","varname":"swipeDown","objecttable-uuid":"e1b0f161-3026-43d2-b126-a4adf4ff0cd2","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Aif%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20waitsecond(3)%0Aend","varname":"scriptAction_check_IncomingCall_2","objecttable-uuid":"d5180d22-329c-4e30-fe11-217f1b792306","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22TextView%22).text(%22NFC%22).exists%0A%20%20%0A%20%20if%20uiObj(%22Switch%22).text(%22ON%22).exists%0A%23%20%20%20%20uiObj(%22TextView%22).text(%22NFC%22).click%0A%20%20%20%20uiObj(%22Switch%22).text(%22ON%22).click%0A%20%20%20%20%0A%20%20%20%20%24msg%20%3D%20%22Click%20NFC%20Menu%20for%20Off%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%0A%20%20%20%20%0A%20%20%20%20waitsecond(10)%0A%20%20end%0A%20%20%0A%20%20wakeUp%0A%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20waitsecond(3)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22Switch%22).text(%22OFF%22).exists%0A%23%20%20%20%20uiObj(%22TextView%22).text(%22NFC%22).click%0A%20%20%20%20uiObj(%22Switch%22).text(%22OFF%22).click%0A%20%20%20%20%0A%20%20%20%20%24msg%20%3D%20%22Click%20NFC%20Menu%20for%20On%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%0A%20%20%20%20%0A%20%20%20%20waitsecond(10)%0A%20%20%20%20%0A%20%20%20%20wakeUp%0A%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20waitsecond(3)%0A%20%20%20%20end%0A%20%20%20%20%0A%20%20%20%20if%20uiObj(%22Switch%22).text(%22ON%22).exists%0A%20%20%20%20%20%20%24msg%20%3D%20%22Turn-On%20NFC%20Success%22%0A%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%0A%23%20%20%20%20%20%20uiObj(%22TextView%22).text(%22NFC%22).click%0A%20%20%20%20%20%20uiObj(%22Switch%22).text(%22ON%22).click%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20%24msg%20%3D%20%22Click%20NFC%20Menu%20for%20Off%22%0A%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20waitsecond(10)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20wakeUp%0A%20%20%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20%20%20waitsecond(3)%0A%20%20%20%20%20%20end%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20if%20uiObj(%22Switch%22).text(%22OFF%22).exists%0A%20%20%20%20%20%20%20%20%24myTestResult%20%3D%20true%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Turn-Off%20NFC%20Success%22%0A%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20Turn-Off%20NFC%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Cannot%20Turn-Off%20NFC%22%0A%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20end%0A%20%20%20%20else%0A%20%20%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20Turn-On%20NFC%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20%24msg%20%3D%20%22Cannot%20Turn-On%20NFC%22%0A%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20end%0A%20%20else%0A%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20find%20NFC%20Off%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%0A%20%20%20%20%24msg%20%3D%20%22Cannot%20find%20NFC%20Off%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%0A%20%20end%0Aelse%0A%20%20%24myFailReason%20%3D%20%22Cannot%20find%20NFC%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%24myTestResult%20%3D%20false%0A%20%20%0A%20%20%24msg%20%3D%20%22Cannot%20find%20NFC%20Menu%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0Aend","varname":"scriptAction_OnOff_NFC_Switch","objecttable-uuid":"968756f5-1134-4416-adb1-58d355b893db","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStopTest(%2205_01_11_01_NFC%22)%0A%0A%23waitsecond(2)%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"LogStop","objecttable-uuid":"88ede1db-f84e-4934-f191-0bbfe04eed6b","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20%24curLoopNum%20%3D%3D%2019%0A%20%20for%20i%20in%200..5%0A%20%20%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20end%0A%20%20end%0Aend","varname":"goto_Home_2","objecttable-uuid":"8dc3b9f1-9433-422e-ad4b-9ea9e23e1192","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
{"name":"open_SMS","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStartTest(%2205_01_02_10_Messaging%22)","varname":"LogStart","objecttable-uuid":"5b2ac120-9ac7-4254-81be-d220f2da9a11","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0APDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.google.android.apps.messaging%2Fcom.google.android.apps.messaging.MainActivity%22)%0Awaitsecond(2)","varname":"Messgenger","objecttable-uuid":"2574d40e-1a8b-4e72-ac09-e0e2cb3248b7","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"waitsecond(4)%0A","varname":"wait4second","objecttable-uuid":"1621ad6b-e69e-4f64-fe5a-be1693d76c5c","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":36,"index":0,"classname":"TextView","class":"TextView","text":"A01%20a01","parentpathid":1894696967,"objectid":475289571,"selfid":-1551548312,"resource-id":"com.google.android.apps.messaging%3Aid%2Fmain_text","propmask":8,"bounds":"%5B183%2C269%5D%5B294%2C315%5D","top":269,"left":183,"bottom":315,"right":294,"uitreeindex":4,"childlevel":0,"textdescid":1043296569,"nodehash-id":-1154822303,"uuid":"69b97ea5-1616-4ccf-c60c-0b5a350b1b04","varname":"TextView_MainText_1","objecttable-uuid":"79de3960-8192-4293-999a-80ceea8a9f24","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fmain_text%0AA01%20a01","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fmain_text%3E%5BA01%20a01%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%20475289571).with('selfid'%2C%20-1551548312).with('textdescid'%2C%201043296569).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fmain_text')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_MainText_2"},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"swipe_vertical%20100","varname":"swipeDown_searchConversation","objecttable-uuid":"dc359e57-8704-4a04-e9cb-5982c4b5906a","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":36,"index":0,"classname":"TextView","class":"TextView","text":"A01%20a01","parentpathid":1894696967,"objectid":475289571,"selfid":-1551548312,"resource-id":"com.google.android.apps.messaging%3Aid%2Fmain_text","propmask":8,"bounds":"%5B183%2C269%5D%5B294%2C315%5D","top":269,"left":183,"bottom":315,"right":294,"uitreeindex":4,"childlevel":0,"textdescid":1043296569,"nodehash-id":-1154822303,"uuid":"69b97ea5-1616-4ccf-c60c-0b5a350b1b04","varname":"TextView_MainText_2","objecttable-uuid":"3687254e-007f-4c92-d60e-ae84fe471600","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fmain_text%0AA01%20a01","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fmain_text%3E%5BA01%20a01%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%20475289571).with('selfid'%2C%20-1551548312).with('textdescid'%2C%201043296569).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fmain_text')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait1second","codegen":"waitsecond(2)","varname":"wait1second","objecttable-uuid":"5c51f6fd-ef53-4f95-f5d7-448f7990cff4","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait1second","uinameinfo":"%3Csoftkey%3A%2Fwait1second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipeleft","codegen":"pressKeyCode(4)%0Awaitsecond(1)%0A%0ApressKeyCode(4)","varname":"swipeLeft_back","objecttable-uuid":"0331d38a-cd22-4cba-cdc9-c426a10e076c","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipeleft","uinameinfo":"%3Csoftkey%3A%2Fswipeleft%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStopTest(%2205_01_02_10_Messaging%22)%0A%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"LogStop","objecttable-uuid":"ee4e55d1-9f35-4a22-9658-ec5885782ab4","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true}]}
{"name":"openDownloadedApp","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"logStartTest(%2205_01_05_06_StoreFrontDownload%22)","varname":"LogStart","objecttable-uuid":"700af888-2910-483d-ec19-14a3952cb048","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu","objecttable-uuid":"463324cb-9dc1-4650-a015-eb07325e6377","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp","objecttable-uuid":"696da2b1-ac75-4339-a749-71450b0eba0b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Runkeeper","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..9%0A%20%20waitsecond(3)%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Start%22).exists%0A%20%20%20%20%24myTestResult%20%3D%20true%0A%20%20%20%20break%0A%20%20elsif%20i%20%3D%3D%209%0A%20%20%20%20%24myFailReason%20%3D%20%22Runkeeper%20Open%2030s%20timeout%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20end%0Aend","varname":"scriptAction_check_DownloadedApp","objecttable-uuid":"44f525f4-1fd0-4686-fca8-af1f1915a73d","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStopTest(%2205_01_05_06_StoreFrontDownload%22)%0A%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"LogStop","objecttable-uuid":"88ede1db-f84e-4934-f191-0bbfe04eed6b","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"8dc3b9f1-9433-422e-ad4b-9ea9e23e1192","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
{"name":"playMusic_GoogleMusic","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Awaitsecond(1)%0A%0ApressMenu%0Awaitsecond(1)%0A%0Aif%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fpreview%22).exists%20and%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fname%22).exists%0A%09%24msg%20%3D%20%22Watch%20Face%20Change%20Displaying....%22%0A%09puts%20%24msg%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%09waitsecond(1)%0A%0A%09pressHome%0A%0A%09%24msg%20%3D%20%22pressHome%20%3E%3E%20Watch%20Face%20Escape%20%22%0A%09puts%20%24msg%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%09waitsecond(1)%0Aend","varname":"Check_Watch_Face_1","objecttable-uuid":"ccb282e5-31b8-492b-f81f-c30205dccdf4","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"logStartTest(%2205_01_07_11_Multi_Media%22)%0Awaitsecond(2)","varname":"LogStart","objecttable-uuid":"92b49bb5-fece-467f-a595-3ba6b56f8d59","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu_5","objecttable-uuid":"8d3464dc-a4d1-4fd5-aac7-6f762ff9014f","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_2","objecttable-uuid":"e0cdc61b-8d3c-4c5a-cbd7-adf1ef402176","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"4s","inputtext":"Play%20Music","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipeleft","codegen":"pressKeyCode(4)","varname":"closeApp_1","objecttable-uuid":"22863451-82e5-40af-a03e-28f617f0613f","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipeleft","uinameinfo":"%3Csoftkey%3A%2Fswipeleft%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"waitsecond(3)%0AlogStopTest(%2205_01_07_11_Multi_Media%22)%0A%0Awaitsecond(2)%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"LogStop","objecttable-uuid":"ecefe5e7-dcb1-4c2b-a8e7-f9d09f304781","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true}]}
{"name":"recentCall","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%0Aif%20uiObj(%22TextView%22).text(%22Temperature%20limit%20reached%22).exists%0A%20%20%24msg%20%3D%20%22%3D%3D%3D%20RecentCall%20Start%20Temperature%20limit%20Popup%20%3D%3D%3D%22%0A%20%20puts(%24msg)%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20%0A%20%20%24ruiObj%20%3D%20RUIObject.new.with('objectid'%2C%20-1945186212).with('selfid'%2C%20371672096).with('textdescid'%2C%20-171230396).with('uniqueparentid'%2C%200)%0A%20%20.with('uitreeindex'%2C%203)%0A%20%20.with('classname'%2C%20'android.view.View')%0A%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fcheck_button')%0A%20%20%0A%20%20%24ruiObj.click%0A%20%20%0A%20%20%24ruiObj%20%3D%20RUIObject.new.with('objectid'%2C%20664288872).with('selfid'%2C%201322575484).with('textdescid'%2C%20-1859474097).with('uniqueparentid'%2C%200).with('classresourceid'%2C%201059678339)%0A%20%20.with('uitreeindex'%2C%203)%0A%20%20.with('classname'%2C%20'ImageButton')%0A%20%20.with('resource-id'%2C%20'android%3Aid%2Fbutton1')%0A%20%20.with('content-desc'%2C%20'Yes')%0A%20%20%0A%20%20%24ruiObj.click%0A%20%20%0A%20%20waitsecond(2)%0Aend","varname":"Check_Temperature_Start","objecttable-uuid":"5d8ffc87-718f-415e-f5a7-4ea63205d597","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStartTest(%2205_01_01_03_Telephony%22)","varname":"scriptAction_setUp","objecttable-uuid":"482d4b83-8131-4b4c-a89d-63842149aa63","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0APDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.google.android.apps.wearable.phone%2Fcom.google.android.clockwork.phone.dialer.DialerActivity%22)%0A%0Afor%20i%20in%200..4%0A%09if%20uiObj(%22ImageView%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Faction%22).exists%0A%09%09pressKeyCode(4)%0A%20%20%20%20%20%20%09waitsecond(2)%0A%09end%0A%09%0A%09if%20uiObj(%22TextView%22).text(%22Contacts%22).exists%0A%09%09swipe_horizontal%2010%0A%09%09waitsecond(2)%0A%09elsif%20uiObj(%22TextView%22).text(%22Recents%22).exists%0A%09%09break%0A%09elsif%20uiObj(%22TextView%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fnumpad_digit%22).exists%0A%09%09swipe_horizontal_back%2010%0A%09%09waitsecond(2)%0A%09else%0A%09%09waitsecond(2)%0A%09end%0Aend","varname":"open_recentCallList","objecttable-uuid":"fcd990f3-94ed-494b-a8bd-336a1f68e5d5","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","behavior":"default","jumpvarname":"scriptAction_logStop","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":31,"index":0,"classname":"TextView","class":"TextView","text":"01024005904","parentpathid":-1702343017,"objectid":1207491418,"selfid":1738044886,"resource-id":"com.google.android.apps.wearable.phone%3Aid%2Fnumber","propmask":8,"bounds":"%5B60%2C381%5D%5B420%2C424%5D","top":381,"left":60,"bottom":424,"right":420,"uitreeindex":2,"childlevel":0,"textdescid":1827351693,"nodehash-id":1833439079,"uuid":"b81dd200-e1a0-4251-8d33-fd6b5e5e53cb","varname":"check_RecentCall_1","objecttable-uuid":"e333dcf2-03fd-4b28-9d9b-17ad55c3986a","action":"codegen","uititle":"TextView%0Acom.google.android.apps.wearable.phone%3Aid%2Fnumber%0A01024005904","uinameinfo":"%3Ccom.google.android.apps.wearable.phone%3Aid%2Fnumber%3E%5B01024005904%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%201207491418).with('selfid'%2C%201738044886).with('textdescid'%2C%201827351693).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fnumber')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","behavior":"ifFailJumpTo","loadfromsavedobject":true,"jumpvarname":"click_RecentCall"},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"swipe_vertical%2020","varname":"swipeDown","objecttable-uuid":"010b8819-20f8-44e5-907c-cbbd71131ad2","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":31,"index":0,"classname":"TextView","class":"TextView","text":"01024005904","parentpathid":-1702343017,"objectid":1207491418,"selfid":1738044886,"resource-id":"com.google.android.apps.wearable.phone%3Aid%2Fnumber","propmask":8,"bounds":"%5B60%2C381%5D%5B420%2C424%5D","top":381,"left":60,"bottom":424,"right":420,"uitreeindex":2,"childlevel":0,"textdescid":1827351693,"nodehash-id":1833439079,"uuid":"b81dd200-e1a0-4251-8d33-fd6b5e5e53cb","varname":"check_RecentCall_2","objecttable-uuid":"115c5255-cd5b-4225-dc34-4d3e543a0dd4","action":"codegen","uititle":"TextView%0Acom.google.android.apps.wearable.phone%3Aid%2Fnumber%0A01024005904","uinameinfo":"%3Ccom.google.android.apps.wearable.phone%3Aid%2Fnumber%3E%5B01024005904%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%201207491418).with('selfid'%2C%201738044886).with('textdescid'%2C%201827351693).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fnumber')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","behavior":"ifFailJumpTo","loadfromsavedobject":true,"jumpvarname":"scriptAction_endCall_Wear"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":31,"index":0,"classname":"TextView","class":"TextView","text":"01024005904","parentpathid":-1702343017,"objectid":1207491418,"selfid":1738044886,"resource-id":"com.google.android.apps.wearable.phone%3Aid%2Fnumber","propmask":8,"bounds":"%5B60%2C381%5D%5B420%2C424%5D","top":381,"left":60,"bottom":424,"right":420,"uitreeindex":2,"childlevel":0,"textdescid":1827351693,"nodehash-id":1833439079,"uuid":"b81dd200-e1a0-4251-8d33-fd6b5e5e53cb","varname":"click_RecentCall","objecttable-uuid":"b54abd21-5ec3-44ee-90f6-bbd9ec34f23f","action":"codegen","uititle":"TextView%0Acom.google.android.apps.wearable.phone%3Aid%2Fnumber%0A01024005904","uinameinfo":"%3Ccom.google.android.apps.wearable.phone%3Aid%2Fnumber%3E%5B01024005904%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%201207491418).with('selfid'%2C%201738044886).with('textdescid'%2C%201827351693).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fnumber')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","behavior":"default","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":47,"index":0,"classname":"TextView","class":"TextView","text":"Recents","parentpathid":571203493,"objectid":1506645687,"selfid":1176639686,"propmask":8,"bounds":"%5B0%2C0%5D%5B480%2C96%5D","top":0,"left":0,"bottom":96,"right":480,"uitreeindex":0,"childlevel":0,"textdescid":1641116945,"nodehash-id":-1185083772,"uuid":"9ba0e671-7eb8-4840-fb5f-f3ff119d3dab","varname":"TextView_Recents","objecttable-uuid":"65c659f7-c54d-48ed-ed41-a65e6eee2e12","action":"codegen","uititle":"TextView%0ARecents","uinameinfo":"%5BRecents%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201506645687).with('selfid'%2C%201176639686).with('textdescid'%2C%201641116945).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('text'%2C%20'Recents')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_sendBTCmd_answerCall"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":31,"index":0,"classname":"TextView","class":"TextView","text":"01024005904","parentpathid":-1702343017,"objectid":1207491418,"selfid":1738044886,"resource-id":"com.google.android.apps.wearable.phone%3Aid%2Fnumber","propmask":8,"bounds":"%5B60%2C381%5D%5B420%2C424%5D","top":381,"left":60,"bottom":424,"right":420,"uitreeindex":2,"childlevel":0,"textdescid":1827351693,"nodehash-id":1833439079,"uuid":"b81dd200-e1a0-4251-8d33-fd6b5e5e53cb","varname":"check_RecentCall_Retry_1","objecttable-uuid":"93382c3d-a5fb-42cd-e3a9-e6ec74820392","action":"codegen","uititle":"TextView%0Acom.google.android.apps.wearable.phone%3Aid%2Fnumber%0A01024005904","uinameinfo":"%3Ccom.google.android.apps.wearable.phone%3Aid%2Fnumber%3E%5B01024005904%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%201207491418).with('selfid'%2C%201738044886).with('textdescid'%2C%201827351693).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fnumber')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","behavior":"ifFailJumpTo","loadfromsavedobject":true,"jumpvarname":"click_RecentCall_Retry"},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"swipe_vertical%2020","varname":"swipeDown_Retry","objecttable-uuid":"2c793367-f757-4e20-e6cc-16d9950d8a28","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":31,"index":0,"classname":"TextView","class":"TextView","text":"01024005904","parentpathid":-1702343017,"objectid":1207491418,"selfid":1738044886,"resource-id":"com.google.android.apps.wearable.phone%3Aid%2Fnumber","propmask":8,"bounds":"%5B60%2C381%5D%5B420%2C424%5D","top":381,"left":60,"bottom":424,"right":420,"uitreeindex":2,"childlevel":0,"textdescid":1827351693,"nodehash-id":1833439079,"uuid":"b81dd200-e1a0-4251-8d33-fd6b5e5e53cb","varname":"check_RecentCall_Retry_2","objecttable-uuid":"a420ddc6-e0cc-49a9-8777-d3547b82bb0f","action":"codegen","uititle":"TextView%0Acom.google.android.apps.wearable.phone%3Aid%2Fnumber%0A01024005904","uinameinfo":"%3Ccom.google.android.apps.wearable.phone%3Aid%2Fnumber%3E%5B01024005904%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%201207491418).with('selfid'%2C%201738044886).with('textdescid'%2C%201827351693).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fnumber')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","behavior":"ifFailJumpTo","loadfromsavedobject":true,"jumpvarname":"scriptAction_endCall_Wear"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":31,"index":0,"classname":"TextView","class":"TextView","text":"01024005904","parentpathid":-1702343017,"objectid":1207491418,"selfid":1738044886,"resource-id":"com.google.android.apps.wearable.phone%3Aid%2Fnumber","propmask":8,"bounds":"%5B60%2C381%5D%5B420%2C424%5D","top":381,"left":60,"bottom":424,"right":420,"uitreeindex":2,"childlevel":0,"textdescid":1827351693,"nodehash-id":1833439079,"uuid":"b81dd200-e1a0-4251-8d33-fd6b5e5e53cb","varname":"click_RecentCall_Retry","objecttable-uuid":"e6f4e441-908e-4a04-d9f2-b27a09e49703","action":"codegen","uititle":"TextView%0Acom.google.android.apps.wearable.phone%3Aid%2Fnumber%0A01024005904","uinameinfo":"%3Ccom.google.android.apps.wearable.phone%3Aid%2Fnumber%3E%5B01024005904%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%201207491418).with('selfid'%2C%201738044886).with('textdescid'%2C%201827351693).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fnumber')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","behavior":"default","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..20%0A%20%20waitsecond(2)%0A%20%20%0A%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%0A%20%20%20%20sendBTCmd(%22answerCall%22)%0A%20%20%20%20waitsecond(3)%0A%20%20%20%20%0A%20%20%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Felapsed_time%22).exists%0A%20%20%20%20%20%20%23waitsecond(2)%0A%20%20%20%20%20%20%24res%20%3D%20false%0A%20%20%20%20else%0A%20%20%20%20%20%20%24res%20%3D%20true%0A%20%20%20%20end%0A%20%20elsif%20uiObj(%22TextView%22).text(%22Swipe%20left%20to%20open.%22).exists%0A%20%20%20%20swipe_horizontal%2010%0A%20%20%20%20waitsecond(2)%0A%20%20%20%20%0A%20%20%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Felapsed_time%22).exists%0A%20%20%20%20%20%20%24res%20%3D%20false%0A%20%20%20%20else%0A%20%20%20%20%20%20%24res%20%3D%20true%0A%20%20%20%20end%0A%20%20elsif%20uiObj(%22TextView%22).text(%22Call%20in%20progress%22).exists%0A%20%20%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fsnippet%22).exists%0A%20%20%20%20%20%20swipe_vertical%2020%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20end%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Swipe%20left%20to%20open.%22).exists%0A%20%20%20%20%20%20swipe_horizontal%2010%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20click(240%2C240)%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20if%20!uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%20and%20uiObj(%22TextView%22).text(%22Call%20from%20watch%22).exists%0A%20%20%20%20%20%20%20%20puts%20%22Call%20from%20watch%22%0A%20%20%20%20%20%20%20%20gotoApp('watch')%0A%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20%20%20%0A%20%20%20%20waitsecond(2)%0A%20%20%20%20%0A%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%0A%20%20%20%20%20%20sendBTCmd(%22answerCall%22)%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%24res%20%3D%20uiObj(%22TextView%22).text(%22dialing%22).exists%0A%20%20%20%20elsif%20not%20uiObj(%22TextView%22).text(%22dialing%22).exists%0A%20%20%20%20%20%20%24res%20%3D%20true%0A%20%20%20%20else%0A%20%20%20%20%20%20%24res%20%3D%20true%0A%20%20%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20make%20a%20Call%20to%20phone.%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20end%0A%20%20elsif%20(i%20%3D%3D%2020)%0A%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20make%20a%20Call%20to%20phone.%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%23else%0A%20%20%23%20%20waitsecond(2)%0A%20%20end%0A%20%20%0A%20%20if%20!%24res%0A%20%20%20%20puts%20%22Answer%20Call%20OK%22%0A%20%20%20%20break%0A%20%20end%0Aend","varname":"scriptAction_sendBTCmd_answerCall","objecttable-uuid":"0bd51174-8e25-4b62-e580-3bd2387ced73","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%0A%24res%20%3D%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%20%0A%0Aif%20uiObj(%22TextView%22).text(%22Swipe%20left%20to%20open.%22).exists%0A%20%20swipe_horizontal%2010%0A%20%20waitsecond(2)%0A%20%20%0A%20%20%24res%20%3D%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Fhangup%22).exists%20%0Aend%0A%0Aif%20!%24res%0A%20%20puts%20%22Not%20exist%20Hangup%22%0A%20%20if%20uiObj(%22TextView%22).text(%22Call%20in%20progress%22).exists%0A%20%20%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fsnippet%22).exists%0A%20%20%20%20%20%20swipe_vertical%2020%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20end%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Swipe%20left%20to%20open.%22).exists%0A%20%20%20%20%20%20swipe_horizontal%2010%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20click(240%2C240)%0A%20%20%20%20end%0A%20%20end%0Aend%0A%0Aif%20%24res%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20puts%20%22End%20Call%20OK%22%0Aelse%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20%0A%20%20sendBTCmd(%22endCall%22)%0A%20%20%24myFailReason%20%3D%20%22Cannot%20make%20a%20Call%20to%20phone.%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%24myTestResult%20%3D%20false%0Aend","varname":"scriptAction_endCall_Wear","objecttable-uuid":"d3df0e03-57ca-4791-bfcc-f96dae43f502","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%23waitsecond(2)%0AlogStopTest(%2205_01_01_03_Telephony%22)%0A","varname":"scriptAction_logStop","objecttable-uuid":"30359456-03a0-4b90-cdfa-fe0342a3564f","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Awaitsecond(1)%0A%0Aif%20uiObj(%22TextView%22).text(%22Call%20in%20progress%22).exists%0A%20%20waitsecond(2)%0A%20%20%24msg%20%3D%20%22Kill%20Call%20in%20progress%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.android.apps.wearable.phone%22)%0A%20%20waitsecond(5)%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.android.bluetooth%22)%0A%20%20waitsecond(5)%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20force-stop%20com.google.android.apps.wearable.bluetooth%22)%0A%20%20waitsecond(5)%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.lge.androidwear.boottimeanalyzerwear%2Fcom.lge.androidwear.boottimeanalyzerwear.MainActivity%22)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%20%20%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.google.android.apps.wearable.settings%2Fcom.google.android.clockwork.settings.BluetoothRequestDiscoverableActivity%22)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20for%20i%20in%200..5%0A%20%20%20%20if%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).exists%0A%20%20%20%20%20%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).clickAndWaitForNewWindow%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20end%0A%20%20end%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%20%20%0Aend","varname":"kill","objecttable-uuid":"d5af5f8e-f818-45eb-cc3d-1f4b75b54124","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.lge.androidwear.boottimeanalyzerwear%2Fcom.lge.androidwear.boottimeanalyzerwear.MainActivity%22)%0A%20%20%0A%20%20%24msg%20%3D%20%22Run%20BTChatWear%20for%20turning%20on%20discover%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%20%20%0A%20%20wakeUp%0A%20%20PDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.google.android.apps.wearable.settings%2Fcom.google.android.clockwork.settings.BluetoothRequestDiscoverableActivity%22)%0A%20%20waitsecond(4)%0A%20%20%0A%20%20for%20i%20in%200..5%0A%20%20%20%20if%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).exists%0A%20%20%20%20%20%20uiObj(%22Button%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fconfirm_button%22).clickAndWaitForNewWindow%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20end%0A%20%20end%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0Aend","varname":"scriptAction_Check_BTChatWear","objecttable-uuid":"868e97d6-f2e6-407b-e43e-e952d49792ae","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%0Aif%20uiObj(%22TextView%22).text(%22Temperature%20limit%20reached%22).exists%0A%20%20%24msg%20%3D%20%22%3D%3D%3D%20RecentCall%20End%20Temperature%20limit%20Popup%20%3D%3D%3D%22%0A%20%20puts(%24msg)%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0A%20%20%0A%20%20%24ruiObj%20%3D%20RUIObject.new.with('objectid'%2C%20-1945186212).with('selfid'%2C%20371672096).with('textdescid'%2C%20-171230396).with('uniqueparentid'%2C%200)%0A%20%20.with('uitreeindex'%2C%203)%0A%20%20.with('classname'%2C%20'android.view.View')%0A%20%20.with('resource-id'%2C%20'com.google.android.apps.wearable.phone%3Aid%2Fcheck_button')%0A%20%20%0A%20%20%24ruiObj.click%0A%20%20%0A%20%20waitsecond(2)%0Aend","varname":"Check_Temperature_End","objecttable-uuid":"4ef14a8a-e0eb-4eeb-9214-2824068abf0c","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true}]}
{"name":"remove_Alarm_GotoApp","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fswiperight","codegen":"wakeUp","varname":"wakeUp","objecttable-uuid":"2e288977-57e6-4f16-877f-f35e1ad743f6","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswiperight","uinameinfo":"%3Csoftkey%3A%2Fswiperight%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu","objecttable-uuid":"8b6a6e3b-bacf-4c3d-e248-517fb39674b5","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait2second","codegen":"waitsecond(2)","varname":"wait2second","objecttable-uuid":"b6497488-ef67-487f-ee83-6da140bc327b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait2second","uinameinfo":"%3Csoftkey%3A%2Fwait2second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp","objecttable-uuid":"021ec228-fbb4-4c4c-b9ff-2f4863b72a80","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Alarm","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"logStartTest(%2205_01_06_04_PIM%22)","varname":"logStart","objecttable-uuid":"01743005-6dd7-4617-82a7-e7912e697906","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Awaitsecond(2)%0A%0Aif%20uiObj(%22TextView%22).text(%22New%20alarm%22).exists%20or%20uiObj('TextView').resid(%22com.google.android.deskclock%3Aid%2Frepeating_days%22).exists%0A%09%24msg%20%3D%20%22New%20alarm%22%0A%09puts%20%24msg%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%09waitsecond(2)%0A%0A%09for%20i%20in%200..5%0A%09%09if%20uiObj(%22TextView%22).text(%22One%20time%22).exists%0A%09%09%09uiObj('TextView').text(%22One%20time%22).click%0A%09%09%09%24msg%20%3D%20%22New%20alarm%20%3E%3E%20One%20time%22%0A%09%09%09puts%20%24msg%0A%09%09%09logcat(%24msg)%0A%09%09%09writelog(%24msg)%0A%0A%09%09%09waitsecond(2)%0A%0A%09%09%09if%20uiObj(%22TextView%22).text(%22Repeat%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%09swipe_vertical%2020%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%09waitsecond(1)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%09%09%09%09uiObj('TextView').text(%22Remove%22).click%0A%09%09%09%09%0A%09%09%09%09%24msg%20%3D%20%22New%20alarm%20%3E%3E%20Remove%20OK%22%0A%09%09%09%09puts%20%24msg%0A%09%09%09%09logcat(%24msg)%0A%09%09%09%09writelog(%24msg)%0A%0A%09%09%09%09waitsecond(2)%0A%09%09%09end%0A%09%09end%0A%0A%09%09if%20uiObj(%22TextView%22).text(%22No%20alarms%20set%22).exists%0A%09%09%09waitsecond(2)%0A%09%09%09break%0A%09%09end%0A%09end%0A%0A%09waitsecond(2)%0A%0A%09pressKeyCode(4)%0A%09waitsecond(2)%0Aend","varname":"Remove_Alarm","objecttable-uuid":"c85ee51d-76a6-49eb-a0de-38f7f9bb9d68","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%23waitsecond(3)%0AlogStopTest(%2205_01_06_04_PIM%22)%0A%0A%23waitsecond(2)%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"logStop","objecttable-uuid":"7e82045c-b965-466b-a0aa-cd9f86fc71f9","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true}]}
{"name":"sendSMS","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"logStartTest(%2205_01_02_03_Messaging%22)","varname":"LogStart","objecttable-uuid":"3559585f-fd23-4001-cb8a-12b1c4854123","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0APDGUiDevice.getInstance.execShellCmd(%22am%20start%20-n%20com.google.android.apps.messaging%2Fcom.google.android.apps.messaging.MainActivity%22)%0Awaitsecond(2)","varname":"Messgenger","objecttable-uuid":"04371356-4f59-4d0c-f146-bf9a48ac34cc","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait2second","codegen":"waitsecond(4)","varname":"wait_4seconds","objecttable-uuid":"5b881531-340a-4941-ea98-53a03606aec6","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait2second","uinameinfo":"%3Csoftkey%3A%2Fwait2second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559818000,"sourcenodeid":9223372032559818000,"windowid":4523,"index":1,"classname":"TextView","class":"TextView","text":"With%20Messenger%20on%20your%20phone%20you%20can%20reply%20to%20all%20your%20phones%20conversations%20from%20your%20watch","parentpathid":-1443731791,"listpath":"0","objectid":-1172628426,"selfid":-742062757,"resource-id":"com.google.android.apps.messaging%3Aid%2Fdescription_text","propmask":8,"bounds":"%5B0%2C221%5D%5B480%2C414%5D","top":221,"left":0,"bottom":414,"right":480,"uitreeindex":2,"childlevel":0,"textdescid":294867016,"classresourceid":574161329,"nodehash-id":1380209762,"uuid":"9122e95e-5115-4838-e40e-5743aac9bc44","varname":"TextView_DescriptionText","objecttable-uuid":"d2629b1a-8bbf-4058-e0a6-ffae4f247607","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fdescription_text%0AWith%20Messenger%20on%20your%20phone%20you%20can%20reply%20to%20all%20your%20phones%20conversations%20from%20your%20watch","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fdescription_text%3E","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1172628426).with('selfid'%2C%20-742062757).with('textdescid'%2C%20294867016).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20574161329)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fdescription_text')%0A%20%20%20%20%20%20.with('text'%2C%20'With%20Messenger%20on%20your%20phone%20you%20can%20reply%20to%20all%20your%20phones%20conversations%20from%20your%20watch')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_MainText_1"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"pressKeyCode(4)","varname":"scriptAction_Back_1","objecttable-uuid":"1a1af8fe-d800-4557-eece-b4b0292c21b3","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":36,"index":0,"classname":"TextView","class":"TextView","text":"A01%20a01","parentpathid":1894696967,"objectid":475289571,"selfid":-1551548312,"resource-id":"com.google.android.apps.messaging%3Aid%2Fmain_text","propmask":8,"bounds":"%5B183%2C269%5D%5B294%2C315%5D","top":269,"left":183,"bottom":315,"right":294,"uitreeindex":4,"childlevel":0,"textdescid":1043296569,"nodehash-id":-1154822303,"uuid":"69b97ea5-1616-4ccf-c60c-0b5a350b1b04","varname":"TextView_MainText_1","objecttable-uuid":"373df535-dd30-4060-b9ca-99679b6c9a04","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fmain_text%0AA01%20a01","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fmain_text%3E%5BA01%20a01%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20475289571).with('selfid'%2C%20-1551548312).with('textdescid'%2C%201043296569).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fmain_text')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_MainText_2"},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"swipe_vertical%20100","varname":"swipeDown_searchConversation","objecttable-uuid":"1806f085-2f4c-46c3-b33d-d7b9a503ac4e","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":36,"index":0,"classname":"TextView","class":"TextView","text":"A01%20a01","parentpathid":1894696967,"objectid":475289571,"selfid":-1551548312,"resource-id":"com.google.android.apps.messaging%3Aid%2Fmain_text","propmask":8,"bounds":"%5B183%2C269%5D%5B294%2C315%5D","top":269,"left":183,"bottom":315,"right":294,"uitreeindex":4,"childlevel":0,"textdescid":1043296569,"nodehash-id":-1154822303,"uuid":"69b97ea5-1616-4ccf-c60c-0b5a350b1b04","varname":"TextView_MainText_2","objecttable-uuid":"778913ca-7080-46f4-b4d6-d3a5111e3149","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fmain_text%0AA01%20a01","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fmain_text%3E%5BA01%20a01%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%20475289571).with('selfid'%2C%20-1551548312).with('textdescid'%2C%201043296569).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fmain_text')%0A%20%20%20%20%20%20.with('text'%2C%20db('CallNumber')%5B1%5D)","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"swipe_vertical%2020","varname":"show_Option","objecttable-uuid":"4cabfd16-3407-4e27-bb4b-3c642559cf39","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":108,"index":1,"classname":"TextView","class":"TextView","text":"Reply","parentpathid":1240139932,"objectid":-1353661384,"selfid":-1919466194,"resource-id":"com.google.android.apps.messaging%3Aid%2Fmain_text","propmask":8,"bounds":"%5B188%2C218%5D%5B261%2C264%5D","top":218,"left":188,"bottom":264,"right":261,"uitreeindex":5,"childlevel":0,"textdescid":-993711234,"nodehash-id":-1154822303,"uuid":"d6e786b2-2001-42a2-f034-4412a8fc668f","varname":"TextView_Reply","objecttable-uuid":"5799ced7-1602-49b0-a82b-d6998ff1679f","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fmain_text%0AReply","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fmain_text%3E%5BReply%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1353661384).with('selfid'%2C%20-1919466194).with('textdescid'%2C%20-993711234).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%205)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fmain_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Reply')","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":118,"index":2,"classname":"android.view.View","class":"android.view.View","parentpathid":173404320,"objectid":1845518973,"selfid":1645856786,"content-desc":"Keyboard%20input","resource-id":"com.google.android.wearable.app%3Aid%2Fime_choice","propmask":140,"bounds":"%5B324%2C180%5D%5B444%2C300%5D","top":180,"left":324,"bottom":300,"right":444,"uitreeindex":3,"childlevel":0,"textdescid":-1189538444,"nodehash-id":1098590996,"uuid":"7d0b16ee-3fdf-4084-e8dc-37ca073ec652","varname":"View_ImeChoice_1","objecttable-uuid":"eb4c7098-8118-4317-a062-929595bee862","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fime_choice%0A%7BKeyboard%20input%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fime_choice%3E%7BKeyboard%20input%7D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%201845518973).with('selfid'%2C%201645856786).with('textdescid'%2C%20-1189538444).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fime_choice')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Keyboard%20input')","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":118,"index":0,"classname":"TextView","class":"TextView","text":"Message","parentpathid":-1078941782,"objectid":527100234,"selfid":-908654521,"resource-id":"com.google.android.wearable.app%3Aid%2Fremote_input_header","propmask":8,"bounds":"%5B106%2C64%5D%5B374%2C116%5D","top":64,"left":106,"bottom":116,"right":374,"uitreeindex":0,"childlevel":0,"textdescid":2112040751,"nodehash-id":1932430121,"uuid":"fd1bb25b-bedb-43f3-95cb-b142301c54e9","varname":"TextView_RemoteInputHeader_1","objecttable-uuid":"5e19ba73-f6f3-45d4-b6a3-017f41d1d710","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fremote_input_header%0AMessage","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fremote_input_header%3E%5BMessage%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20527100234).with('selfid'%2C%20-908654521).with('textdescid'%2C%202112040751).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fremote_input_header')%0A%20%20%20%20%20%20.with('text'%2C%20'Message')","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":118,"index":0,"classname":"TextView","class":"TextView","text":"Message","parentpathid":-1078941782,"objectid":527100234,"selfid":-908654521,"resource-id":"com.google.android.wearable.app%3Aid%2Fremote_input_header","propmask":8,"bounds":"%5B106%2C64%5D%5B374%2C116%5D","top":64,"left":106,"bottom":116,"right":374,"uitreeindex":0,"childlevel":0,"textdescid":2112040751,"nodehash-id":1932430121,"uuid":"fd1bb25b-bedb-43f3-95cb-b142301c54e9","varname":"TextView_RemoteInputHeader_2","objecttable-uuid":"82e0c83b-7274-4e9c-9a69-abd7aec6633c","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fremote_input_header%0AMessage","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fremote_input_header%3E%5BMessage%5D","actiontype":"longClick","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20527100234).with('selfid'%2C%20-908654521).with('textdescid'%2C%202112040751).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fremote_input_header')%0A%20%20%20%20%20%20.with('text'%2C%20'Message')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"click(299%2C183)","varname":"select_Paste","objecttable-uuid":"d07d7d82-c595-473c-b5fe-b247400b431b","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Finstruction_title%22).exists%20or%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ftutorial_image%22).exists%20or%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fcharacter_result%22).exists%0A%20%20pressKeyCode(4)%0Aend","varname":"scriptAction_Check_EMogi","objecttable-uuid":"167c34f2-598b-4491-93b4-57dcd757aa2f","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559811000,"sourcenodeid":9223372032559811000,"windowid":368,"index":4,"classname":"TextView","class":"TextView","text":"Draw%20emoji","parentpathid":-240112613,"objectid":-1285089049,"selfid":1652403414,"resource-id":"com.google.android.wearable.app%3Aid%2Finstruction_title","propmask":8,"bounds":"%5B0%2C0%5D%5B480%2C97%5D","top":0,"left":0,"bottom":97,"right":480,"uitreeindex":1,"childlevel":0,"textdescid":1683314973,"nodehash-id":-340514283,"uuid":"79c0414c-30e7-4f72-97b3-e671923afd5d","varname":"TextView_InstructionTitle","objecttable-uuid":"10c23098-b0fb-4c30-a123-a3ad858b1be5","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Finstruction_title%0ADraw%20emoji","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Finstruction_title%3E%5BDraw%20emoji%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1285089049).with('selfid'%2C%201652403414).with('textdescid'%2C%201683314973).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Finstruction_title')%0A%20%20%20%20%20%20.with('text'%2C%20'Draw%20emoji')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"select_Send_Icon"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"pressKeyCode(4)","varname":"scriptAction_Back_2","objecttable-uuid":"2129be7e-29cf-40e0-89ac-b6e64e2d2b1f","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"click(338%2C73)%0Awaitsecond(2)","varname":"select_Send_Icon","objecttable-uuid":"53d0b32d-0742-44e2-84cf-44b5337ce41b","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"8s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":137,"index":2,"classname":"android.view.View","class":"android.view.View","parentpathid":173404320,"objectid":1845518973,"selfid":1645856786,"content-desc":"Keyboard%20input","resource-id":"com.google.android.wearable.app%3Aid%2Fime_choice","propmask":140,"bounds":"%5B324%2C180%5D%5B444%2C300%5D","top":180,"left":324,"bottom":300,"right":444,"uitreeindex":3,"childlevel":0,"textdescid":-1189538444,"nodehash-id":1098590996,"uuid":"5d85ad53-7dc3-45c7-e7c2-37ec90b0db31","varname":"View_ImeChoice_Retry_1","objecttable-uuid":"928ba196-214a-4902-dff4-5877d8ba0219","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fime_choice%0A%7BKeyboard%20input%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fime_choice%3E%7BKeyboard%20input%7D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"wakeUp%20%20%20%20%20%20%0ARUIObject.new.with('objectid'%2C%201845518973).with('selfid'%2C%201645856786).with('textdescid'%2C%20-1189538444).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fime_choice')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Keyboard%20input')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_BottomTimestamp_2"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":137,"index":2,"classname":"android.view.View","class":"android.view.View","parentpathid":173404320,"objectid":1845518973,"selfid":1645856786,"content-desc":"Keyboard%20input","resource-id":"com.google.android.wearable.app%3Aid%2Fime_choice","propmask":140,"bounds":"%5B324%2C180%5D%5B444%2C300%5D","top":180,"left":324,"bottom":300,"right":444,"uitreeindex":3,"childlevel":0,"textdescid":-1189538444,"nodehash-id":1098590996,"uuid":"5d85ad53-7dc3-45c7-e7c2-37ec90b0db31","varname":"View_ImeChoice_Retry_2","objecttable-uuid":"2f6fcf61-daf5-4de5-fa90-8c65ea558728","action":"codegen","uititle":"android.view.View%0Acom.google.android.wearable.app%3Aid%2Fime_choice%0A%7BKeyboard%20input%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fime_choice%3E%7BKeyboard%20input%7D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"4s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%201845518973).with('selfid'%2C%201645856786).with('textdescid'%2C%20-1189538444).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'android.view.View')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fime_choice')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Keyboard%20input')","loadfromsavedobject":true,"behavior":"default","jumpvarname":"wait16second_1"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":137,"index":0,"classname":"TextView","class":"TextView","text":"Message","parentpathid":-1078941782,"objectid":527100234,"selfid":-908654521,"resource-id":"com.google.android.wearable.app%3Aid%2Fremote_input_header","propmask":8,"bounds":"%5B106%2C64%5D%5B374%2C116%5D","top":64,"left":106,"bottom":116,"right":374,"uitreeindex":0,"childlevel":0,"textdescid":2112040751,"nodehash-id":1932430121,"uuid":"3aa0be0d-8946-48d7-b069-3626d04135ca","varname":"TextView_RemoteInputHeader_Retry_1","objecttable-uuid":"71912033-5683-464b-e2a5-a372e2eac7f0","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fremote_input_header%0AMessage","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fremote_input_header%3E%5BMessage%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20527100234).with('selfid'%2C%20-908654521).with('textdescid'%2C%202112040751).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fremote_input_header')%0A%20%20%20%20%20%20.with('text'%2C%20'Message')","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":108,"index":1,"classname":"TextView","class":"TextView","text":"You%20%20Now","parentpathid":2111703007,"objectid":944028986,"selfid":845999888,"resource-id":"com.google.android.apps.messaging%3Aid%2Fbottom_timestamp","propmask":8,"bounds":"%5B77%2C316%5D%5B433%2C369%5D","top":316,"left":77,"bottom":369,"right":433,"uitreeindex":1,"childlevel":0,"textdescid":-865834621,"nodehash-id":1439891668,"uuid":"ebaba8be-eb03-436f-929b-7fc26056374b","varname":"TextView_BottomTimestamp_1","objecttable-uuid":"f3e52bea-4ac4-43ef-8c38-d65d3e271828","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fbottom_timestamp%0AYou%20%20Now","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fbottom_timestamp%3E%5BYou%20%20Now%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"wakeUp%0ARUIObject.new.with('objectid'%2C%20944028986).with('selfid'%2C%20845999888).with('textdescid'%2C%20-865834621).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fbottom_timestamp')%0A%20%20%20%20%20%20.with('text'%2C%20'You%20%20Now')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"LogStop"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%201..16%0A%20%20click(78%2C300)%0A%20%20click(278%2C360)%0A%20%20click(198%2C360)%0A%20%20click(158%2C300)%0A%20%20click(138%2C240)%0A%20%20click(198%2C300)%0A%20%20click(238%2C300)%0A%20%20click(278%2C300)%0A%20%20click(338%2C240)%0A%20%20click(318%2C300)%0Aend","varname":"Characters_Input_160_Retry","objecttable-uuid":"6fe4a063-f3bd-42ac-c812-bf554afc45b3","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":137,"index":0,"classname":"TextView","class":"TextView","text":"Message","parentpathid":-1078941782,"objectid":527100234,"selfid":-908654521,"resource-id":"com.google.android.wearable.app%3Aid%2Fremote_input_header","propmask":8,"bounds":"%5B106%2C64%5D%5B374%2C116%5D","top":64,"left":106,"bottom":116,"right":374,"uitreeindex":0,"childlevel":0,"textdescid":2112040751,"nodehash-id":1932430121,"uuid":"3aa0be0d-8946-48d7-b069-3626d04135ca","varname":"TextView_RemoteInputHeader_Retry_2","objecttable-uuid":"d0722dc4-7202-40b7-e605-73090bed8bfd","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fremote_input_header%0AMessage","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fremote_input_header%3E%5BMessage%5D","actiontype":"longClick","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20527100234).with('selfid'%2C%20-908654521).with('textdescid'%2C%202112040751).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fremote_input_header')%0A%20%20%20%20%20%20.with('text'%2C%20'Message')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"click(240%2C73)","varname":"touch_text_Retry","objecttable-uuid":"77d8e841-ef73-4a9c-b2c1-7b53d1efed14","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":137,"index":0,"classname":"TextView","class":"TextView","text":"Message","parentpathid":-1078941782,"objectid":527100234,"selfid":-908654521,"resource-id":"com.google.android.wearable.app%3Aid%2Fremote_input_header","propmask":8,"bounds":"%5B106%2C64%5D%5B374%2C116%5D","top":64,"left":106,"bottom":116,"right":374,"uitreeindex":0,"childlevel":0,"textdescid":2112040751,"nodehash-id":1932430121,"uuid":"3aa0be0d-8946-48d7-b069-3626d04135ca","varname":"TextView_RemoteInputHeader_Retry_3","objecttable-uuid":"09301477-02bf-49df-ac1f-afde1e180e64","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fremote_input_header%0AMessage","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fremote_input_header%3E%5BMessage%5D","actiontype":"longClick","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20527100234).with('selfid'%2C%20-908654521).with('textdescid'%2C%202112040751).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fremote_input_header')%0A%20%20%20%20%20%20.with('text'%2C%20'Message')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"click(240%2C197)","varname":"select_Copy_Retry_1","objecttable-uuid":"c5404454-6db7-4bbd-8db5-962f2964ebae","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":137,"index":0,"classname":"TextView","class":"TextView","text":"Message","parentpathid":-1078941782,"objectid":527100234,"selfid":-908654521,"resource-id":"com.google.android.wearable.app%3Aid%2Fremote_input_header","propmask":8,"bounds":"%5B106%2C64%5D%5B374%2C116%5D","top":64,"left":106,"bottom":116,"right":374,"uitreeindex":0,"childlevel":0,"textdescid":2112040751,"nodehash-id":1932430121,"uuid":"3aa0be0d-8946-48d7-b069-3626d04135ca","varname":"TextView_RemoteInputHeader_Retry_4","objecttable-uuid":"b0cadd20-a33d-440e-8c4c-071bcfa1ba1a","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fremote_input_header%0AMessage","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fremote_input_header%3E%5BMessage%5D","actiontype":"longClick","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20527100234).with('selfid'%2C%20-908654521).with('textdescid'%2C%202112040751).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fremote_input_header')%0A%20%20%20%20%20%20.with('text'%2C%20'Message')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"click(378%2C197)%0Awaitsecond(2)%0Aclick(318%2C380)","varname":"select_All_Retry","objecttable-uuid":"06e6878a-0358-46bf-bce6-98f88f1caa90","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"click(240%2C197)","varname":"select_Copy_Retry_2","objecttable-uuid":"6292b564-771e-4014-8397-cc14978409df","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"click(338%2C73)%0Awaitsecond(2)","varname":"select_Send_Icon_Retry","objecttable-uuid":"c047a0f6-4b52-471b-b43f-f140fd345ae6","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"8s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":108,"index":1,"classname":"TextView","class":"TextView","text":"You%20%20Now","parentpathid":2111703007,"objectid":944028986,"selfid":845999888,"resource-id":"com.google.android.apps.messaging%3Aid%2Fbottom_timestamp","propmask":8,"bounds":"%5B77%2C316%5D%5B433%2C369%5D","top":316,"left":77,"bottom":369,"right":433,"uitreeindex":1,"childlevel":0,"textdescid":-865834621,"nodehash-id":1439891668,"uuid":"ebaba8be-eb03-436f-929b-7fc26056374b","varname":"TextView_BottomTimestamp_2","objecttable-uuid":"ece0d3f5-2edf-4367-a0a8-71123eb07391","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fbottom_timestamp%0AYou%20%20Now","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fbottom_timestamp%3E%5BYou%20%20Now%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20944028986).with('selfid'%2C%20845999888).with('textdescid'%2C%20-865834621).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fbottom_timestamp')%0A%20%20%20%20%20%20.with('text'%2C%20'You%20%20Now')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"LogStop"},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait32second","codegen":"waitsecond(16)%0AwakeUp","varname":"wait16second_1","objecttable-uuid":"3d36ea1f-d53a-4a99-d248-1456108f9508","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait32second","uinameinfo":"%3Csoftkey%3A%2Fwait32second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":108,"index":1,"classname":"TextView","class":"TextView","text":"You%20%20Now","parentpathid":2111703007,"objectid":944028986,"selfid":845999888,"resource-id":"com.google.android.apps.messaging%3Aid%2Fbottom_timestamp","propmask":8,"bounds":"%5B77%2C316%5D%5B433%2C369%5D","top":316,"left":77,"bottom":369,"right":433,"uitreeindex":1,"childlevel":0,"textdescid":-865834621,"nodehash-id":1439891668,"uuid":"ebaba8be-eb03-436f-929b-7fc26056374b","varname":"TextView_BottomTimestamp_3","objecttable-uuid":"eeeebda7-dfb2-465f-dacd-710d30852b1d","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fbottom_timestamp%0AYou%20%20Now","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fbottom_timestamp%3E%5BYou%20%20Now%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20944028986).with('selfid'%2C%20845999888).with('textdescid'%2C%20-865834621).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fbottom_timestamp')%0A%20%20%20%20%20%20.with('text'%2C%20'You%20%20Now')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"LogStop"},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait32second","codegen":"waitsecond(16)%0AwakeUp","varname":"wait16second_2","objecttable-uuid":"78d5f0cf-cbd8-4769-a80e-0678d63c8d80","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait32second","uinameinfo":"%3Csoftkey%3A%2Fwait32second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait2second","codegen":"for%20i%20in%200..2%0A%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.apps.messaging%3Aid%2Ferror_text%22).exists%0A%20%20%20%20if%20i%20%3D%3D%202%0A%20%20%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20send%20SMS%22%0A%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20uiObj(%22TextView%22).resid(%22com.google.android.apps.messaging%3Aid%2Ferror_text%22).click%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Resend%22).exists%0A%20%20%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Resend%22).click%0A%09%09%0A%09%09waitsecond(16)%0A%20%20%20%20%20%20%20%20wakeUp%0A%20%20%20%20%20%20%20%20waitsecond(16)%0A%20%20%20%20%20%20%20%20wakeUp%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20end%0Aend","varname":"check_SendingError","objecttable-uuid":"61aaab15-d8d2-4814-d78e-186eca81a992","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait2second","uinameinfo":"%3Csoftkey%3A%2Fwait2second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559812000,"sourcenodeid":9223372032559812000,"windowid":457,"index":2,"classname":"TextView","class":"TextView","text":"You%20%20Now","parentpathid":2111703007,"objectid":944028986,"selfid":845999888,"resource-id":"com.google.android.apps.messaging%3Aid%2Fbottom_timestamp","propmask":8,"bounds":"%5B77%2C316%5D%5B433%2C369%5D","top":316,"left":77,"bottom":369,"right":433,"uitreeindex":1,"childlevel":0,"textdescid":-865834621,"nodehash-id":1439891668,"uuid":"8078204f-3f25-4242-e05e-5a5424d242c4","varname":"TextView_BottomTimestamp_4","objecttable-uuid":"34ef229d-f982-4427-c38c-126bb44cf0fe","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fbottom_timestamp%0AYou%20%20Now","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fbottom_timestamp%3E%5BYou%20%20Now%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20944028986).with('selfid'%2C%20845999888).with('textdescid'%2C%20-865834621).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fbottom_timestamp')%0A%20%20%20%20%20%20.with('text'%2C%20'You%20%20Now')","behavior":"ifFailJumpTo","jumpvarname":"LogStop","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"%24myFailReason%20%3D%20%22SMS%20send%20Fail%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%24myTestResult%20%3D%20false","varname":"send_SMS_Fail","objecttable-uuid":"913b9b53-479a-48b9-888b-5ac444f7719c","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStopTest(%2205_01_02_03_Messaging%22)%0A%0A%23waitsecond(2)%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"LogStop","objecttable-uuid":"18c5b9aa-8457-4df6-cce1-f1cb942953df","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":3902,"index":1,"classname":"TextView","class":"TextView","text":"Hello","parentpathid":2111703007,"objectid":-1187987555,"selfid":-1370099946,"resource-id":"com.google.android.apps.messaging%3Aid%2Fmessage_text","propmask":8,"bounds":"%5B77%2C147%5D%5B433%2C193%5D","top":147,"left":77,"bottom":193,"right":433,"uitreeindex":1,"childlevel":0,"textdescid":1674132369,"nodehash-id":-1118511049,"uuid":"84b92dfe-539a-4c62-c4e3-c4b1b3c4e534","varname":"TextView_MessageText","objecttable-uuid":"1ed2ac11-8d12-4b62-8307-916968650dde","action":"codegen","uititle":"TextView%0Acom.google.android.apps.messaging%3Aid%2Fmessage_text%0AHello","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fmessage_text%3E%5BHello%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1187987555).with('selfid'%2C%20-1370099946).with('textdescid'%2C%201674132369).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fmessage_text')%0A%20%20%20%20%20%20.with('text'%2C%20'Hello')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"goto_Home"},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"for%20i%20in%200..4%0A%20%20swipe_vertical%2020%0A%20%20waitsecond(2)%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).resid(%22com.google.android.apps.messaging%3Aid%2Freply_menu_header%22).exists%0A%20%20%20%20break%0A%20%20elsif%20uiObj(%22android.view.View%22).resid(%22com.google.android.wearable.app%3Aid%2Fime_choice%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(2)%0A%20%20end%0Aend","varname":"show_Option_2","objecttable-uuid":"0df52f30-57fb-433f-b340-0e850bb4b510","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_deleteSMS","objecttable-uuid":"49f196c2-5793-47e6-9a23-ec36b7b2d27a","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Delete%20last%20message","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":119,"index":1,"classname":"Button","class":"Button","parentpathid":-902132907,"objectid":1462699923,"selfid":-630553976,"resource-id":"com.google.android.apps.messaging%3Aid%2Fconfirm_button","propmask":28,"bounds":"%5B288%2C302%5D%5B403%2C417%5D","top":302,"left":288,"bottom":417,"right":403,"uitreeindex":2,"childlevel":0,"textdescid":-1900942611,"nodehash-id":-1085558557,"uuid":"febf061f-cb76-49cc-f2ec-c0cf667b1adf","varname":"Button_ConfirmButton","objecttable-uuid":"1be61add-c2c7-4367-e1e3-c0a7df15f092","action":"codegen","uititle":"Button%0Acom.google.android.apps.messaging%3Aid%2Fconfirm_button","uinameinfo":"%3Ccom.google.android.apps.messaging%3Aid%2Fconfirm_button%3E","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201462699923).with('selfid'%2C%20-630553976).with('textdescid'%2C%20-1900942611).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'Button')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.apps.messaging%3Aid%2Fconfirm_button')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"f9b436c6-9784-478d-b523-0c0051ed97a1","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
{"name":"setAlarm_GotoApp","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fswiperight","codegen":"wakeUp","varname":"wakeUp","objecttable-uuid":"2e288977-57e6-4f16-877f-f35e1ad743f6","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswiperight","uinameinfo":"%3Csoftkey%3A%2Fswiperight%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fmenu","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu","objecttable-uuid":"3800ed13-49b0-4d20-f1e1-809992fe378c","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fmenu","uinameinfo":"%3Csoftkey%3A%2Fmenu%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswiperight","codegen":"swipe_horizontal%2010","varname":"swipeRight_1","objecttable-uuid":"9001d162-487f-4ab5-c058-f39d7e9526c3","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswiperight","uinameinfo":"%3Csoftkey%3A%2Fswiperight%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp","objecttable-uuid":"21bacc09-bf49-487d-9c56-4bac3d4e55e1","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Alarm","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Awaitsecond(1)%0A%0Aif%20uiObj(%22TextView%22).text(%22New%20alarm%22).exists%0A%09%24msg%20%3D%20%22New%20alarm%22%0A%09puts%20%24msg%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%09waitsecond(2)%0A%0A%09for%20i%20in%200..5%0A%20%20%20%20%20%20%20%09%24msg%20%3D%20%22i%20%3D%20%23%7Bi%7D%22%0A%09%09puts%20%24msg%0A%09%09logcat(%24msg)%0A%09%09writelog(%24msg)%0A%09%09waitsecond(2)%0A%20%20%20%20%20%20%0A%09%09if%20uiObj(%22TextView%22).text(%22One%20time%22).exists%0A%09%09%09uiObj('TextView').text(%22One%20time%22).click%0A%09%09%09%24msg%20%3D%20%22New%20alarm%20%3E%3E%20One%20time%22%0A%09%09%09puts%20%24msg%0A%09%09%09logcat(%24msg)%0A%09%09%09writelog(%24msg)%0A%0A%09%09%09waitsecond(2)%0A%0A%09%09%09if%20uiObj(%22TextView%22).text(%22Repeat%22).exists%0A%09%09%09%09uiObj('TextView').text(%22Remove%22).click%0A%09%09%09%09%0A%09%09%09%09%24msg%20%3D%20%22New%20alarm%20%3E%3E%20Remove%20OK%22%0A%09%09%09%09puts%20%24msg%0A%09%09%09%09logcat(%24msg)%0A%09%09%09%09writelog(%24msg)%0A%0A%09%09%09%09waitsecond(2)%0A%09%09%09end%0A%09%09end%0A%0A%09%09if%20uiObj(%22TextView%22).text(%22No%20alarms%20set%22).exists%0A%09%09%09waitsecond(2)%0A%09%09%09break%0A%09%09end%0A%09end%0A%0A%09waitsecond(2)%0A%0A%09pressKeyCode(4)%0A%09waitsecond(2)%0A%0A%09pressMenu%0A%09waitsecond(2)%0A%09%0A%09swipe_horizontal%2010%0A%09waitsecond(2)%0A%0A%09gotoApp('Alarm')%0A%09waitsecond(2)%0Aend","varname":"Check_New_Alarm","objecttable-uuid":"ca689962-c4a5-47b0-b5a6-ecc2620e3c0a","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"logStartTest(%2205_01_06_02_PIM%22)","varname":"LogStart","objecttable-uuid":"01743005-6dd7-4617-82a7-e7912e697906","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"wakeUp%0Aswipe_vertical%2020","varname":"swipeDown","objecttable-uuid":"34539784-3a37-481e-ad20-3262a96ebaf0","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswiperight","codegen":"swipe_horizontal%2010","varname":"swipeRight_2","objecttable-uuid":"43dbe0f6-2aab-43de-c43a-18b1aa8aa152","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswiperight","uinameinfo":"%3Csoftkey%3A%2Fswiperight%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswiperight","codegen":"swipe_horizontal%2010","varname":"swipeRight_3","objecttable-uuid":"1ca67391-0d48-4e37-f32c-3597b0bd417c","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswiperight","uinameinfo":"%3Csoftkey%3A%2Fswiperight%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswiperight","codegen":"swipe_horizontal%2010","varname":"swipeRight_4","objecttable-uuid":"680b3cd4-cca8-44aa-d76d-6ad9b572757d","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswiperight","uinameinfo":"%3Csoftkey%3A%2Fswiperight%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":17,"index":0,"classname":"TextView","class":"TextView","text":"Set%20alarm","parentpathid":1748974714,"objectid":-337373855,"selfid":-1105113556,"resource-id":"com.google.android.deskclock%3Aid%2Ftext","propmask":8,"bounds":"%5B176%2C161%5D%5B457%2C322%5D","top":161,"left":176,"bottom":322,"right":457,"uitreeindex":2,"childlevel":0,"textdescid":-1537748564,"nodehash-id":-1103172149,"uuid":"86c03eae-9ad9-453e-aa99-f248ab134d79","varname":"Set_Alarm","objecttable-uuid":"8cbbe415-377d-4b08-b84c-7940a0836e05","action":"codegen","uititle":"TextView%0Acom.google.android.deskclock%3Aid%2Ftext%0ASet%20alarm","uinameinfo":"%3Ccom.google.android.deskclock%3Aid%2Ftext%3E%5BSet%20alarm%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-337373855).with('selfid'%2C%20-1105113556).with('textdescid'%2C%20-1537748564).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.deskclock%3Aid%2Ftext')%0A%20%20%20%20%20%20.with('text'%2C%20'Set%20alarm')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%23waitsecond(3)%0AlogStopTest(%2205_01_06_02_PIM%22)%0A%0A%23waitsecond(2)%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"LogStop","objecttable-uuid":"7e82045c-b965-466b-a0aa-cd9f86fc71f9","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true}]}
{"name":"shuffleMusic_GoogleMusic","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Awaitsecond(1)%0A%0ApressMenu%0Awaitsecond(1)%0A%0Aif%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fpreview%22).exists%20and%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fname%22).exists%0A%09%24msg%20%3D%20%22Watch%20Face%20Change%20Displaying....%22%0A%09puts%20%24msg%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%09waitsecond(1)%0A%0A%09pressHome%0A%0A%09%24msg%20%3D%20%22pressHome%20%3E%3E%20Watch%20Face%20Escape%20%22%0A%09puts%20%24msg%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%09waitsecond(1)%0Aend","varname":"Check_Watch_Face","objecttable-uuid":"e29015f0-de9a-411e-ae80-bde6c21b6087","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"0","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":3,"index":2,"classname":"ImageView","class":"ImageView","parentpathid":569759917,"listpath":"0","objectid":-1140743559,"selfid":-77028276,"resource-id":"com.google.android.wearable.app%3Aid%2Fnext_track","propmask":12,"bounds":"%5B364%2C216%5D%5B432%2C284%5D","top":216,"left":364,"bottom":284,"right":432,"uitreeindex":4,"childlevel":0,"textdescid":-1003311929,"classresourceid":171675282,"nodehash-id":600795205,"uuid":"b99c58d3-fe1e-4b9d-a4a4-216496e7172e","varname":"ImageView_NextTrack_1","objecttable-uuid":"36f198f1-d5dd-4074-8630-211629534e89","action":"codegen","uititle":"ImageView%0Acom.google.android.wearable.app%3Aid%2Fnext_track","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fnext_track%3E","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1140743559).with('selfid'%2C%20-77028276).with('textdescid'%2C%20-1003311929).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20171675282)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fnext_track')","behavior":"ifFailJumpTo","jumpvarname":"LogStart","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu","objecttable-uuid":"055a0ef8-f9d9-4a00-8845-be61416a2bef","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp","objecttable-uuid":"dab1cc75-8ace-4b52-9173-5a0360499ffe","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true,"inputtext":"Play%20Music"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":8,"index":1,"classname":"TextView","class":"TextView","text":"Play%20on%20Wear","parentpathid":120133214,"objectid":1197182896,"selfid":-42316734,"resource-id":"com.google.android.music%3Aid%2Ftitle","propmask":8,"bounds":"%5B166%2C358%5D%5B318%2C399%5D","top":358,"left":166,"bottom":399,"right":318,"uitreeindex":3,"childlevel":0,"textdescid":-1845768772,"nodehash-id":1953156954,"uuid":"8f694ce0-5f1a-47a2-9882-715a6938fe42","varname":"TextView_Title_1","objecttable-uuid":"832dde2d-28e2-4679-e612-c39b80775909","action":"codegen","uititle":"TextView%0Acom.google.android.music%3Aid%2Ftitle%0APlay%20on%20Wear","uinameinfo":"%3Ccom.google.android.music%3Aid%2Ftitle%3E%5BPlay%20on%20Wear%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201197182896).with('selfid'%2C%20-42316734).with('textdescid'%2C%20-1845768772).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.music%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'Play%20on%20Wear')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_PlaylistTitle"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":8,"index":1,"classname":"TextView","class":"TextView","text":"Play%20on%20Wear","parentpathid":120133214,"objectid":1197182896,"selfid":-42316734,"resource-id":"com.google.android.music%3Aid%2Ftitle","propmask":8,"bounds":"%5B166%2C358%5D%5B318%2C399%5D","top":358,"left":166,"bottom":399,"right":318,"uitreeindex":3,"childlevel":0,"textdescid":-1845768772,"nodehash-id":1953156954,"uuid":"8f694ce0-5f1a-47a2-9882-715a6938fe42","varname":"TextView_Title_2","objecttable-uuid":"0352e3cf-c115-4c45-af6b-5efb4267cc30","action":"codegen","uititle":"TextView%0Acom.google.android.music%3Aid%2Ftitle%0APlay%20on%20Wear","uinameinfo":"%3Ccom.google.android.music%3Aid%2Ftitle%3E%5BPlay%20on%20Wear%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201197182896).with('selfid'%2C%20-42316734).with('textdescid'%2C%20-1845768772).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.music%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'Play%20on%20Wear')","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":98,"index":4,"classname":"TextView","class":"TextView","text":"Wear","parentpathid":977177730,"objectid":1928194679,"selfid":-1627616556,"resource-id":"com.google.android.music%3Aid%2Fplaylist_title","propmask":8,"bounds":"%5B190%2C312%5D%5B290%2C423%5D","top":312,"left":190,"bottom":423,"right":290,"uitreeindex":3,"childlevel":0,"textdescid":300968312,"nodehash-id":836613865,"uuid":"b1bee876-82f3-401a-907b-fde94d694071","varname":"TextView_PlaylistTitle","objecttable-uuid":"d80ec84f-6805-4cdf-970e-6170ec429f33","action":"codegen","uititle":"TextView%0Acom.google.android.music%3Aid%2Fplaylist_title%0AWear","uinameinfo":"%3Ccom.google.android.music%3Aid%2Fplaylist_title%3E%5BWear%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201928194679).with('selfid'%2C%20-1627616556).with('textdescid'%2C%20300968312).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.music%3Aid%2Fplaylist_title')%0A%20%20%20%20%20%20.with('text'%2C%20'Wear')","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":133,"index":1,"classname":"TextView","class":"TextView","text":"Choose%20output","parentpathid":402756905,"objectid":-1627054395,"selfid":2109702396,"resource-id":"com.google.android.music%3Aid%2Ftitle","propmask":8,"bounds":"%5B4%2C0%5D%5B475%2C153%5D","top":0,"left":4,"bottom":153,"right":475,"uitreeindex":4,"childlevel":0,"textdescid":-1665923823,"nodehash-id":1953156954,"uuid":"840f8e99-1c78-4e3a-b113-db44cf43f340","varname":"TextView_SelectOutput","objecttable-uuid":"c5381455-42b0-4c29-a934-2463126dbbd7","action":"codegen","uititle":"TextView%0Acom.google.android.music%3Aid%2Ftitle%0AChoose%20output","uinameinfo":"%3Ccom.google.android.music%3Aid%2Ftitle%3E%5BChoose%20output%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1627054395).with('selfid'%2C%202109702396).with('textdescid'%2C%20-1665923823).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.music%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'Choose%20output')","behavior":"ifFailJumpTo","jumpvarname":"goto_Home","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":104,"index":1,"classname":"TextView","class":"TextView","text":"Speaker","parentpathid":120133214,"objectid":1197182896,"selfid":1915081553,"resource-id":"com.google.android.music%3Aid%2Ftitle","propmask":8,"bounds":"%5B166%2C220%5D%5B261%2C261%5D","top":220,"left":166,"bottom":261,"right":261,"uitreeindex":1,"childlevel":0,"textdescid":-723584367,"nodehash-id":1953156954,"uuid":"e3ccebee-da6d-4ec2-ae5d-f0650f26a830","varname":"TextView_Speaker","objecttable-uuid":"23c05ac3-c1e6-456a-b31b-7a7c6a7fec4c","action":"codegen","uititle":"TextView%0Acom.google.android.music%3Aid%2Ftitle%0ASpeaker","uinameinfo":"%3Ccom.google.android.music%3Aid%2Ftitle%3E%5BSpeaker%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201197182896).with('selfid'%2C%201915081553).with('textdescid'%2C%20-723584367).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.music%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'Speaker')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"ef4d5848-692a-4861-dcc4-873b0628d3f4","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipedown","codegen":"wakeUp%0A%0Afor%20i%20in%200..7%0A%20%20if%20!uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20swipe_vertical%2020%0A%20%20%20%20waitsecond(2)%0A%20%20%20%20%0A%20%20%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fsmall_icon%22).exists%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20end%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend%0A%0Awaitsecond(2)","varname":"Activation_MusicW","objecttable-uuid":"7044090e-552c-4c11-82b3-9519aed1f839","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipedown","uinameinfo":"%3Csoftkey%3A%2Fswipedown%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":0,"index":1,"classname":"TextView","class":"TextView","text":"1427","parentpathid":986648356,"objectid":-1097734111,"selfid":-1419618899,"resource-id":"com.google.android.wearable.app%3Aid%2Fstart_time","propmask":8,"bounds":"%5B71%2C145%5D%5B409%2C197%5D","top":145,"left":71,"bottom":197,"right":409,"uitreeindex":2,"childlevel":0,"textdescid":2123859129,"nodehash-id":2039308700,"uuid":"6096eb3c-41b6-415e-811e-e4d7b37bf187","varname":"TextView_StartTime","objecttable-uuid":"5f593747-abbc-4e51-c16f-075c41c31f93","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fstart_time%0A1427","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fstart_time%3E%5B1427%5D","actiontype":"click","selectstrategy":"Exact","randomexec":"0","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1097734111).with('selfid'%2C%20-1419618899).with('textdescid'%2C%202123859129).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fstart_time')%0A%20%20%20%20%20%20.with('text'%2C%20'1427')","loadfromsavedobject":true,"behavior":"default","jumpvarname":"goto_Home"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":2,"index":0,"classname":"ImageView","class":"ImageView","parentpathid":1595814880,"listpath":"0","objectid":726849438,"selfid":541159049,"content-desc":"Play%20Music","resource-id":"com.google.android.wearable.app%3Aid%2Fsmall_icon","propmask":8,"bounds":"%5B193%2C34%5D%5B287%2C128%5D","top":34,"left":193,"bottom":128,"right":287,"uitreeindex":0,"childlevel":0,"textdescid":1430480187,"classresourceid":-1973133756,"nodehash-id":-1544013833,"uuid":"a606bbca-0f8e-4391-9ca1-c0a0de29e96e","varname":"ImageView_SmallIcon_3","objecttable-uuid":"f06a31a4-094e-4ea4-9dcd-704c88317af1","action":"codegen","uititle":"ImageView%0Acom.google.android.wearable.app%3Aid%2Fsmall_icon%0A%7BPlay%20Music%7D","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fsmall_icon%3E%7BPlay%20Music%7D","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20726849438).with('selfid'%2C%20541159049).with('textdescid'%2C%201430480187).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20-1973133756)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fsmall_icon')%0A%20%20%20%20%20%20.with('content-desc'%2C%20'Play%20Music')"},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStartTest(%2205_01_07_12_Multi_Media%22)%20","varname":"LogStart","objecttable-uuid":"b31f9a97-6f61-41d0-fdc9-ff9a252b5554","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":3,"index":2,"classname":"ImageView","class":"ImageView","parentpathid":569759917,"listpath":"0","objectid":-1140743559,"selfid":-77028276,"resource-id":"com.google.android.wearable.app%3Aid%2Fnext_track","propmask":12,"bounds":"%5B364%2C216%5D%5B432%2C284%5D","top":216,"left":364,"bottom":284,"right":432,"uitreeindex":4,"childlevel":0,"textdescid":-1003311929,"classresourceid":171675282,"nodehash-id":600795205,"uuid":"d5dc5c4a-21dc-4d9d-a4da-1eb5bf621d26","varname":"ImageView_NextTrack_2","objecttable-uuid":"a017cbf6-588b-4b2a-f578-a72bd3ba5e4d","action":"codegen","uititle":"ImageView%0Acom.google.android.wearable.app%3Aid%2Fnext_track","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fnext_track%3E","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-1140743559).with('selfid'%2C%20-77028276).with('textdescid'%2C%20-1003311929).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20171675282)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%204)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fnext_track')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait8second","codegen":"waitsecond(5)","varname":"wait5second","objecttable-uuid":"f168aa94-5031-4eee-ab43-a1dff4bc9d61","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait8second","uinameinfo":"%3Csoftkey%3A%2Fwait8second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"waitsecond(3)%0AlogStopTest(%2205_01_07_12_Multi_Media%22)%20%0A%0Awaitsecond(2)%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"LogStop","objecttable-uuid":"d650fafe-ddc7-48d4-f560-fe7df3357370","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true}]}
{"name":"startTest","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"","varname":"scriptAction_1","objecttable-uuid":"80a66b93-2cf9-4aba-ac0f-f0a5155b33f9","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
{"name":"stopMusic","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Awaitsecond(1)%0A%0ApressMenu%0Awaitsecond(1)%0A%0Aif%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fpreview%22).exists%20and%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fname%22).exists%0A%09%24msg%20%3D%20%22Watch%20Face%20Change%20Displaying....%22%0A%09puts%20%24msg%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%09waitsecond(1)%0A%0A%09pressHome%0A%0A%09%24msg%20%3D%20%22pressHome%20%3E%3E%20Watch%20Face%20Escape%20%22%0A%09puts%20%24msg%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%09waitsecond(1)%0Aend","varname":"Check_Watch_Face","objecttable-uuid":"e8443e09-7ef5-4049-956f-bff2cf154e9f","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"0","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"logStartTest(%2205_01_07_13_Multi_Media%22)","varname":"LogStart","objecttable-uuid":"92cb8f49-822b-46bb-cf68-08141ef73862","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home","objecttable-uuid":"a2fc6798-2c7c-4c42-8d53-6baa68e5932f","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..2%0A%20%20swipe_vertical%2020%0A%20%20waitsecond(2)%0A%20%20%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fsmall_icon%22).exists%0A%20%20%20%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fsmall_icon%22).click%0A%20%20%20%20break%0A%20%20end%0Aend","varname":"goto_PlayMusic","objecttable-uuid":"0c0f9413-4935-47ad-a391-4bc21d7161bb","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":198,"index":1,"classname":"ImageView","class":"ImageView","parentpathid":569759917,"listpath":"0","objectid":1702355621,"selfid":-1528896392,"resource-id":"com.google.android.wearable.app%3Aid%2Fplay_pause","propmask":12,"bounds":"%5B184%2C195%5D%5B295%2C306%5D","top":195,"left":184,"bottom":306,"right":295,"uitreeindex":3,"childlevel":0,"textdescid":1233416731,"classresourceid":-1280192834,"nodehash-id":-851072911,"uuid":"8125bac7-d327-472a-86ec-b3e883a9843d","varname":"ImageView_PlayPause","objecttable-uuid":"cba08642-f02b-43fb-9ef8-0bd09e699c77","action":"codegen","uititle":"ImageView%0Acom.google.android.wearable.app%3Aid%2Fplay_pause","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fplay_pause%3E","actiontype":"click","selectstrategy":"Exact","randomexec":"100","waittime":"2s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201702355621).with('selfid'%2C%20-1528896392).with('textdescid'%2C%201233416731).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20-1280192834)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%203)%0A%20%20%20%20%20%20.with('classname'%2C%20'ImageView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fplay_pause')","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"pressKeyCode(4)","varname":"pressBack","objecttable-uuid":"9dc26bf2-1969-408b-ed62-6f3abfcf486d","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fswipeleft","codegen":"swipe_vertical_back%2020%0Awaitsecond(2)%0Aswipe_vertical%2020%0Awaitsecond(2)%0Aswipe_horizontal_back%2010","varname":"close_MusicPlayer","objecttable-uuid":"17959a56-3161-4f63-8ed1-6116f9edfef4","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fswipeleft","uinameinfo":"%3Csoftkey%3A%2Fswipeleft%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"%24res%20%3D%20false%0A%0Afor%20j%20in%200..20%0A%09wakeUp%0A%09waitsecond(2)%0A%0A%09if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fcharging_icon%22).exists%20and%20not%20uiObj(%22android.support.v7.widget.RecyclerView%22).resid(%22com.google.android.apps.wearable.settings%3Aid%2Fwheel%22).exists%0A%09%09break%0A%09elsif%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fbig_action_icon%22).exists%0A%09%09break%0A%09elsif%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fsnippet%22).exists%20and%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%09%09break%0A%09else%0A%09%09wakeUp%0A%09%09swipe_horizontal_back%2010%0A%09%09waitsecond(2)%0A%09end%0Aend%0A%0Afor%20i%20in%200..10%0A%09puts%20%22i%20%3D%20%23%7Bi%7D%22%0A%09wakeUp%0A%09waitsecond(2)%0A%09%0A%09for%20j%20in%200..5%0A%09%09if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fbig_action_icon%22).exists%0A%09%09%09if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fcharging_icon%22).exists%0A%09%09%09%09wakeUp%0A%09%09%09%09swipe_vertical%2020%0A%09%09%09%09waitsecond(2)%0A%09%09%09end%0A%09%09%09%0A%09%09%09wakeUp%0A%09%09%09uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fbig_action_icon%22).click%0A%09%09%09waitsecond(2)%0A%09%09%09swipe_horizontal_back%2010%0A%09%09%09waitsecond(2)%0A%0A%09%09%09if%20not%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fbig_action_icon%22).exists%0A%09%09%09%09%24res%20%3D%20true%0A%09%09%09%09break%0A%09%09%09end%0A%09%09else%0A%09%09%09wakeUp%0A%09%09%09swipe_vertical%2020%0A%09%09%09waitsecond(2)%0A%09%09end%0A%09end%0A%0A%09if%20(%24res)%20then%0A%09%09puts%20%22loop%20break%22%0A%09%09break%0A%09end%0Aend%0A","varname":"scriptAction_stopMusicApp","objecttable-uuid":"50a6378c-cbe2-4810-d7c5-e9a06d4bc754","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"0","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"waitsecond(3)%0AlogStopTest(%2205_01_07_13_Multi_Media%22)%0A%0Awaitsecond(2)%0Aif%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0Aend","varname":"LogStop","objecttable-uuid":"b3f6d734-f59d-4d08-8f9f-cf716a7b48bb","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true}]}
{"name":"TestDatabase","dblist":[{"name":"AppName","type":"string","description":"App Name database","data":[{"value":"Contacts"},{"value":"Phone"},{"value":"Chomre"}]},{"name":"CallNumber","type":"string","description":"CallNumber","data":[{"value":"4259790763"},{"value":"A01 a01"}]},{"name":"AP_name","type":"string","description":"AP_name","data":[{"value":"WEAR"}]}]}
{"name":"mainLoop","objectlist":[{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1","objecttable-uuid":"0b3255f6-752b-47ac-df8b-67e842ff8ef9","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"make30sSleep","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1","objecttable-uuid":"251662c2-1cc3-43a7-92aa-8648b258a280","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1_1","objecttable-uuid":"aff37a7f-79c8-494c-e56d-5d0990a2f279","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"50","calltest":"contactCall","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1","objecttable-uuid":"682126c6-8f25-4b36-835a-c6843bc9b87a","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1","objecttable-uuid":"115796c4-6165-48d3-f888-5bb727ba458c","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"50","calltest":"recentCall","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1","objecttable-uuid":"43393dcf-3de2-4c91-96e8-dcd204576e51","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_2_1","objecttable-uuid":"29f74fd7-a847-428f-dea6-55c5c975b525","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"100","calltest":"answerCall","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1","objecttable-uuid":"7ede0f05-a2eb-4f43-8de6-b5fe179ff1ac","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_10_1_1_1","objecttable-uuid":"6a8e0eb9-820f-4267-d8cf-dab4ff4db670","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"1","calltestparam":"none","waittime":"2s","loadfromsavedobject":true,"calltest":"make_Clipboard_Text_160"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_10_1_1","objecttable-uuid":"12d0cac4-101b-4b76-a1e7-2ca90c98c109","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"50","calltestparam":"none","waittime":"2s","loadfromsavedobject":true,"calltest":"sendSMS"},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1","objecttable-uuid":"aafe38f1-c76e-4517-ca12-b42eb15ca6d3","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_10_1","objecttable-uuid":"08139f84-ecca-492b-f720-0abd5da72d77","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"50","calltestparam":"none","waittime":"2s","loadfromsavedobject":true,"calltest":"open_SMS"},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1","objecttable-uuid":"f2f13e52-9b43-4cb4-d99d-3086c7301b6d","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_133_1","objecttable-uuid":"0206db4d-434c-49c6-d8b3-6e4a35935536","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"20","calltestparam":"none","waittime":"2s","calltest":"excutePlayStore","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1_1","objecttable-uuid":"382a71f7-1dc0-4483-8ef9-4ea1fb9ca0c3","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_133_1_1","objecttable-uuid":"af84e646-1fd4-40a9-9377-ac56b8f40884","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"10","calltestparam":"none","waittime":"2s","calltest":"downloadAppByPlayStore","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1_1_1","objecttable-uuid":"f7fbfb57-ad59-41b5-ac22-9c15d99f8555","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_133_1_1_1","objecttable-uuid":"68a2213d-3d11-4a0e-c91b-e864e0be488c","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"1","calltestparam":"none","waittime":"2s","calltest":"closePlayStore","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1_1_1_1","objecttable-uuid":"a92ec007-686f-49c1-f2f6-4989974df958","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_133_1_1_1_1","objecttable-uuid":"a0fdb299-05b7-4413-c6a2-73fd8ac52b6b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"20","calltestparam":"none","waittime":"2s","calltest":"openDownloadedApp","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1_1_1_1_1","objecttable-uuid":"843d0b9f-9d9a-479a-f444-f390bda5afca","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_133_1_1_1","objecttable-uuid":"b6738f16-b8bb-43b1-e181-f7b4d4f077b5","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"1","calltestparam":"none","waittime":"2s","calltest":"deleteDownloadedApp","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1_1","objecttable-uuid":"a17006ed-b351-47b5-cc55-fa86080b2fce","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_25","objecttable-uuid":"1d164d26-3da9-4c69-fa49-1bafa59bd1b6","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":1,"calltestparam":"none","waittime":"2s","calltest":"setAlarm_GotoApp","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_4","objecttable-uuid":"5cf27bdc-6f4d-46f5-843e-647c9c6b7e85","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"1","calltestparam":"none","waittime":"2s","calltest":"remove_Alarm_GotoApp","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1","objecttable-uuid":"0a79a890-ae92-460c-aa75-5c8c0a877f44","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"0","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_133","objecttable-uuid":"0b255548-6d63-452d-8270-f1e92acdeb53","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"0","calltestparam":"none","waittime":"2s","calltest":"playMusic_GoogleMusic","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_101","objecttable-uuid":"f1d9fad6-d535-4a6e-e6d8-5eb8f175c232","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"0","calltestparam":"none","waittime":"2s","loadfromsavedobject":true,"calltest":"shuffleMusic_GoogleMusic"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_14","objecttable-uuid":"bdde7096-da84-4cc9-90db-d481c2a2f1c3","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"0","calltestparam":"none","waittime":"2s","calltest":"stopMusic","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1_1","objecttable-uuid":"e0f3b755-c6c3-4212-f05a-82027075ca3b","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_14_1","objecttable-uuid":"82370dd1-3109-43ca-cfc3-867f43096eab","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"1","calltestparam":"none","waittime":"2s","calltest":"APP_NAVI_GotoApp","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1_1_1","objecttable-uuid":"da29c1f1-ee22-4be4-f303-833f0a2bffb6","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_19_1","objecttable-uuid":"f82d4c0c-031a-4abe-fd0a-54129a3344a2","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"20","calltestparam":"none","waittime":"2s","loadfromsavedobject":true,"calltest":"wifiTurnOnOff_GotoApp"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_2","objecttable-uuid":"f4275844-1179-4537-c428-73e21798935e","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"20","calltestparam":"none","waittime":"2s","loadfromsavedobject":true,"calltest":"wifiConnect_GotoApp"},{"class":"ImageButton","resource-id":"softkey%253A%252Fcalltest","codegen":"","varname":"callTest_1_1_1_1_1_1","objecttable-uuid":"c35272cc-c4b7-4dea-89b3-bb8847e60c13","action":"codegen","uititle":"ImageButton%250Asoftkey%253A%252Fcalltest","uinameinfo":"%253Csoftkey%253A%252Fcalltest%253E","actiontype":"script","calltestloop":"1","calltest":"clean_Home","loadfromsavedobject":true,"randomexec":"100","calltestparam":"none","waittime":"2s"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_2_1","objecttable-uuid":"0257e403-e92c-411b-edc1-e57633d1c0dc","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":"20","calltestparam":"none","waittime":"2s","loadfromsavedobject":true,"calltest":"On_Off_NFC"},{"class":"ImageButton","resource-id":"softkey%3A%2Fcalltest","codegen":"","varname":"callTest_3","objecttable-uuid":"777937e5-b473-4bf2-b5fc-7f9489890cef","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fcalltest","uinameinfo":"%3Csoftkey%3A%2Fcalltest%3E","actiontype":"script","randomexec":"100","calltestloop":1,"calltestparam":"none","waittime":"2s","calltest":"Clean_Device","loadfromsavedobject":true}],"projectname":"Wear_MTBF_170207","objectindex":0}
{"name":"wifiConnect_GotoApp","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0A%0ApressMenu%0Awaitsecond(2)%0A%0Aif%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Fpreview%22).exists%20and%20uiObj(%22TextView%22).resid(%22com.google.android.wearable.app%3Aid%2Fname%22).exists%0A%09%24msg%20%3D%20%22Watch%20Face%20Change%20Displaying....%22%0A%09puts%20%24msg%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%09waitsecond(2)%0A%0A%09pressHome%0A%09waitsecond(2)%0A%20%20%0A%09%24msg%20%3D%20%22pressHome%20%3E%3E%20Watch%20Face%20Escape%20%22%0A%09puts%20%24msg%0A%09logcat(%24msg)%0A%09writelog(%24msg)%0A%09waitsecond(2)%0Aend%0A","varname":"Check_Watch_Face","objecttable-uuid":"ae625888-b965-4637-e81a-38096bb186df","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20waitsecond(3)%0Aend","varname":"scriptAction_check_IncomingCall_1","objecttable-uuid":"5f7e9678-53f8-4644-8ce0-bc719a2b0c7e","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":69,"index":0,"classname":"TextView","class":"TextView","text":"Connectivity","parentpathid":-1348188656,"listpath":"0","objectid":1792120625,"selfid":97097912,"resource-id":"android%3Aid%2Ftitle","propmask":0,"bounds":"%5B0%2C72%5D%5B480%2C141%5D","top":72,"left":0,"bottom":141,"right":480,"uitreeindex":0,"childlevel":0,"textdescid":-1797333382,"classresourceid":490183159,"nodehash-id":-733414726,"uuid":"45259684-edb1-449f-f93b-464d105f704e","varname":"TextView_Title_Connectivity","objecttable-uuid":"8cf2bbd5-2830-4731-ed30-f9c0588c9b07","action":"codegen","uititle":"TextView%0Aandroid%3Aid%2Ftitle%0AConnectivity","uinameinfo":"%3Candroid%3Aid%2Ftitle%3E%5BConnectivity%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201792120625).with('selfid'%2C%2097097912).with('textdescid'%2C%20-1797333382).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20490183159)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'Connectivity')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"TextView_Title_Bluetooth"},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_WiFi_1","objecttable-uuid":"2f9b88e6-4cf9-4d83-b109-6114befce5d2","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Wi-Fi","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":161,"index":0,"classname":"TextView","class":"TextView","text":"Bluetooth","parentpathid":615275812,"listpath":"1","objectid":-341899195,"selfid":-108668083,"resource-id":"android%3Aid%2Ftitle","propmask":8,"bounds":"%5B170%2C173%5D%5B297%2C219%5D","top":173,"left":170,"bottom":219,"right":297,"uitreeindex":2,"childlevel":0,"textdescid":-730639859,"classresourceid":490183159,"nodehash-id":-733414726,"uuid":"314e4d62-b2e6-4247-f091-0a08516945f2","varname":"TextView_Title_Bluetooth","objecttable-uuid":"7f49e3db-704a-400f-d608-fe6116a30bfc","action":"codegen","uititle":"TextView%0Aandroid%3Aid%2Ftitle%0ABluetooth","uinameinfo":"%3Candroid%3Aid%2Ftitle%3E%5BBluetooth%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-341899195).with('selfid'%2C%20-108668083).with('textdescid'%2C%20-730639859).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20490183159)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'Bluetooth')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"goto_Home_1"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":161,"index":0,"classname":"TextView","class":"TextView","text":"Cellular","parentpathid":615275812,"listpath":"3","objectid":-341899195,"selfid":-13782805,"resource-id":"android%3Aid%2Ftitle","propmask":8,"bounds":"%5B170%2C411%5D%5B268%2C457%5D","top":411,"left":170,"bottom":457,"right":268,"uitreeindex":6,"childlevel":0,"textdescid":-619262533,"classresourceid":490183159,"nodehash-id":-733414726,"uuid":"08027965-3c9c-418c-f3d3-c551f34d41d0","varname":"TextView_Title_Cellular","objecttable-uuid":"74ad0688-c51e-4533-f33d-dd40cd981d9c","action":"codegen","uititle":"TextView%0Aandroid%3Aid%2Ftitle%0ACellular","uinameinfo":"%3Candroid%3Aid%2Ftitle%3E%5BCellular%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-341899195).with('selfid'%2C%20-13782805).with('textdescid'%2C%20-619262533).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20490183159)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%206)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'Cellular')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"goto_Home_1"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":243,"index":0,"classname":"TextView","class":"TextView","text":"WiFi","parentpathid":38980575,"listpath":"0","objectid":-170893184,"selfid":-589731018,"resource-id":"android%3Aid%2Ftitle","propmask":0,"bounds":"%5B0%2C68%5D%5B480%2C137%5D","top":68,"left":0,"bottom":137,"right":480,"uitreeindex":0,"childlevel":0,"textdescid":1589370827,"classresourceid":490183159,"nodehash-id":-733414726,"uuid":"d7b29113-1504-444e-b401-3b20303eef9a","varname":"TextView_Title_WiFi","objecttable-uuid":"6215a51f-2694-4958-ad3a-cb2889d4e8e4","action":"codegen","uititle":"TextView%0Aandroid%3Aid%2Ftitle%0AWiFi","uinameinfo":"%3Candroid%3Aid%2Ftitle%3E%5BWiFi%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-170893184).with('selfid'%2C%20-589731018).with('textdescid'%2C%201589370827).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20490183159)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'WiFi')","behavior":"ifFailJumpTo","jumpvarname":"scriptAction_Check_WiFi_On","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_1","objecttable-uuid":"715e118d-6952-4c6c-f507-08abc842770a","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fenter","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu","objecttable-uuid":"f3f62efb-bdd2-448f-f130-3f623b47ce3e","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fenter","uinameinfo":"%3Csoftkey%3A%2Fenter%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_Settings","objecttable-uuid":"58185982-7087-4bc3-93a4-65e6a307fec2","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Settings","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_Connectivity","objecttable-uuid":"0aa8b8af-c111-41c5-a699-95bea66c90f7","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Connectivity","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_WiFi_2","objecttable-uuid":"bd26d288-d3be-482e-9716-88f72241c7f0","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Wi-Fi","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20waitsecond(3)%0Aend","varname":"scriptAction_check_IncomingCall_2","objecttable-uuid":"7a8da6c8-145f-45e2-966a-644a3c96386c","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20uiObj(%22TextView%22).text(%22Connectivity%22).exists%20and%20(%24myTestResult)%0A%20%20uiObj(%22TextView%22).text(%22Wi-Fi%22).click%0A%20%20waitsecond(2)%0Aend%0A%0Aif%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Saved%20networks%22).exists%20and%20!uiObj(%22TextView%22).text(%22About%20Wi-Fi%22).exists%20and%20!uiObj(%22TextView%22).text(%22Add%20network%22).exists%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0Aend%0A%0Aif%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Add%20network%22).exists%20and%20!uiObj(%22TextView%22).text(%22Automatic%22).exists%20and%20!uiObj(%22TextView%22).text(%22Off%22).exists%20and%20!uiObj(%22TextView%22).text(%22Saved%20networks%22).exists%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0Aend%0A%0Aif%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20(uiObj(%22TextView%22).text(%22Automatic%22).exists%20or%20uiObj(%22TextView%22).text(%22Off%22).exists)%0A%20%20if%20uiObj(%22TextView%22).text(%22Automatic%22).exists%0A%20%20%20%20%24msg%20%3D%20%22WiFi%20is%20turned%20on%20already.%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Off%22).exists%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Off%22).click%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Off'%20for%20WiFi%20On%22%0A%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20else%0A%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Off'%20Fail%20for%20WiFi%20On%22%0A%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20end%0A%20%20%20%20%0A%20%20%20%20for%20i%20in%200..4%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Automatic%22).exists%0A%20%20%20%20%20%20%20%20waitsecond(10)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Wi-Fi%20On%20Success%22%0A%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20%20%20%20%20waitsecond(3)%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20elsif%20uiObj(%22TextView%22).text(%22Off%22).exists%0A%20%20%20%20%20%20%20%20if%20i%20%3D%3D%204%0A%20%20%20%20%20%20%20%20%20%20%24myFailReason%20%3D%20%22Wi-Fi%20On%20Fail%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Wi-Fi%20On%20Fail%22%0A%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Off%22).click%0A%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Off'%20retry%20for%20WiFi%20On%22%0A%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Off'%20retry%20Fail%20for%20WiFi%20On%22%0A%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20end%0Aelse%0A%20%20%24myFailReason%20%3D%20%22Cannot%20find%20WiFi%20menu%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%24myTestResult%20%3D%20false%0A%20%20%0A%20%20%24msg%20%3D%20%22Cannot%20find%20WiFi%20Menu%20in%20scriptAction_Check_WiFi_On%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0Aend","varname":"scriptAction_Check_WiFi_On","objecttable-uuid":"7b6a8fab-216f-4958-b36a-84d99287d59b","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Afor%20i%20in%200..9%0A%20%20isNoSavedNetwork%20%3D%20false%0A%20%20%0A%20%20if%20%24curLoopNum%20!%3D%200%0A%20%20%20%20break%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20uiObj(%22TextView%22).text(%22Connectivity%22).exists%20and%20(%24myTestResult)%0A%20%20%20%20uiObj(%22TextView%22).text(%22Wi-Fi%22).click%0A%20%20%20%20waitsecond(2)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Saved%20networks%22).exists%20and%20!uiObj(%22TextView%22).text(%22About%20Wi-Fi%22).exists%20and%20!uiObj(%22TextView%22).text(%22Add%20network%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(2)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Add%20network%22).exists%20and%20!uiObj(%22TextView%22).text(%22Automatic%22).exists%20and%20!uiObj(%22TextView%22).text(%22Off%22).exists%20and%20!uiObj(%22TextView%22).text(%22Saved%20networks%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(2)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20(uiObj(%22TextView%22).text(%22Automatic%22).exists%20or%20uiObj(%22TextView%22).text(%22Off%22).exists)%20and%20(%24myTestResult)%0A%20%20%20%20for%20i%20in%200..4%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Saved%20networks%22).exists%0A%20%20%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Saved%20networks%22).click%0A%20%20%20%20%20%20%20%20waitsecond(5)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20%20%20%20%20waitsecond(3)%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Saved%20networks%22).exists%20and%20!uiObj(%22TextView%22).text(%22About%20Wi-Fi%22).exists%20and%20!uiObj(%22TextView%22).text(%22Add%20network%22).exists%0A%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22ImageView%22).resid(%22android%3Aid%2Ficon%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20uiObj(%22ImageView%22).resid(%22android%3Aid%2Ficon%22).click%0A%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22ImageButton%22).resid(%22android%3Aid%2Fbutton1%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20uiObj(%22ImageButton%22).resid(%22android%3Aid%2Fbutton1%22).click%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Saved%20network%20was%20forgotten.%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20isNoSavedNetwork%20%3D%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22No%20saved%20networks.%22%0A%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20swipe_vertical(20)%0A%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20if%20i%20%3D%3D%204%0A%20%20%20%20%20%20%20%20%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20entry%20Saved%20networks%20Menu%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Cannot%20entry%20Saved%20networks%20Menu%22%0A%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20swipe_vertical(20)%0A%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20i%20%3D%3D%204%0A%20%20%20%20%20%20%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20find%20Saved%20networks%20Menu%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Cannot%20find%20Saved%20networks%20Menu%22%0A%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20%20%20%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(2)%0A%20%20else%0A%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20find%20WiFi%20menu%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%0A%20%20%20%20%24msg%20%3D%20%22Cannot%20find%20WiFi%20Menu%20in%20scriptAction_WiFi_Forget_Before%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%0A%20%20end%0A%20%20%0A%20%20if%20isNoSavedNetwork%20or%20!(%24myTestResult)%0A%20%20%20%20break%0A%20%20end%0Aend","varname":"scriptAction_WiFi_Forget_Before","objecttable-uuid":"710c8116-dc49-4053-8696-87b711e358a4","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStartTest(%2205_01_10_02_WiFi%22)","varname":"LogStart","objecttable-uuid":"8e4a3b60-6b22-497c-9316-2200d83a6869","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20waitsecond(3)%0Aend%0A%0Aif%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20uiObj(%22TextView%22).text(%22Connectivity%22).exists%20and%20(%24myTestResult)%0A%20%20uiObj(%22TextView%22).text(%22Wi-Fi%22).click%0A%20%20waitsecond(2)%0Aend%0A%0Aif%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Saved%20networks%22).exists%20and%20!uiObj(%22TextView%22).text(%22About%20Wi-Fi%22).exists%20and%20!uiObj(%22TextView%22).text(%22Add%20network%22).exists%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0Aend%0A%0Aif%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Add%20network%22).exists%20and%20!uiObj(%22TextView%22).text(%22Automatic%22).exists%20and%20!uiObj(%22TextView%22).text(%22Off%22).exists%20and%20!uiObj(%22TextView%22).text(%22Saved%20networks%22).exists%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0Aend%0A%0Aif%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20(uiObj(%22TextView%22).text(%22Automatic%22).exists%20or%20uiObj(%22TextView%22).text(%22Off%22).exists)%20and%20(%24myTestResult)%0A%20%20for%20i%20in%200..2%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Add%20network%22).exists%0A%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Add%20network%22).click%0A%20%20%20%20%20%20waitsecond(4)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Add%20network%22).exists%20and%20!uiObj(%22TextView%22).text(%22Automatic%22).exists%20and%20!uiObj(%22TextView%22).text(%22Off%22).exists%20and%20!uiObj(%22TextView%22).text(%22Saved%20networks%22).exists%0A%20%20%20%20%20%20%20%20for%20j%20in%200..4%0A%20%20%20%20%20%20%20%20%20%20if%20!uiObj(%22ImageView%22).resid(%22android%3Aid%2Ficon%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20j%20%3D%3D%204%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20find%20available%20WiFi%20AP%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Cannot%20find%20available%20WiFi%20AP%20list_1%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Connected%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20for%20k%20in%200..5%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22ImageView%22).resid(%22android%3Aid%2Ficon%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20swipe_vertical_back(20)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Add%20network%22).click%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20uiObj(%22ImageView%22).resid(%22android%3Aid%2Ficon%22).exists%0A%20%20%20%20%20%20%20%20%20%20for%20l%20in%200..9%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(3)%0A%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%24res%20%3D%20WiFi_SearchDown(db('AP_name')%5B0%5D)%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(4)%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%24res%20%3D%20WiFi_SearchUp(db('AP_name')%5B0%5D)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20%24res%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20swipe_vertical_back(20)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Add%20network%22).click%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20if%20%24res%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22WiFi%20AP%20search%20success%22%0A%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20%24myFailReason%20%3D%20%22WiFi%20AP%20search%20fail%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22WiFi%20AP%20search%20fail%22%0A%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Cannot%20find%20available%20WiFi%20AP%20list_2%22%0A%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Cannot%20entry%20'Add%20network'%22%0A%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20end%0A%20%20%20%20else%0A%20%20%20%20%20%20swipe_vertical_back(20)%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20if%20i%20%3D%3D%202%0A%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Cannot%20find%20'Add%20network'%22%0A%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20end%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0Aelse%0A%20%20%24myFailReason%20%3D%20%22Cannot%20find%20WiFi%20menu%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%24myTestResult%20%3D%20false%0A%20%20%0A%20%20%24msg%20%3D%20%22Cannot%20find%20WiFi%20Menu%20in%20scriptAction_WiFi_Connect%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0Aend","varname":"scriptAction_WiFi_Connect","objecttable-uuid":"84b6877d-2d88-47fb-e919-8a1707d7a7e4","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":39,"index":1,"classname":"TextView","class":"TextView","text":"RECENT","parentpathid":1550085380,"objectid":1649016719,"selfid":1207222126,"resource-id":"com.google.android.wearable.app%3Aid%2Fsubtitle","propmask":8,"bounds":"%5B130%2C240%5D%5B357%2C291%5D","top":240,"left":130,"bottom":291,"right":357,"uitreeindex":2,"childlevel":0,"textdescid":1837673876,"nodehash-id":-858974806,"uuid":"be7440fb-2033-4ec9-a9df-4a0fbcbda05a","varname":"TextView_Subtitle_Recent_1","objecttable-uuid":"48e5c6be-87b8-4195-8f70-d9c3a4efa7e0","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fsubtitle%0ARECENT","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fsubtitle%3E%5BRECENT%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201649016719).with('selfid'%2C%201207222126).with('textdescid'%2C%201837673876).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fsubtitle')%0A%20%20%20%20%20%20.with('text'%2C%20'RECENT')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_check_IncomingCall_3"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":39,"index":0,"classname":"TextView","class":"TextView","text":"Settings","parentpathid":1550085380,"objectid":2009070145,"selfid":-2070602048,"resource-id":"com.google.android.wearable.app%3Aid%2Ftitle","propmask":8,"bounds":"%5B130%2C189%5D%5B357%2C240%5D","top":189,"left":130,"bottom":240,"right":357,"uitreeindex":1,"childlevel":0,"textdescid":-1793726178,"nodehash-id":1009455622,"uuid":"b4cb4be0-5c0d-41f9-ece7-2f2dbab5eaff","varname":"TextView_Title_Settings_1","objecttable-uuid":"77b9d7c3-3a1e-4cb9-a42c-4f6962855376","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Ftitle%0ASettings","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Ftitle%3E%5BSettings%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%202009070145).with('selfid'%2C%20-2070602048).with('textdescid'%2C%20-1793726178).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'Settings')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_check_IncomingCall_3"},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_Settings_Retry_1","objecttable-uuid":"f19ea479-8a4d-4aa1-c367-0fbcb70e4785","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Settings","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_Connectivity_Retry_1","objecttable-uuid":"43a28c79-04b2-4ed7-c335-ac83a420ff4e","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Connectivity","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20waitsecond(3)%0Aend","varname":"scriptAction_check_IncomingCall_3","objecttable-uuid":"50992dd5-76b6-4882-a42c-667bf773efb8","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait4second","codegen":"if%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20uiObj(%22TextView%22).text(%22Connectivity%22).exists%20and%20(%24myTestResult)%0A%20%20uiObj(%22TextView%22).text(%22Wi-Fi%22).click%0A%20%20waitsecond(2)%0Aend%0A%0Aif%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Saved%20networks%22).exists%20and%20!uiObj(%22TextView%22).text(%22About%20Wi-Fi%22).exists%20and%20!uiObj(%22TextView%22).text(%22Add%20network%22).exists%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0Aend%0A%0Aif%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Add%20network%22).exists%20and%20!uiObj(%22TextView%22).text(%22Automatic%22).exists%20and%20!uiObj(%22TextView%22).text(%22Off%22).exists%20and%20!uiObj(%22TextView%22).text(%22Saved%20networks%22).exists%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0Aend%0A%0Aif%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20(uiObj(%22TextView%22).text(%22Automatic%22).exists%20or%20uiObj(%22TextView%22).text(%22Off%22).exists)%20and%20(%24myTestResult)%0A%20%20%0A%20%20for%20i%20in%200..14%0A%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20waitsecond(3)%0A%20%20%20%20end%0A%09%0A%09for%20i%20in%200..4%0A%20%20%20%20%20%20waitsecond(2)%0A%09%20%20if%20uiObj(%22TextView%22).text(%22Connected%22).exists%0A%09%20%20%20%20break%0A%09%20%20end%0A%20%20%20%20end%0A%20%20%20%20%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Connected%22).exists%20and%20(%24myTestResult)%0A%20%20%20%20%20%20%24msg%20%3D%20%22Find%20success%20connected%20AP%22%0A%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20waitsecond(20)%0A%20%20%20%20%20%20wakeUp%0A%20%20%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20%20%20waitsecond(3)%0A%20%20%20%20%20%20end%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20if%20i%20%3D%3D%2014%0A%20%20%20%20%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20find%20connected%20AP%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Cannot%20find%20connected%20AP%22%0A%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Add%20network%22).exists%0A%20%20%20%20%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Add%20network%22).click%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20for%20i%20in%200..4%0A%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Connected%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20wakeUp%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Add%20network%22).exists%20and%20!uiObj(%22TextView%22).text(%22Automatic%22).exists%20and%20!uiObj(%22TextView%22).text(%22Off%22).exists%20and%20!uiObj(%22TextView%22).text(%22Saved%20networks%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Connected%22).exists%20and%20uiObj(%22ImageView%22).resid(%22android%3Aid%2Ficon%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Find%20success%20connected%20AP%20in%20Add%20Network%20Menu%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(20)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20wakeUp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(3)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20end%0A%09%09%20%20%0A%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Connected%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Find%20success%20connected%20AP_retry%22%0A%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(20)%0A%20%20%20%20%20%20%20%20%20%20%20%20wakeUp%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(3)%0A%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20uiObj(%22TextView%22).text(%22Connectivity%22).exists%20and%20(%24myTestResult)%0A%20%20%20%20%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Wi-Fi%22).click%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20end%0A%20%20%0A%20%20pressKeyCode(4)%0A%20%20waitsecond(2)%0Aelse%0A%20%20%24myFailReason%20%3D%20%22Cannot%20find%20WiFi%20menu%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%24myTestResult%20%3D%20false%0A%20%20%0A%20%20%24msg%20%3D%20%22Cannot%20find%20WiFi%20Menu%20in%20wait20second_After_Connet%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0Aend","varname":"wait20second_After_Connet","objecttable-uuid":"d33785d9-c1a2-4979-f8fd-3b23268ba9af","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait4second","uinameinfo":"%3Csoftkey%3A%2Fwait4second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":39,"index":1,"classname":"TextView","class":"TextView","text":"RECENT","parentpathid":1550085380,"objectid":1649016719,"selfid":1207222126,"resource-id":"com.google.android.wearable.app%3Aid%2Fsubtitle","propmask":8,"bounds":"%5B130%2C240%5D%5B357%2C291%5D","top":240,"left":130,"bottom":291,"right":357,"uitreeindex":2,"childlevel":0,"textdescid":1837673876,"nodehash-id":-858974806,"uuid":"be7440fb-2033-4ec9-a9df-4a0fbcbda05a","varname":"TextView_Subtitle_Recent_2","objecttable-uuid":"0b8783fa-3af7-40eb-d43b-98dfb15dae47","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Fsubtitle%0ARECENT","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Fsubtitle%3E%5BRECENT%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%201649016719).with('selfid'%2C%201207222126).with('textdescid'%2C%201837673876).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Fsubtitle')%0A%20%20%20%20%20%20.with('text'%2C%20'RECENT')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_check_IncomingCall_4"},{"parentid":9223372032559809000,"sourcenodeid":9223372032559809000,"windowid":39,"index":0,"classname":"TextView","class":"TextView","text":"Settings","parentpathid":1550085380,"objectid":2009070145,"selfid":-2070602048,"resource-id":"com.google.android.wearable.app%3Aid%2Ftitle","propmask":8,"bounds":"%5B130%2C189%5D%5B357%2C240%5D","top":189,"left":130,"bottom":240,"right":357,"uitreeindex":1,"childlevel":0,"textdescid":-1793726178,"nodehash-id":1009455622,"uuid":"b4cb4be0-5c0d-41f9-ece7-2f2dbab5eaff","varname":"TextView_Title_Settings_2","objecttable-uuid":"7a6e7362-e8eb-41f4-dc93-195cf8fe7ba2","action":"codegen","uititle":"TextView%0Acom.google.android.wearable.app%3Aid%2Ftitle%0ASettings","uinameinfo":"%3Ccom.google.android.wearable.app%3Aid%2Ftitle%3E%5BSettings%5D","actiontype":"isExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%202009070145).with('selfid'%2C%20-2070602048).with('textdescid'%2C%20-1793726178).with('uniqueparentid'%2C%200)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%201)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'com.google.android.wearable.app%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'Settings')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"scriptAction_check_IncomingCall_4"},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_Settings_Retry_2","objecttable-uuid":"8389c82c-29b9-4f24-9fd4-aac2650ff798","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Settings","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_Connectivity_Retry_2","objecttable-uuid":"a5e07229-8f04-466e-d464-f6970fe2a08b","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Connectivity","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20waitsecond(3)%0Aend","varname":"scriptAction_check_IncomingCall_4","objecttable-uuid":"bb079820-bd7e-4f08-b3e4-914de66c484f","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0Afor%20i%20in%200..9%0A%20%20isNoSavedNetwork%20%3D%20false%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20uiObj(%22TextView%22).text(%22Connectivity%22).exists%0A%20%20%20%20uiObj(%22TextView%22).text(%22Wi-Fi%22).click%0A%20%20%20%20waitsecond(2)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Saved%20networks%22).exists%20and%20!uiObj(%22TextView%22).text(%22About%20Wi-Fi%22).exists%20and%20!uiObj(%22TextView%22).text(%22Add%20network%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(2)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Add%20network%22).exists%20and%20!uiObj(%22TextView%22).text(%22Automatic%22).exists%20and%20!uiObj(%22TextView%22).text(%22Off%22).exists%20and%20!uiObj(%22TextView%22).text(%22Saved%20networks%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(2)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Saved%20networks%22).exists%20or%20(uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20(uiObj(%22TextView%22).text(%22Automatic%22).exists%20or%20uiObj(%22TextView%22).text(%22Off%22).exists))%0A%20%20%20%20for%20i%20in%200..4%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Saved%20networks%22).exists%0A%20%20%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Saved%20networks%22).click%0A%20%20%20%20%20%20%20%20waitsecond(5)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20%20%20%20%20waitsecond(3)%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Saved%20networks%22).exists%20and%20!uiObj(%22TextView%22).text(%22About%20Wi-Fi%22).exists%20and%20!uiObj(%22TextView%22).text(%22Add%20network%22).exists%0A%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22ImageView%22).resid(%22android%3Aid%2Ficon%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20uiObj(%22ImageView%22).resid(%22android%3Aid%2Ficon%22).click%0A%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22ImageButton%22).resid(%22android%3Aid%2Fbutton1%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20uiObj(%22ImageButton%22).resid(%22android%3Aid%2Fbutton1%22).click%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%09%09%09%20%20%24myTestResult%20%3D%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Saved%20network%20was%20forgotten.%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22No%20saved%20networks%22).exists%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20isNoSavedNetwork%20%3D%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22No%20saved%20networks._1%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20isNoSavedNetwork%20%3D%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22No%20saved%20networks._2%22%0A%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20end%0A%09%09%20%20%0A%20%20%20%20%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20swipe_vertical(20)%0A%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%0A%09%09%20%20if%20i%20%3D%3D%204%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Cannot%20entry%20Saved%20networks%20Menu%22%0A%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20swipe_vertical(20)%0A%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20i%20%3D%3D%204%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Cannot%20find%20Saved%20networks%20Menu%22%0A%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20%20%20%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(2)%0A%20%20else%20%20%20%20%0A%20%20%20%20%24msg%20%3D%20%22Cannot%20find%20WiFi%20Menu%20in%20scriptAction_WiFi_Forget_After%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%0A%20%20end%0A%20%20%0A%20%20if%20isNoSavedNetwork%0A%20%20%20%20break%0A%20%20end%0Aend","varname":"scriptAction_WiFi_Forget_After","objecttable-uuid":"332e3a58-3578-439f-d84d-1896311752ff","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStopTest(%2205_01_10_02_WiFi%22)","varname":"logStop","objecttable-uuid":"02fa663d-da3c-4818-d02d-c23ca7ff1c68","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20%24curLoopNum%20%3D%3D%2019%0A%20%20if%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20uiObj(%22TextView%22).text(%22Connectivity%22).exists%0A%20%20%20%20uiObj(%22TextView%22).text(%22Wi-Fi%22).click%0A%20%20%20%20waitsecond(2)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Saved%20networks%22).exists%20and%20!uiObj(%22TextView%22).text(%22About%20Wi-Fi%22).exists%20and%20!uiObj(%22TextView%22).text(%22Add%20network%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(2)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).resid(%22android%3Aid%2Ftitle%22).text(%22Add%20network%22).exists%20and%20!uiObj(%22TextView%22).text(%22Automatic%22).exists%20and%20!uiObj(%22TextView%22).text(%22Off%22).exists%20and%20!uiObj(%22TextView%22).text(%22Saved%20networks%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(2)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20(uiObj(%22TextView%22).text(%22Automatic%22).exists%20or%20uiObj(%22TextView%22).text(%22Off%22).exists)%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Off%22).exists%20%20%20%0A%20%20%20%20%20%20%24msg%20%3D%20%22WiFi%20is%20turned%20off%20already.%22%0A%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20end%0A%20%20%20%20%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Automatic%22).exists%0A%20%20%20%20%20%20uiObj(%22TextView%22).text(%22Automatic%22).click%0A%20%20%20%20%20%20waitsecond(5)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Automatic'%20for%20WiFi%20Off%22%0A%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20for%20i%20in%200..4%0A%09%09if%20uiObj(%22TextView%22).text(%22Automatic%22).exists%0A%09%09%20%20if%20uiObj(%22TextView%22).text(%22Automatic%22).click%0A%09%09%09waitsecond(5)%0A%09%09%09%0A%09%09%09%24msg%20%3D%20%22Click%20'Automatic'%20retry%20for%20WiFi%20Off%22%0A%09%09%09puts%20%24msg%0A%09%09%09logcat(%24msg)%0A%09%09%09writelog(%24msg)%0A%09%09%20%20else%0A%09%09%09%24msg%20%3D%20%22Click%20'Automatic'%20retry%20Fail%20for%20WiFi%20Off%22%0A%09%09%09puts%20%24msg%0A%09%09%09logcat(%24msg)%0A%09%09%09writelog(%24msg)%0A%09%09%20%20end%0A%09%09elsif%20uiObj(%22TextView%22).text(%22Off%22).exists%0A%09%09%20%20%24msg%20%3D%20%22WiFi%20Off%20Success%22%0A%09%09%20%20puts%20%24msg%0A%09%09%20%20logcat(%24msg)%0A%09%09%20%20writelog(%24msg)%0A%09%09%20%20%0A%09%09%20%20break%0A%09%09else%0A%09%09%20%20waitsecond(2)%0A%09%09end%0A%09%20%20end%0A%20%20%20%20end%0A%20%20else%0A%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20find%20WiFi%20menu%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%0A%20%20%20%20%24msg%20%3D%20%22Cannot%20find%20WiFi%20Menu%20in%20scriptAction_Check_WiFi_Off%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%0A%20%20end%0Aend","varname":"scriptAction_Check_WiFi_Off","objecttable-uuid":"71f35f16-55c0-429b-e4c6-1721f1cd6b60","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20%24curLoopNum%20%3D%3D%2019%20or%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0A%0A%20%20for%20i%20in%200..5%0A%20%20%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20end%0A%20%20end%0Aend","varname":"goto_Home_2","objecttable-uuid":"be57a409-1aac-4180-8ffb-f301f5ce2350","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
{"name":"wifiTurnOnOff_GotoApp","objectlist":[{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20waitsecond(3)%0Aend","varname":"scriptAction_check_IncomingCall","objecttable-uuid":"e961c38c-5802-4270-c9c7-45de62e6d5af","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStartTest(%2205_01_10_01_WiFi%22)","varname":"LogStart","objecttable-uuid":"b0bc1069-e675-4d97-d47b-63b77cc93b8a","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":161,"index":0,"classname":"TextView","class":"TextView","text":"Bluetooth","parentpathid":615275812,"listpath":"1","objectid":-341899195,"selfid":-108668083,"resource-id":"android%3Aid%2Ftitle","propmask":8,"bounds":"%5B170%2C173%5D%5B297%2C219%5D","top":173,"left":170,"bottom":219,"right":297,"uitreeindex":2,"childlevel":0,"textdescid":-730639859,"classresourceid":490183159,"nodehash-id":-733414726,"uuid":"314e4d62-b2e6-4247-f091-0a08516945f2","varname":"TextView_Title_Bluetooth","objecttable-uuid":"7a7d2f34-7fa9-4c69-8ae2-61885524510d","action":"codegen","uititle":"TextView%0Aandroid%3Aid%2Ftitle%0ABluetooth","uinameinfo":"%3Candroid%3Aid%2Ftitle%3E%5BBluetooth%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-341899195).with('selfid'%2C%20-108668083).with('textdescid'%2C%20-730639859).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20490183159)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%202)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'Bluetooth')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"goto_Home_1"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":161,"index":0,"classname":"TextView","class":"TextView","text":"Cellular","parentpathid":615275812,"listpath":"3","objectid":-341899195,"selfid":-13782805,"resource-id":"android%3Aid%2Ftitle","propmask":8,"bounds":"%5B170%2C411%5D%5B268%2C457%5D","top":411,"left":170,"bottom":457,"right":268,"uitreeindex":6,"childlevel":0,"textdescid":-619262533,"classresourceid":490183159,"nodehash-id":-733414726,"uuid":"08027965-3c9c-418c-f3d3-c551f34d41d0","varname":"TextView_Title_Cellular","objecttable-uuid":"b0314c55-18d5-4f64-8715-32517f71577d","action":"codegen","uititle":"TextView%0Aandroid%3Aid%2Ftitle%0ACellular","uinameinfo":"%3Candroid%3Aid%2Ftitle%3E%5BCellular%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-341899195).with('selfid'%2C%20-13782805).with('textdescid'%2C%20-619262533).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20490183159)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%206)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'Cellular')","loadfromsavedobject":true,"behavior":"ifFailJumpTo","jumpvarname":"goto_Home_1"},{"parentid":9223372032559810000,"sourcenodeid":9223372032559810000,"windowid":243,"index":0,"classname":"TextView","class":"TextView","text":"WiFi","parentpathid":38980575,"listpath":"0","objectid":-170893184,"selfid":-589731018,"resource-id":"android%3Aid%2Ftitle","propmask":0,"bounds":"%5B0%2C68%5D%5B480%2C137%5D","top":68,"left":0,"bottom":137,"right":480,"uitreeindex":0,"childlevel":0,"textdescid":1589370827,"classresourceid":490183159,"nodehash-id":-733414726,"uuid":"d7b29113-1504-444e-b401-3b20303eef9a","varname":"TextView_Title_WiFi","objecttable-uuid":"c6037f40-1133-428d-d6c9-f06909d9571b","action":"codegen","uititle":"TextView%0Aandroid%3Aid%2Ftitle%0AWiFi","uinameinfo":"%3Candroid%3Aid%2Ftitle%3E%5BWiFi%5D","actiontype":"isNotExist","selectstrategy":"Exact","randomexec":"100","waittime":"1s","codegen":"%20%20%20%20%20%20RUIObject.new.with('objectid'%2C%20-170893184).with('selfid'%2C%20-589731018).with('textdescid'%2C%201589370827).with('uniqueparentid'%2C%200).with('classresourceid'%2C%20490183159)%0A%20%20%20%20%20%20.with('uitreeindex'%2C%200)%0A%20%20%20%20%20%20.with('classname'%2C%20'TextView')%0A%20%20%20%20%20%20.with('resource-id'%2C%20'android%3Aid%2Ftitle')%0A%20%20%20%20%20%20.with('text'%2C%20'WiFi')","behavior":"ifFailJumpTo","jumpvarname":"scriptAction_WiFi_OnOff_Click","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"goto_Home_1","objecttable-uuid":"d4792830-ae52-4be3-b20d-60420acd4492","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fenter","codegen":"for%20i%20in%200..5%0A%20%20if%20uiObj(%22TextView%22).text(%22Agenda%22).exists%0A%20%20%20%20break%0A%20%20else%0A%20%20%20%20pressKeyCode(4)%0A%20%20%20%20waitsecond(1)%0A%20%20end%0Aend","varname":"pressMenu","objecttable-uuid":"b1cafa6f-a37b-4012-d3f9-6e161eb0be05","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fenter","uinameinfo":"%3Csoftkey%3A%2Fenter%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_Settings","objecttable-uuid":"34440d20-5c2a-41d4-f838-b07b104afc66","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Settings","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_Connectivity","objecttable-uuid":"b304da94-716e-4795-9623-db7f0ebdafce","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Connectivity","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fwait2second","codegen":"waitsecond(2)","varname":"wait2second","objecttable-uuid":"30205157-56c8-4dd1-d8c0-c6664732e67c","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fwait2second","uinameinfo":"%3Csoftkey%3A%2Fwait2second%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fgotoapp","codegen":"","varname":"gotoApp_WiFi","objecttable-uuid":"a5f78493-d6d6-4675-8017-f0d67e63fd2a","action":"codegen","uititle":"ImageButton%0Asoftkey%3A%2Fgotoapp","uinameinfo":"%3Csoftkey%3A%2Fgotoapp%3E","actiontype":"script","randomexec":"100","waittime":"2s","inputtext":"Wi-Fi","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%24UIDev.pressKeyCode(6)%0A%20%20waitsecond(3)%0Aend","varname":"scriptAction_check_IncomingCall_1","objecttable-uuid":"73ed092d-7af9-433f-bb87-1340379e1814","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20uiObj(%22TextView%22).text(%22Wi-Fi%22).exists%20and%20(uiObj(%22TextView%22).text(%22Automatic%22).exists%20or%20uiObj(%22TextView%22).text(%22Off%22).exists)%0A%20%20for%20i%20in%200..4%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Automatic%22).exists%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Automatic%22).click%0A%20%20%20%20%20%20%20%20waitsecond(5)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Automatic'%20for%20WiFi%20Off%22%0A%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Automatic'%20Fail%20for%20WiFi%20Off%22%0A%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20end%0A%20%20%20%20elsif%20uiObj(%22TextView%22).text(%22Off%22).exists%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20end%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20waitsecond(3)%0A%20%20end%0A%20%20%0A%20%20if%20uiObj(%22TextView%22).text(%22Off%22).exists%0A%20%20%20%20if%20uiObj(%22TextView%22).text(%22Off%22).click%0A%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Off'%20for%20WiFi%20On%22%0A%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20else%0A%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Off'%20Fail%20for%20WiFi%20On%22%0A%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20end%0A%20%20%20%20%0A%20%20%20%20for%20i%20in%200..4%0A%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Automatic%22).exists%0A%20%20%20%20%20%20%20%20waitsecond(8)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Wi-Fi%20On%20Success%22%0A%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20uiObj(%22android.view.View%22).resid(%22com.google.android.apps.wearable.phone%3Aid%2Freject%22).exists%0A%20%20%20%20%20%20%20%20%20%20%24UIDev.pressKeyCode(6)%0A%20%20%20%20%20%20%20%20%20%20waitsecond(3)%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Automatic%22).click%0A%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Automatic'%20for%20WiFi%20Off%22%0A%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Automatic'%20Fail%20for%20WiFi%20Off%22%0A%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20break%0A%20%20%20%20%20%20elsif%20uiObj(%22TextView%22).text(%22Off%22).exists%0A%20%20%20%20%20%20%20%20if%20i%20%3D%3D%204%0A%20%20%20%20%20%20%20%20%20%20%24myFailReason%20%3D%20%22Wi-Fi%20On%20Fail%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%20%20%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Wi-Fi%20On%20Fail%22%0A%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20if%20uiObj(%22TextView%22).text(%22Off%22).click%0A%20%20%20%20%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Off'%20retry%20for%20WiFi%20On%22%0A%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20%20%20%20%20%24msg%20%3D%20%22Click%20'Off'%20retry%20Fail%20for%20WiFi%20On%22%0A%20%20%20%20%20%20%20%20%20%20%20%20puts%20%24msg%0A%20%20%20%20%20%20%20%20%20%20%20%20logcat(%24msg)%0A%20%20%20%20%20%20%20%20%20%20%20%20writelog(%24msg)%0A%20%20%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20%20%20end%0A%20%20%20%20%20%20else%0A%20%20%20%20%20%20%20%20waitsecond(2)%0A%20%20%20%20%20%20end%0A%20%20%20%20end%0A%20%20else%0A%20%20%20%20%24myFailReason%20%3D%20%22Cannot%20find%20'Off'%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%20%20%24myTestResult%20%3D%20false%0A%20%20%20%20%0A%20%20%20%20%24msg%20%3D%20%22Cannot%20find%20'Off'%22%0A%20%20%20%20puts%20%24msg%0A%20%20%20%20logcat(%24msg)%0A%20%20%20%20writelog(%24msg)%0A%20%20end%0Aelse%0A%20%20%24myFailReason%20%3D%20%22Cannot%20find%20WiFi%20menu%3A%3A%23%7BtakeScreenShot%7D%3A%3Ascreenshot%20saved%22%0A%20%20%24myTestResult%20%3D%20false%0A%20%20%0A%20%20%24msg%20%3D%20%22Cannot%20find%20WiFi%20Menu%22%0A%20%20puts%20%24msg%0A%20%20logcat(%24msg)%0A%20%20writelog(%24msg)%0Aend","varname":"scriptAction_WiFi_OnOff_Click","objecttable-uuid":"07bcf90a-6382-43f2-c836-6c219af5fcd8","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"wakeUp%0AlogStopTest(%2205_01_10_01_WiFi%22)","varname":"LogStop","objecttable-uuid":"c4a8ec42-5937-4950-a38c-674bffb3fa1c","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"1s","loadfromsavedobject":true},{"class":"ImageButton","resource-id":"softkey%3A%2Fscriptaction","codegen":"if%20%24curLoopNum%20%3D%3D%2019%20or%20!(%24myTestResult)%0A%20%20%24myTestResult%20%3D%20true%0A%0A%20%20for%20i%20in%200..5%0A%20%20%20%20if%20uiObj(%22ImageView%22).resid(%22com.google.android.wearable.app%3Aid%2Ficon%22).exists%0A%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20%20%20break%0A%20%20%20%20else%0A%20%20%20%20%20%20pressKeyCode(4)%0A%20%20%20%20%20%20waitsecond(1)%0A%20%20%20%20end%0A%20%20end%0Aend","varname":"goto_Home_2","objecttable-uuid":"ca2ed010-1496-4e54-b10e-c60ec1b10b3e","action":"click","uititle":"ImageButton%0Asoftkey%3A%2Fscriptaction","uinameinfo":"%3Csoftkey%3A%2Fscriptaction%3E","actiontype":"script","randomexec":"100","waittime":"2s","loadfromsavedobject":true}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment