How to use appium to select values of UIAPickerWheel using Java

This is the picker wheel im working with. just filled with states. im not really sure how to go about this because send keys doesnt work.

Thanks everyone.

btw im using appium version 1.4.13 and latest java bindings.

what about setValue?

I have been seeing a lot of that lately but this may sound dumb but i dont get a setValue in my list of methods to use. im using the IOS driver that comes with the bindings.

can you try something like: ((IOSElement) your_element).setValue(“Arizona”);

I think that worked! i gotta do some testing, but i can confirm that value changed to the correct state, the wheel didnt move to show it, which isnt a big deal at all,
thanks for the help!

Using element.sendKeys(“Arizona”) should move the wheel

1 Like

Hey so set value worked in this case…now i thought it wouldve been straight forward with this next case but as you know if it can go wrong it will go wrong… i have 2 pickerwheels and the setvalue doenst seem to work…if i use send keys it errors out.

How are you retrieving the second picker wheel? So far, the simplest explanation I can give for this is that you might be calling setValue again on the first picker wheel rather than the second one. Care to share the code for how you’re retrieving the picker wheel elements?

Hey,
Im treating each picker as a separate element.

WebElement month = driver.findElementByXPath("//UIAApplication[1]/UIAWindow[3]/UIAPicker[1]/UIAPickerWheel[1]");

WebElement year = driver.findElementByXPath("//UIAApplication[1]/UIAWindow[3]/UIAPicker[1]/UIAPickerWheel[2]");

((IOSElement)month).setValue("May");
((IOSElement)year).setValue("2017");

But when i do this nothing happens. no error either.

Is it only the picker wheel for the year not reacting to the setValue call?

nope both are not reacting at all

What does the log from Appium say?

Here is the log… tried my best to trim it down for everyone.

`info: --> POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element {“using”:“xpath”,“value”:"//UIAApplication[1]/UIAWindow[2]/UIAScrollView[1]/UIATextField[3]"}
info: [debug] Waiting up to 10000ms for condition
info: [debug] Pushing command to appium work queue: “au.mainApp().getTreeForXML()”
info: [debug] Sending command to instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-03-07 21:01:21 +0000 Debug: Got new command 85 from instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-03-07 21:01:21 +0000 Debug: evaluating au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-03-07 21:01:22 +0000 Debug: evaluation finished

info: [debug] Socket data received (8192 bytes)

info: [debug] Socket data received (8192 bytes)

info: [debug] [INST] 2016-03-07 21:01:22 +0000 Debug: responding with::true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0",“x”:0,“y”:0,“width”:375,“height”:667},">":[]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/0",“x”:-131.25000894069672,“y”:-232.28126586973667,“width”:637.5000178813934,“height”:1131.5625317394733},">":[]}},{“UIAImage”:{"@":{“name”:“backgroundViewController”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/1",“x”:-93.75,“y”:-165.71875,“width”:562.5,“height”:998.4375},">":[]}},{“UIAImage”:{"@":{“name”:“su_icon-1”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/2",“x”:-37.5,“y”:-103.31640625,“width”:35.15625,“height”:40.4296875},">":[]}},{“UIAStaticText”:{"@":{“name”:“StudentUniverse”,“label”:“StudentUniverse”,“value”:“StudentUniverse”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/3",“x”:6.4453125,“y”:-98.482421875,“width”:195.1171875,“height”:30.76171875},">":[]}},{“UIATableView”:{"@":{“name”:null,“label”:null,“value”:“rows 1 to 5 of 5”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4",“x”:-93.75,“y”:-42.671875,“width”:562.5,“height”:875.390625},">":[{“UIATableGroup”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/0",“x”:-93.75,“y”:-42.671875,“width”:562.5,“height”:38.671875},">":[]}},{“UIATableCell”:{"@":{“name”:“Search”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/1",“x”:-93.75,“y”:-4,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“Search”,“label”:“Search”,“value”:“Search”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/1/0",“x”:-67.3828125,“y”:-4,“width”:509.765625,“height”:70.3125},">":[]}}]}},{“UIATableGroup”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/2",“x”:-93.75,“y”:66.3125,“width”:562.5,“height”:38.671875},">":[{“UIAStaticText”:{"@":{“name”:“My Information”,“label”:“My Information”,“value”:“My Information”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/2/0",“x”:-67.3828125,“y”:66.3125,“width”:509.765625,“height”:36.9140625},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“My Trips”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/3",“x”:-93.75,“y”:104.984375,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“My Trips”,“label”:“My Trips”,“value”:“My Trips”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/3/0",“x”:-67.3828125,“y”:104.984375,“width”:509.765625,“height”:70.3125},">":[]}}]}},{“UIATableGroup”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/4",“x”:-93.75,“y”:175.296875,“width”:562.5,“height”:38.671875},">":[{“UIAStaticText”:{"@":{“name”:“StudentUniverse”,“label”:“StudentUniverse”,“value”:“StudentUniverse”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/4/0",“x”:-67.3828125,“y”:175.296875,“width”:509.765625,“height”:36.9140625},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“Contact Us”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/5",“x”:-93.75,“y”:213.96875,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“Contact Us”,“label”:“Contact Us”,“value”:“Contact Us”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/5/0",“x”:-67.3828125,“y”:213.96875,“width”:509.765625,“height”:70.3125},">":[]}}]}},{

“UIATableCell”:{"@":{“name”:“About Us”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/6",“x”:-93.75,“y”:284.28125,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“About Us”,“label”:“About Us”,“value”:“About Us”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/6/0",“x”:-67.3828125,“y”:284.28125,“width”:509.765625,“height”:70.3125},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“Log out”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/7",“x”:-93.75,“y”:354.59375,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“Log out”,“label”:“Log out”,“value”:“Log out”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/7/0",“x”:-67.3828125,“y”:354.59375,“width”:509.765625,“height”:70.3125},">":[]}}]}}]}},{“UIANavigationBar”:{"@":{“name”:“PaymentInformationView”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5",“x”:0,“y”:24.125,“width”:375,“height”:51.5625},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/0",“x”:0,“y”:0.6875,“width”:375,“height”:75},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/0/0",“x”:0,“y”:75.6875,“width”:375,“height”:0.5859375},">":[]}}]}},{“UIAImage”:{"@":{“name”:“su_icon-1”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/1",“x”:91.9921875,“y”:38.7734375,“width”:23.4375,“height”:26.953125},">":[]}},{“UIAStaticText”:{"@":{“name”:“Payment Information”,“label”:“Payment Information”,“value”:“Payment Information”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/2",“x”:121.2890625,“y”:41.99609375,“width”:161.71875,“height”:20.5078125},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/3",“x”:18.75,“y”:26.46875,“width”:46.875,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:“Back”,“label”:“Back”,“value”:“Back”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/4",“x”:19.921875,“y”:27.640625,“width”:44.53125,“height”:11.71875},">":[]}},{“UIAImage”:{"@":{“name”:“icon_back”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/5",“x”:28.125,“y”:40.53125,“width”:28.125,“height”:28.125},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/6",“x”:309.375,“y”:26.46875,“width”:46.875,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/7",“x”:310.546875,“y”:27.640625,“width”:44.53125,“height”:11.71875},">":[]}},{“UIAImage”:{"@":{“name”:“verisign”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/8",“x”:318.75,“y”:40.53125,“width”:28.125,“height”:28.125},">":[]}},{“UIAButton”:{"@":{“name”:“Back”,“label”:“Back”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/9",“x”:9.375,“y”:37.6015625,“width”:24.609375,“height”:24.609375},">":[]}}]}},{“UIAImage”:{"@":{“name”:“backgroundViewController”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/6",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/7",“x”:0,“y”:75.6875,“width”:187.5,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:“Credit/Debit Card”,“label”:“Credit/Debit Card”,“value”:“Credit/Debit Card”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,"hi

nt":null,“path”:"/0/1/8",“x”:3.51562
info: [debug] [INST] 5,“y”:85.0625,“width”:180.46875,“height”:24.609375},">":[]}},{“UIAImage”:{"@":{“name”:“green_sort”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/9",“x”:35.15625,“y”:113.1875,“width”:117.1875,“height”:5.859375},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/10",“x”:187.5,“y”:75.6875,“width”:187.5,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:“VISA”,“label”:“VISA”,“value”:“VISA”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/11",“x”:191.015625,“y”:83.890625,“width”:180.46875,“height”:24.609375},">":[]}},{“UIAImage”:{"@":{“name”:“green_sort”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/12",“x”:222.65625,“y”:113.1875,“width”:117.1875,“height”:5.859375},">":[]}},{“UIAScrollView”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13",“x”:0,“y”:75.6875,“width”:375,“height”:590.625},">":[{“UIAButton”:{"@":{“name”:“Scan card with camera”,“label”:“Scan card with camera”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/0",“x”:23.4375,“y”:99.125,“width”:328.125,“height”:58.59375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/1",“x”:5.859375,“y”:184.671875,“width”:363.28125,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/1/0",“x”:5.859375,“y”:184.671875,“width”:363.28125,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Cardholder name must be a valid name”,“label”:“Cardholder name must be a valid name”,“value”:“Cardholder name must be a valid name”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/2",“x”:401.953125,“y”:188.1875,“width”:251.953125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/3",“x”:375,“y”:198.734375,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/4",“x”:5.859375,“y”:238.578125,“width”:363.28125,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/4/0",“x”:5.859375,“y”:238.578125,“width”:363.28125,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Card number can’t be empty”,“label”:“Card number can’t be empty”,“value”:“Card number can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/5",“x”:401.953125,“y”:242.09375,“width”:251.953125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/6",“x”:375,“y”:252.640625,“width”:23.4375,“height”:23.4375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_discover”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/7",“x”:219.140625,“y”:254.984375,“width”:35.15625,“height”:21.09375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_master”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/8",“x”:255.46875,“y”:254.984375,“width”:35.15625,“height”:21.09375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_amex”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/9",“x”:291.796875,“y”:254.984375,“width”:35.15625,“height”:21.09375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_visa”,“label”:null,"value

“:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:”/0/1/13/10",“x”:328.125,“y”:254.984375,“width”:35.15625,“height”:21.09375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/11",“x”:5.859375,“y”:292.484375,“width”:221.484375,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/11/0",“x”:5.859375,“y”:292.484375,“width”:221.484375,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Expiration date can’t be empty”,“label”:“Expiration date can’t be empty”,“value”:“Expiration date can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/12",“x”:260.15625,“y”:296,“width”:138.28125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/13",“x”:233.203125,“y”:306.546875,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/14",“x”:228.515625,“y”:292.484375,“width”:140.625,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/14/0",“x”:228.515625,“y”:292.484375,“width”:140.625,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“CCV can’t be empty”,“label”:“CCV can’t be empty”,“value”:“CCV can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/15",“x”:401.953125,“y”:296,“width”:73.828125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/16",“x”:375,“y”:306.546875,“width”:23.4375,“height”:23.4375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_ccv”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/17",“x”:328.125,“y”:308.890625,“width”:35.15625,“height”:21.09375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/18",“x”:5.859375,“y”:346.390625,“width”:221.484375,“height”:52.734375},">":[]}},{“UIAButton”:{"@":{“name”:“buttonplus”,“label”:“buttonplus”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/19",“x”:15.234375,“y”:360.453125,“width”:25.78125,“height”:25.78125},">":[]}},{“UIAStaticText”:{"@":{“name”:“I have a Promo Code”,“label”:“I have a Promo Code”,“value”:“I have a Promo Code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/20",“x”:53.90625,“y”:360.453125,“width”:172.265625,“height”:24.609375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/21",“x”:5.859375,“y”:415.53125,“width”:363.28125,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/21/0",“x”:5.859375,“y”:415.53125,“width”:363.28125,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Billing address can’t be empty”,“label”:“Billing address can’t be empty”,“value”:“Billing address can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/22",“x”:401.953125,“y”:419.046875,“width”:251.953125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/23",“x”:375,“y”:429.59375,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/24",

“x”:5.859375,“y”:469.4375,“width”:221.484375,“height”:52.734375},">":[{“UIATex
info: [debug] [INST] tField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/24/0",“x”:5.859375,“y”:469.4375,“width”:221.484375,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“City can’t be empty”,“label”:“City can’t be empty”,“value”:“City can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/25",“x”:260.15625,“y”:472.953125,“width”:138.28125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/26",“x”:233.203125,“y”:483.5,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/27",“x”:228.515625,“y”:469.4375,“width”:140.625,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/27/0",“x”:228.515625,“y”:469.4375,“width”:140.625,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“State can’t be empty”,“label”:“State can’t be empty”,“value”:“State can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/28",“x”:401.953125,“y”:472.953125,“width”:73.828125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/29",“x”:375,“y”:483.5,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/30",“x”:5.859375,“y”:523.34375,“width”:140.625,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/30/0",“x”:5.859375,“y”:523.34375,“width”:140.625,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Postal code can’t be empty”,“label”:“Postal code can’t be empty”,“value”:“Postal code can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/31",“x”:179.296875,“y”:526.859375,“width”:73.828125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/32",“x”:152.34375,“y”:537.40625,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:“United States”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/33",“x”:147.65625,“y”:523.34375,“width”:221.484375,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:“United States”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/33/0",“x”:147.65625,“y”:523.34375,“width”:221.484375,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Country can’t be empty”,“label”:“Country can’t be empty”,“value”:“Country can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/34",“x”:401.953125,“y”:526.859375,“width”:138.28125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/35",“x”:375,“y”:537.40625,“width”:23.4375,“height”:23.4375},">":[]}},{“UIAButton”:{"@":{“name”:“Use this information”,“label”:“Use this information”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/36",“x”:23.4375,“y”:584.28125,“width”:328.125,“height”:58.59375},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/37",“x”:372.0703125,“y”:75.6875,“width”

:2.9296875,“height”:590.625},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/38",“x”:0,“y”:663.3828125,“width”:375,“height”:2.9296875},">":[]}}]}},{“UIAScrollView”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14",“x”:0,“y”:122.5625,“width”:375,“height”:543.75},">":[{“UIAStaticText”:{"@":{“name”:“We will ask you for your payment information after you choose Slide to Pay on the Checkout view”,“label”:“We will ask you for your payment information after you choose Slide to Pay on the Checkout view”,“value”:“We will ask you for your payment information after you choose Slide to Pay on the Checkout view”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/0",“x”:11.71875,“y”:134.28125,“width”:351.5625,“height”:117.1875},">":[]}},{“UIAButton”:{"@":{“name”:“Use this Payment”,“label”:“Use this Payment”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/1",“x”:23.4375,“y”:572.5625,“width”:328.125,“height”:58.59375},">":[{“UIAImage”:{"@":{“name”:“blue_button”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/1/0",“x”:23.4375,“y”:572.5625,“width”:328.125,“height”:58.59375},">":[]}},{“UIAStaticText”:{"@":{“name”:“Use this Payment”,“label”:“Use this Payment”,“value”:“Use this Payment”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/1/1",“x”:108.3984375,“y”:590.140625,“width”:158.203125,“height”:24.0234375},">":[]}}]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/2",“x”:366.796875,“y”:663.3828125,“width”:8.203125,“height”:2.9296875},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/3",“x”:372.0703125,“y”:658.109375,“width”:2.9296875,“height”:8.203125},">":[]}}]}}]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/2",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/3",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[{“UIAStatusBar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/3/0",“x”:0,“y”:0.6875,“width”:375,“height”:23.4375},">":[{“UIAElement”:{"@":{“name”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/3/0/0",“x”:7.03125,“y”:0.6875,“width”:44.53125,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“3 of 3 Wi-Fi bars”,“label”:“3 of 3 Wi-Fi bars”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/3/0/1",“x”:57.421875,“y”:0.6875,“width”:15.234375,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“4:01 PM”,“label”:“4:01 PM”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/3/0/2",“x”:160.546875,“y”:0.6875,“width”:53.90625,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“100% battery power”,“label”:“100% battery power”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,"v

isible":true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to re
info: [debug] [INST] veal the control center, Double-tap to scroll to top”,“path”:"/0/3/0/3",“x”:339.84375,“y”:0.6875,“width”:29.296875,“height”:23.4375},">":[]}}]}}]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4",“x”:0,“y”:-0.1181640625,“width”:375,“height”:665.625},">":[{“UIAEditingMenu”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/0",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/1",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/2",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAElement”:{"@":{“name”:“Show previous items”,“label”:“Show previous items”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/3",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAElement”:{"@":{“name”:“Show more items”,“label”:“Show more items”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/4",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}}]}}]}}]}}}
info: [debug] Socket data received (8192 bytes)
info: [debug] [INST] 2016-03-07 21:01:22 +0000 Debug: Running system command #86: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“Flights”,“label”:“Flights”,“value”:null,“dom”:nul…
info: [debug] Socket data received (1841 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“Flights”,“label”:“Flights”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0",“x”:0,“y”:24.125,“width”:375,“height”:642.1875},">":[{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”
info: [debug] Pushing command to appium work queue: “au.getElementByIndexPath(’/0/1/13/11’)”
info: [debug] Sending command to instruments: au.getElementByIndexPath(’/0/1/13/11’)

info: [debug] [INST] 2016-03-07 21:01:22 +0000 Debug: Got new command 86 from instruments: au.getElementByIndexPath(’/0/1/13/11’)

info: [debug] [INST] 2016-03-07 21:01:22 +0000 Debug: evaluating au.getElementByIndexPath(’/0/1/13/11’)

info: [debug] [INST] 2016-03-07 21:01:22 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-03-07 21:01:22 +0000 Debug: responding with:

info: [debug] [INST] 2016-03-07 21:01:22 +0000 Debug: Running system command #87: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“ELEMENT”:“19”}}…

info: [debug] Socket data received (39 bytes)

info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“ELEMENT”:“19”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“19”},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element 200 1566.808 ms - 88 {“status”:0,“value”:{“ELEMENT”:“19”},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element/19/click {“id”:“19”}
info: [debug] Pushing command to appium work queue: “au.tapById(‘19’)”
info: [debug] Sending command to instruments: au.tapById(‘19’)

info: [debug] [INST] 2016-03-07 21:01:23 +0000 Debug: Got new command 87 from instruments: au.tapById(‘19’)

info: [debug] [INST] 2016-03-07 21:01:23 +0000 Debug: evaluating au.tapById(‘19’)

info: [debug] [INST] 2016-03-07 21:01:23 +0000 Debug: target.frontMostApp().elements()[1].elements()[13].elements()[11].tap()

info: [debug] [INST] 2016-03-07 21:01:23 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-03-07 21:01:23 +0000 Debug: responding with:

info: [debug] [INST] 2016-03-07 21:01:23 +0000 Debug: Running system command #88: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:""}…

info: [debug] Socket data received (25 bytes)

info: [debug] Socket data being routed.

info: [debug] Got result from instruments: {“status”:0,“value”:""}
info: [debug] Responding to client with success: {“status”:0,“value”:"",“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element/19/click 200 907.243 ms - 74 {“status”:0,“value”:"",“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: --> POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element {“using”:“xpath”,“value”:"//UIAApplication[1]/UIAWindow[3]/UIAPicker[1]/UIAPickerWheel[1]"}
info: [debug] Waiting up to 10000ms for condition
info: [debug] Pushing command to appium work queue: “au.mainApp().getTreeForXML()”
info: [debug] Sending command to instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-03-07 21:01:24 +0000 Debug: Got new command 88 from instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-03-07 21:01:24 +0000 Debug: evaluating au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-03-07 21:01:25 +0000 Debug: evaluation finished

info: [debug] Socket data received (8192 bytes)
info: [debug] Socket data received (8192 bytes)
info: [debug] Socket data received (8192 bytes)
info: [debug] Socket data received (2498 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“Flights”,“label”:“Flights”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0",“x”:0,“y”:24.125,“width”:375,“height”:642.1875},">":[{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”

info: [debug] Pushing command to appium work queue: “au.getElementByIndexPath(’/0/2/0/0’)”

info: [debug] Sending command to instruments: au.getElementByIndexPath(’/0/2/0/0’)

info: [debug] [INST] 2016-03-07 21:01:25 +0000 Debug: responding with::true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0",“x”:0,“y”:0,“width”:375,“height”:667},">":[]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/0",“x”:-131.25000894069672,“y”:-232.28126586973667,“width”:637.5000178813934,“height”:1131.5625317394733},">":[]}},{“UIAImage”:{"@":{“name”:“backgroundViewController”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/1",“x”:-93.75,“y”:-165.71875,“width”:562.5,“height”:998.4375},">":[]}},{“UIAImage”:{"@":{“name”:“su_icon-1”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/2",“x”:-37.5,“y”:-103.31640625,“width”:35.15625,“height”:40.4296875},">":[]}},{“UIAStaticText”:{"@":{“name”:“StudentUniverse”,“label”:“StudentUniverse”,“value”:“StudentUniverse”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/3",“x”:6.4453125,“y”:-98.482421875,“width”:195.1171875,“height”:30.76171875},">":[]}},{“UIATableView”:{"@":{“name”:null,“label”:null,“value”:“rows 1 to 5 of 5”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4",“x”:-93.75,“y”:-42.671875,“width”:562.5,“height”:875.390625},">":[{“UIATableGroup”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/0",“x”:-93.75,“y”:-42.671875,“width”:562.5,“height”:38.671875},">":[]}},{“UIATableCell”:{"@":{“name”:“Search”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/1",“x”:-93.75,“y”:-4,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“Search”,“label”:“Search”,“value”:“Search”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/1/0",“x”:-67.3828125,“y”:-4,“width”:509.765625,“height”:70.3125},">":[]}}]}},{“UIATableGroup”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/2",“x”:-93.75,“y”:66.3125,“width”:562.5,“height”:38.671875},">":[{“UIAStaticText”:{"@":{“name”:“My Information”,“label”:“My Information”,“value”:“My Information”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/2/0",“x”:-67.3828125,“y”:66.3125,“width”:509.765625,“height”:36.9140625},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“My Trips”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/3",“x”:-93.75,“y”:104.984375,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“My Trips”,“label”:“My Trips”,“value”:“My Trips”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/3/0",“x”:-67.3828125,“y”:104.984375,“width”:509.765625,“height”:70.3125},">":[]}}]}},{“UIATableGroup”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/4",“x”:-93.75,“y”:175.296875,“width”:562.5,“height”:38.671875},">":[{“UIAStaticText”:{"@":{“name”:“StudentUniverse”,“label”:“StudentUniverse”,“value”:“StudentUniverse”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/4/0",“x”:-67.3828125,“y”:175.296875,“width”:509.765625,“height”:36.9140625},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“Contact Us”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/5",“x”:-93.75,“y”:213.96875,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“Contact Us”,“label”:“Contact Us”,“value”:“Contact Us”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/5/0",“x”:-67.3828125,“y”:213.96875,“width”:509.765625,“height”:70.3125},">":[]}}]}},{

“UIATableCell”:{"@":{“name”:“About Us”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/6",“x”:-93.75,“y”:284.28125,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“About Us”,“label”:“About Us”,“value”:“About Us”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/6/0",“x”:-67.3828125,“y”:284.28125,“width”:509.765625,“height”:70.3125},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“Log out”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/7",“x”:-93.75,“y”:354.59375,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“Log out”,“label”:“Log out”,“value”:“Log out”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/7/0",“x”:-67.3828125,“y”:354.59375,“width”:509.765625,“height”:70.3125},">":[]}}]}}]}},{“UIANavigationBar”:{"@":{“name”:“PaymentInformationView”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5",“x”:0,“y”:24.125,“width”:375,“height”:51.5625},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/0",“x”:0,“y”:0.6875,“width”:375,“height”:75},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/0/0",“x”:0,“y”:75.6875,“width”:375,“height”:0.5859375},">":[]}}]}},{“UIAImage”:{"@":{“name”:“su_icon-1”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/1",“x”:91.9921875,“y”:38.7734375,“width”:23.4375,“height”:26.953125},">":[]}},{“UIAStaticText”:{"@":{“name”:“Payment Information”,“label”:“Payment Information”,“value”:“Payment Information”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/2",“x”:121.2890625,“y”:41.99609375,“width”:161.71875,“height”:20.5078125},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/3",“x”:18.75,“y”:26.46875,“width”:46.875,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:“Back”,“label”:“Back”,“value”:“Back”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/4",“x”:19.921875,“y”:27.640625,“width”:44.53125,“height”:11.71875},">":[]}},{“UIAImage”:{"@":{“name”:“icon_back”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/5",“x”:28.125,“y”:40.53125,“width”:28.125,“height”:28.125},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/6",“x”:309.375,“y”:26.46875,“width”:46.875,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/7",“x”:310.546875,“y”:27.640625,“width”:44.53125,“height”:11.71875},">":[]}},{“UIAImage”:{"@":{“name”:“verisign”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/8",“x”:318.75,“y”:40.53125,“width”:28.125,“height”:28.125},">":[]}},{“UIAButton”:{"@":{“name”:“Back”,“label”:“Back”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/9",“x”:9.375,“y”:37.6015625,“width”:24.609375,“height”:24.609375},">":[]}}]}},{“UIAImage”:{"@":{“name”:“backgroundViewController”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/6",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/7",“x”:0,“y”:75.6875,“width”:187.5,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:“Credit/Debit Card”,“label”:“Credit/Debit Card”,“value”:“Credit/Debit Card”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,"hi

nt":null,“path”:"/0/1/8",“x”:3.51562
info: [debug] [INST] 5,“y”:85.0625,“width”:180.46875,“height”:24.609375},">":[]}},{“UIAImage”:{"@":{“name”:“green_sort”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/9",“x”:35.15625,“y”:113.1875,“width”:117.1875,“height”:5.859375},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/10",“x”:187.5,“y”:75.6875,“width”:187.5,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:“VISA”,“label”:“VISA”,“value”:“VISA”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/11",“x”:191.015625,“y”:83.890625,“width”:180.46875,“height”:24.609375},">":[]}},{“UIAImage”:{"@":{“name”:“green_sort”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/12",“x”:222.65625,“y”:113.1875,“width”:117.1875,“height”:5.859375},">":[]}},{“UIAScrollView”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13",“x”:0,“y”:75.6875,“width”:375,“height”:590.625},">":[{“UIAButton”:{"@":{“name”:“Scan card with camera”,“label”:“Scan card with camera”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/0",“x”:23.4375,“y”:1.859375,“width”:328.125,“height”:58.59375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/1",“x”:5.859375,“y”:87.40625,“width”:363.28125,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/1/0",“x”:5.859375,“y”:87.40625,“width”:363.28125,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Cardholder name must be a valid name”,“label”:“Cardholder name must be a valid name”,“value”:“Cardholder name must be a valid name”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/2",“x”:401.953125,“y”:90.921875,“width”:251.953125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/3",“x”:375,“y”:101.46875,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/4",“x”:5.859375,“y”:141.3125,“width”:363.28125,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/4/0",“x”:5.859375,“y”:141.3125,“width”:363.28125,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Card number can’t be empty”,“label”:“Card number can’t be empty”,“value”:“Card number can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/5",“x”:401.953125,“y”:144.828125,“width”:251.953125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/6",“x”:375,“y”:155.375,“width”:23.4375,“height”:23.4375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_discover”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/7",“x”:219.140625,“y”:157.71875,“width”:35.15625,“height”:21.09375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_master”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/8",“x”:255.46875,“y”:157.71875,“width”:35.15625,“height”:21.09375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_amex”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/9",“x”:291.796875,“y”:157.71875,“width”:35.15625,“height”:21.09375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_visa”,“label”:null,“value”:null,"do

m":null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/10",“x”:328.125,“y”:157.71875,“width”:35.15625,“height”:21.09375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/11",“x”:5.859375,“y”:195.21875,“width”:221.484375,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/11/0",“x”:5.859375,“y”:195.21875,“width”:221.484375,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Expiration date can’t be empty”,“label”:“Expiration date can’t be empty”,“value”:“Expiration date can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/12",“x”:260.15625,“y”:198.734375,“width”:138.28125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/13",“x”:233.203125,“y”:209.28125,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/14",“x”:228.515625,“y”:195.21875,“width”:140.625,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/14/0",“x”:228.515625,“y”:195.21875,“width”:140.625,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“CCV can’t be empty”,“label”:“CCV can’t be empty”,“value”:“CCV can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/15",“x”:401.953125,“y”:198.734375,“width”:73.828125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/16",“x”:375,“y”:209.28125,“width”:23.4375,“height”:23.4375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_ccv”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/17",“x”:328.125,“y”:211.625,“width”:35.15625,“height”:21.09375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/18",“x”:5.859375,“y”:249.125,“width”:221.484375,“height”:52.734375},">":[]}},{“UIAButton”:{"@":{“name”:“buttonplus”,“label”:“buttonplus”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/19",“x”:15.234375,“y”:263.1875,“width”:25.78125,“height”:25.78125},">":[]}},{“UIAStaticText”:{"@":{“name”:“I have a Promo Code”,“label”:“I have a Promo Code”,“value”:“I have a Promo Code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/20",“x”:53.90625,“y”:263.1875,“width”:172.265625,“height”:24.609375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/21",“x”:5.859375,“y”:318.265625,“width”:363.28125,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/21/0",“x”:5.859375,“y”:318.265625,“width”:363.28125,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Billing address can’t be empty”,“label”:“Billing address can’t be empty”,“value”:“Billing address can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/22",“x”:401.953125,“y”:321.78125,“width”:251.953125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/23",“x”:375,“y”:332.328125,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/24",“x”:5.85937

5,“y”:372.171875,“width”:221.484375,“height”:52.734375},">":[{“UIATextField”:{
info: [debug] [INST] “@”:{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/24/0",“x”:5.859375,“y”:372.171875,“width”:221.484375,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“City can’t be empty”,“label”:“City can’t be empty”,“value”:“City can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/25",“x”:260.15625,“y”:375.6875,“width”:138.28125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/26",“x”:233.203125,“y”:386.234375,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/27",“x”:228.515625,“y”:372.171875,“width”:140.625,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/27/0",“x”:228.515625,“y”:372.171875,“width”:140.625,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“State can’t be empty”,“label”:“State can’t be empty”,“value”:“State can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/28",“x”:401.953125,“y”:375.6875,“width”:73.828125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/29",“x”:375,“y”:386.234375,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/30",“x”:5.859375,“y”:426.078125,“width”:140.625,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/30/0",“x”:5.859375,“y”:426.078125,“width”:140.625,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Postal code can’t be empty”,“label”:“Postal code can’t be empty”,“value”:“Postal code can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/31",“x”:179.296875,“y”:429.59375,“width”:73.828125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/32",“x”:152.34375,“y”:440.140625,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:“United States”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/33",“x”:147.65625,“y”:426.078125,“width”:221.484375,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:“United States”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/33/0",“x”:147.65625,“y”:426.078125,“width”:221.484375,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Country can’t be empty”,“label”:“Country can’t be empty”,“value”:“Country can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/34",“x”:401.953125,“y”:429.59375,“width”:138.28125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/35",“x”:375,“y”:440.140625,“width”:23.4375,“height”:23.4375},">":[]}},{“UIAButton”:{"@":{“name”:“Use this information”,“label”:“Use this information”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/36",“x”:23.4375,“y”:487.015625,“width”:328.125,“height”:58.59375},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/37",“x”:372.0703125,“y”:-2

1.578125,“width”:2.9296875,“height”:590.625},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/38",“x”:0,“y”:566.1171875,“width”:375,“height”:2.9296875},">":[]}}]}},{“UIAScrollView”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14",“x”:0,“y”:122.5625,“width”:375,“height”:543.75},">":[{“UIAStaticText”:{"@":{“name”:“We will ask you for your payment information after you choose Slide to Pay on the Checkout view”,“label”:“We will ask you for your payment information after you choose Slide to Pay on the Checkout view”,“value”:“We will ask you for your payment information after you choose Slide to Pay on the Checkout view”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/0",“x”:11.71875,“y”:134.28125,“width”:351.5625,“height”:117.1875},">":[]}},{“UIAButton”:{"@":{“name”:“Use this Payment”,“label”:“Use this Payment”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/1",“x”:23.4375,“y”:572.5625,“width”:328.125,“height”:58.59375},">":[{“UIAImage”:{"@":{“name”:“blue_button”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/1/0",“x”:23.4375,“y”:572.5625,“width”:328.125,“height”:58.59375},">":[]}},{“UIAStaticText”:{"@":{“name”:“Use this Payment”,“label”:“Use this Payment”,“value”:“Use this Payment”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/1/1",“x”:108.3984375,“y”:590.140625,“width”:158.203125,“height”:24.0234375},">":[]}}]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/2",“x”:366.796875,“y”:663.3828125,“width”:8.203125,“height”:2.9296875},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/3",“x”:372.0703125,“y”:658.109375,“width”:2.9296875,“height”:8.203125},">":[]}}]}}]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/2",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[{“UIAPicker”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/2/0",“x”:0,“y”:413.1875,“width”:375,“height”:253.125},">":[{“UIAPickerWheel”:{"@":{“name”:null,“label”:null,“value”:“March”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/2/0/0",“x”:0,“y”:369.2421875,“width”:183.984375,“height”:341.015625},">":[]}},{“UIAPickerWheel”:{"@":{“name”:null,“label”:null,“value”:“2016”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/2/0/1",“x”:189.84375,“y”:369.2421875,“width”:183.984375,“height”:341.015625},">":[]}}]}}]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/3",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[{“UIAStatusBar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/3/0",“x”:0,“y”:0.6875,“width”:375,“height”:23.4375},">":[{“UIAElement”:{"@":{“name”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/3/0/0",“x”:7.03125,“y”:0.6875,“width”:44.53125,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“3 of 3 Wi-Fi bars”,“label”:“3 of 3 Wi-Fi bars”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:"Swipe down with three fingers to reveal the notification center., Swipe up with three

fingers to reveal the control center, Double-tap to scroll to top",“path”:"/0/3/0/1",“x”:57.421875,“y”:0.6875,“width”:15
info: [debug] [INST] .234375,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“4:01 PM”,“label”:“4:01 PM”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/3/0/2",“x”:160.546875,“y”:0.6875,“width”:53.90625,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“100% battery power”,“label”:“100% battery power”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/3/0/3",“x”:339.84375,“y”:0.6875,“width”:29.296875,“height”:23.4375},">":[]}}]}}]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4",“x”:0,“y”:-0.1181640625,“width”:375,“height”:665.625},">":[{“UIAEditingMenu”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/0",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/1",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/2",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAElement”:{"@":{“name”:“Show previous items”,“label”:“Show previous items”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/3",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAElement”:{"@":{“name”:“Show more items”,“label”:“Show more items”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/4",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}}]}}]}}]}}}
info: [debug] [INST] 2016-03-07 21:01:25 +0000 Debug: Running system command #89: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“Flights”,“label”:“Flights”,“value”:null,“dom”:nul…
info: [debug] [INST] 2016-03-07 21:01:25 +0000 Debug: Got new command 89 from instruments: au.getElementByIndexPath(’/0/2/0/0’)
info: [debug] [INST] 2016-03-07 21:01:25 +0000 Debug: evaluating au.getElementByIndexPath(’/0/2/0/0’)
info: [debug] [INST] 2016-03-07 21:01:25 +0000 Debug: evaluation finished
info: [debug] [INST] 2016-03-07 21:01:25 +0000 Debug: responding with:

info: [debug] [INST] 2016-03-07 21:01:25 +0000 Debug: Running system command #90: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“ELEMENT”:“20”}}…
info: [debug] Socket data received (39 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“ELEMENT”:“20”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“20”},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element 200 1866.655 ms - 88 {“status”:0,“value”:{“ELEMENT”:“20”},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/appium/element/20/value {“id”:“20”,“value”:“May”}

info: [debug] Pushing command to appium work queue: “au.getElement(‘20’).setValue(‘May’)”
info: [debug] Sending command to instruments: au.getElement(‘20’).setValue(‘May’)

info: [debug] [INST] 2016-03-07 21:01:27 +0000 Debug: Got new command 90 from instruments: au.getElement(‘20’).setValue(‘May’)

info: [debug] [INST] 2016-03-07 21:01:27 +0000 Debug: evaluating au.getElement(‘20’).setValue(‘May’)

info: [debug] [INST] 2016-03-07 21:01:27 +0000 Debug: target.frontMostApp().elements()[2].elements()[0].elements()[0].tap()

info: [debug] [INST] 2016-03-07 21:01:27 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-03-07 21:01:27 +0000 Debug: responding with:

info: [debug] [INST] 2016-03-07 21:01:27 +0000 Debug: Running system command #91: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:""}…

info: [debug] Socket data received (25 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:""}
info: [debug] Responding to client with success: {“status”:0,“value”:"",“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/appium/element/20/value 200 653.601 ms - 74 {“status”:0,“value”:"",“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- GET /wd/hub/status 200 1.713 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> GET /wd/hub/status {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: <-- GET /wd/hub/status 200 1.354 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> GET /wd/hub/status {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- GET /wd/hub/status 200 1.857 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: <-- GET /wd/hub/status 200 6.518 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: --> GET /wd/hub/status {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- GET /wd/hub/status 200 1.924 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> GET /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element/20/attribute/value {}
info: [debug] Pushing command to appium work queue: “au.getElement(‘20’).value()”
info: [debug] Sending command to instruments: au.getElement(‘20’).value()

info: [debug] [INST] 2016-03-07 21:01:37 +0000 Debug: Got new command 91 from instruments: au.getElement(‘20’).value()

info: [debug] [INST] 2016-03-07 21:01:37 +0000 Debug: evaluating au.getElement(‘20’).value()

info: [debug] [INST] 2016-03-07 21:01:37 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-03-07 21:01:37 +0000 Debug: responding with:

info: [debug] [INST] 2016-03-07 21:01:37 +0000 Debug: Running system command #92: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:“March”}…

info: [debug] Socket data received (30 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:“March”}
info: [debug] Responding to client with success: {“status”:0,“value”:“March”,“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- GET /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element/20/attribute/value 200 541.352 ms - 79 {“status”:0,“value”:“March”,“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element {“using”:“xpath”,“value”:"//UIAApplication[1]/UIAWindow[3]/UIAPicker[1]/UIAPickerWheel[2]"}
info: [debug] Waiting up to 10000ms for condition
info: [debug] Pushing command to appium work queue: “au.mainApp().getTreeForXML()”
info: [debug] Sending command to instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-03-07 21:01:38 +0000 Debug: Got new command 92 from instruments: au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-03-07 21:01:38 +0000 Debug: evaluating au.mainApp().getTreeForXML()

info: [debug] [INST] 2016-03-07 21:01:39 +0000 Debug: evaluation finished

info: [debug] [INST] 2016-03-07 21:01:39 +0000 Debug: responding with::true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/0",“x”:0,“y”:0,“width”:375,“height”:667},">":[]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/0",“x”:-131.25000894069672,“y”:-232.28126586973667,“width”:637.5000178813934,“height”:1131.5625317394733},">":[]}},{“UIAImage”:{"@":{“name”:“backgroundViewController”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/1",“x”:-93.75,“y”:-165.71875,“width”:562.5,“height”:998.4375},">":[]}},{“UIAImage”:{"@":{“name”:“su_icon-1”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/2",“x”:-37.5,“y”:-103.31640625,“width”:35.15625,“height”:40.4296875},">":[]}},{“UIAStaticText”:{"@":{“name”:“StudentUniverse”,“label”:“StudentUniverse”,“value”:“StudentUniverse”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/3",“x”:6.4453125,“y”:-98.482421875,“width”:195.1171875,“height”:30.76171875},">":[]}},{“UIATableView”:{"@":{“name”:null,“label”:null,“value”:“rows 1 to 5 of 5”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4",“x”:-93.75,“y”:-42.671875,“width”:562.5,“height”:875.390625},">":[{“UIATableGroup”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/0",“x”:-93.75,“y”:-42.671875,“width”:562.5,“height”:38.671875},">":[]}},{“UIATableCell”:{"@":{“name”:“Search”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/1",“x”:-93.75,“y”:-4,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“Search”,“label”:“Search”,“value”:“Search”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/1/0",“x”:-67.3828125,“y”:-4,“width”:509.765625,“height”:70.3125},">":[]}}]}},{“UIATableGroup”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/2",“x”:-93.75,“y”:66.3125,“width”:562.5,“height”:38.671875},">":[{“UIAStaticText”:{"@":{“name”:“My Information”,“label”:“My Information”,“value”:“My Information”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/2/0",“x”:-67.3828125,“y”:66.3125,“width”:509.765625,“height”:36.9140625},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“My Trips”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/3",“x”:-93.75,“y”:104.984375,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“My Trips”,“label”:“My Trips”,“value”:“My Trips”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/3/0",“x”:-67.3828125,“y”:104.984375,“width”:509.765625,“height”:70.3125},">":[]}}]}},{“UIATableGroup”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/4",“x”:-93.75,“y”:175.296875,“width”:562.5,“height”:38.671875},">":[{“UIAStaticText”:{"@":{“name”:“StudentUniverse”,“label”:“StudentUniverse”,“value”:“StudentUniverse”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/4/0",“x”:-67.3828125,“y”:175.296875,“width”:509.765625,“height”:36.9140625},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“Contact Us”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/5",“x”:-93.75,“y”:213.96875,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“Contact Us”,“label”:“Contact Us”,“value”:“Contact Us”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/5/0",“x”:-67.3828125,“y”:213.96875,“width”:509.765625,“height”:70.3125},">":[]}}]}},{

“UIATableCell”:{"@":{“name”:“About Us”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/6",“x”:-93.75,“y”:284.28125,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“About Us”,“label”:“About Us”,“value”:“About Us”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/6/0",“x”:-67.3828125,“y”:284.28125,“width”:509.765625,“height”:70.3125},">":[]}}]}},{“UIATableCell”:{"@":{“name”:“Log out”,“label”:null,“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/7",“x”:-93.75,“y”:354.59375,“width”:562.5,“height”:70.3125},">":[{“UIAStaticText”:{"@":{“name”:“Log out”,“label”:“Log out”,“value”:“Log out”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/4/7/0",“x”:-67.3828125,“y”:354.59375,“width”:509.765625,“height”:70.3125},">":[]}}]}}]}},{“UIANavigationBar”:{"@":{“name”:“PaymentInformationView”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5",“x”:0,“y”:24.125,“width”:375,“height”:51.5625},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/0",“x”:0,“y”:0.6875,“width”:375,“height”:75},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/0/0",“x”:0,“y”:75.6875,“width”:375,“height”:0.5859375},">":[]}}]}},{“UIAImage”:{"@":{“name”:“su_icon-1”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/1",“x”:91.9921875,“y”:38.7734375,“width”:23.4375,“height”:26.953125},">":[]}},{“UIAStaticText”:{"@":{“name”:“Payment Information”,“label”:“Payment Information”,“value”:“Payment Information”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/2",“x”:121.2890625,“y”:41.99609375,“width”:161.71875,“height”:20.5078125},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/3",“x”:18.75,“y”:26.46875,“width”:46.875,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:“Back”,“label”:“Back”,“value”:“Back”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/4",“x”:19.921875,“y”:27.640625,“width”:44.53125,“height”:11.71875},">":[]}},{“UIAImage”:{"@":{“name”:“icon_back”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/5",“x”:28.125,“y”:40.53125,“width”:28.125,“height”:28.125},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/5/6",“x”:309.375,“y”:26.46875,“width”:46.875,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/7",“x”:310.546875,“y”:27.640625,“width”:44.53125,“height”:11.71875},">":[]}},{“UIAImage”:{"@":{“name”:“verisign”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/8",“x”:318.75,“y”:40.53125,“width”:28.125,“height”:28.125},">":[]}},{“UIAButton”:{"@":{“name”:“Back”,“label”:“Back”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/5/9",“x”:9.375,“y”:37.6015625,“width”:24.609375,“height”:24.609375},">":[]}}]}},{“UIAImage”:{"@":{“name”:“backgroundViewController”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/6",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/7",“x”:0,“y”:75.6875,“width”:187.5,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:“Credit/Debit Card”,“label”:“Credit/Debit Card”,“value”:“Credit/Debit Card”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,"hi

nt":null,“path”:"/0/1/8",“x”:3.51562
info: [debug] [INST] 5,“y”:85.0625,“width”:180.46875,“height”:24.609375},">":[]}},{“UIAImage”:{"@":{“name”:“green_sort”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/9",“x”:35.15625,“y”:113.1875,“width”:117.1875,“height”:5.859375},">":[]}},{“UIAButton”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/10",“x”:187.5,“y”:75.6875,“width”:187.5,“height”:46.875},">":[]}},{“UIAStaticText”:{"@":{“name”:“VISA”,“label”:“VISA”,“value”:“VISA”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/11",“x”:191.015625,“y”:83.890625,“width”:180.46875,“height”:24.609375},">":[]}},{“UIAImage”:{"@":{“name”:“green_sort”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/12",“x”:222.65625,“y”:113.1875,“width”:117.1875,“height”:5.859375},">":[]}},{“UIAScrollView”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13",“x”:0,“y”:75.6875,“width”:375,“height”:590.625},">":[{“UIAButton”:{"@":{“name”:“Scan card with camera”,“label”:“Scan card with camera”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/0",“x”:23.4375,“y”:1.859375,“width”:328.125,“height”:58.59375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/1",“x”:5.859375,“y”:87.40625,“width”:363.28125,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/1/0",“x”:5.859375,“y”:87.40625,“width”:363.28125,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Cardholder name must be a valid name”,“label”:“Cardholder name must be a valid name”,“value”:“Cardholder name must be a valid name”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/2",“x”:401.953125,“y”:90.921875,“width”:251.953125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/3",“x”:375,“y”:101.46875,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/4",“x”:5.859375,“y”:141.3125,“width”:363.28125,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/4/0",“x”:5.859375,“y”:141.3125,“width”:363.28125,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Card number can’t be empty”,“label”:“Card number can’t be empty”,“value”:“Card number can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/5",“x”:401.953125,“y”:144.828125,“width”:251.953125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/6",“x”:375,“y”:155.375,“width”:23.4375,“height”:23.4375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_discover”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/7",“x”:219.140625,“y”:157.71875,“width”:35.15625,“height”:21.09375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_master”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/8",“x”:255.46875,“y”:157.71875,“width”:35.15625,“height”:21.09375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_amex”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/9",“x”:291.796875,“y”:157.71875,“width”:35.15625,“height”:21.09375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_visa”,“label”:null,“value”:null,"do

m":null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/10",“x”:328.125,“y”:157.71875,“width”:35.15625,“height”:21.09375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/11",“x”:5.859375,“y”:195.21875,“width”:221.484375,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/11/0",“x”:5.859375,“y”:195.21875,“width”:221.484375,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Expiration date can’t be empty”,“label”:“Expiration date can’t be empty”,“value”:“Expiration date can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/12",“x”:260.15625,“y”:198.734375,“width”:138.28125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/13",“x”:233.203125,“y”:209.28125,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/14",“x”:228.515625,“y”:195.21875,“width”:140.625,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/14/0",“x”:228.515625,“y”:195.21875,“width”:140.625,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“CCV can’t be empty”,“label”:“CCV can’t be empty”,“value”:“CCV can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/15",“x”:401.953125,“y”:198.734375,“width”:73.828125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/16",“x”:375,“y”:209.28125,“width”:23.4375,“height”:23.4375},">":[]}},{“UIAImage”:{"@":{“name”:“cc_ccv”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/17",“x”:328.125,“y”:211.625,“width”:35.15625,“height”:21.09375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/18",“x”:5.859375,“y”:249.125,“width”:221.484375,“height”:52.734375},">":[]}},{“UIAButton”:{"@":{“name”:“buttonplus”,“label”:“buttonplus”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/19",“x”:15.234375,“y”:263.1875,“width”:25.78125,“height”:25.78125},">":[]}},{“UIAStaticText”:{"@":{“name”:“I have a Promo Code”,“label”:“I have a Promo Code”,“value”:“I have a Promo Code”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/20",“x”:53.90625,“y”:263.1875,“width”:172.265625,“height”:24.609375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/21",“x”:5.859375,“y”:318.265625,“width”:363.28125,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/21/0",“x”:5.859375,“y”:318.265625,“width”:363.28125,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Billing address can’t be empty”,“label”:“Billing address can’t be empty”,“value”:“Billing address can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/22",“x”:401.953125,“y”:321.78125,“width”:251.953125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/23",“x”:375,“y”:332.328125,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/24",“x”:5.85937

5,“y”:372.171875,“width”:221.484375,“height”:52.734375},">":[{“UIATextField”:{
info: [debug] [INST] “@”:{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/24/0",“x”:5.859375,“y”:372.171875,“width”:221.484375,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“City can’t be empty”,“label”:“City can’t be empty”,“value”:“City can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/25",“x”:260.15625,“y”:375.6875,“width”:138.28125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/26",“x”:233.203125,“y”:386.234375,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/27",“x”:228.515625,“y”:372.171875,“width”:140.625,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/1/13/27/0",“x”:228.515625,“y”:372.171875,“width”:140.625,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“State can’t be empty”,“label”:“State can’t be empty”,“value”:“State can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/28",“x”:401.953125,“y”:375.6875,“width”:73.828125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/29",“x”:375,“y”:386.234375,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/30",“x”:5.859375,“y”:426.078125,“width”:140.625,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:"",“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/30/0",“x”:5.859375,“y”:426.078125,“width”:140.625,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Postal code can’t be empty”,“label”:“Postal code can’t be empty”,“value”:“Postal code can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/31",“x”:179.296875,“y”:429.59375,“width”:73.828125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/32",“x”:152.34375,“y”:440.140625,“width”:23.4375,“height”:23.4375},">":[]}},{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:“United States”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/33",“x”:147.65625,“y”:426.078125,“width”:221.484375,“height”:52.734375},">":[{“UIATextField”:{"@":{“name”:null,“label”:"",“value”:“United States”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/33/0",“x”:147.65625,“y”:426.078125,“width”:221.484375,“height”:52.734375},">":[]}}]}},{“UIAStaticText”:{"@":{“name”:“Country can’t be empty”,“label”:“Country can’t be empty”,“value”:“Country can’t be empty”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/34",“x”:401.953125,“y”:429.59375,“width”:138.28125,“height”:43.359375},">":[]}},{“UIAImage”:{"@":{“name”:“icon_warning”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/35",“x”:375,“y”:440.140625,“width”:23.4375,“height”:23.4375},">":[]}},{“UIAButton”:{"@":{“name”:“Use this information”,“label”:“Use this information”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/36",“x”:23.4375,“y”:487.015625,“width”:328.125,“height”:58.59375},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/37",“x”:372.0703125,“y”:-2

1.578125,“width”:2.9296875,“height”:590.625},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/13/38",“x”:0,“y”:566.1171875,“width”:375,“height”:2.9296875},">":[]}}]}},{“UIAScrollView”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14",“x”:0,“y”:122.5625,“width”:375,“height”:543.75},">":[{“UIAStaticText”:{"@":{“name”:“We will ask you for your payment information after you choose Slide to Pay on the Checkout view”,“label”:“We will ask you for your payment information after you choose Slide to Pay on the Checkout view”,“value”:“We will ask you for your payment information after you choose Slide to Pay on the Checkout view”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/0",“x”:11.71875,“y”:134.28125,“width”:351.5625,“height”:117.1875},">":[]}},{“UIAButton”:{"@":{“name”:“Use this Payment”,“label”:“Use this Payment”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/1",“x”:23.4375,“y”:572.5625,“width”:328.125,“height”:58.59375},">":[{“UIAImage”:{"@":{“name”:“blue_button”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/1/0",“x”:23.4375,“y”:572.5625,“width”:328.125,“height”:58.59375},">":[]}},{“UIAStaticText”:{"@":{“name”:“Use this Payment”,“label”:“Use this Payment”,“value”:“Use this Payment”,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/1/1",“x”:108.3984375,“y”:590.140625,“width”:158.203125,“height”:24.0234375},">":[]}}]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/2",“x”:366.796875,“y”:663.3828125,“width”:8.203125,“height”:2.9296875},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/1/14/3",“x”:372.0703125,“y”:658.109375,“width”:2.9296875,“height”:8.203125},">":[]}}]}}]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/2",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[{“UIAPicker”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/2/0",“x”:0,“y”:413.1875,“width”:375,“height”:253.125},">":[{“UIAPickerWheel”:{"@":{“name”:null,“label”:null,“value”:“March”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/2/0/0",“x”:0,“y”:369.2421875,“width”:183.984375,“height”:341.015625},">":[]}},{“UIAPickerWheel”:{"@":{“name”:null,“label”:null,“value”:“2016”,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/2/0/1",“x”:189.84375,“y”:369.2421875,“width”:183.984375,“height”:341.015625},">":[]}}]}}]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/3",“x”:0,“y”:0.6875,“width”:375,“height”:665.625},">":[{“UIAStatusBar”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0/3/0",“x”:0,“y”:0.6875,“width”:375,“height”:23.4375},">":[{“UIAElement”:{"@":{“name”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/3/0/0",“x”:7.03125,“y”:0.6875,“width”:44.53125,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“3 of 3 Wi-Fi bars”,“label”:“3 of 3 Wi-Fi bars”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:"Swipe down with three fingers to reveal the notification center., Swipe up with three

fingers to reveal the control center, Double-tap to scroll to top",“path”:"/0/3/0/1",“x”:57.421875,“y”:0.6875,“width”:15
info: [debug] [INST] .234375,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“4:01 PM”,“label”:“4:01 PM”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/3/0/2",“x”:160.546875,“y”:0.6875,“width”:53.90625,“height”:23.4375},">":[]}},{“UIAElement”:{"@":{“name”:“100% battery power”,“label”:“100% battery power”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:“Swipe down with three fingers to reveal the notification center., Swipe up with three fingers to reveal the control center, Double-tap to scroll to top”,“path”:"/0/3/0/3",“x”:339.84375,“y”:0.6875,“width”:29.296875,“height”:23.4375},">":[]}}]}}]}},{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4",“x”:0,“y”:-0.1181640625,“width”:375,“height”:665.625},">":[{“UIAEditingMenu”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/0",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/1",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAImage”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/2",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAElement”:{"@":{“name”:“Show previous items”,“label”:“Show previous items”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/3",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}},{“UIAElement”:{"@":{“name”:“Show more items”,“label”:“Show more items”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:false,“hint”:null,“path”:"/0/4/0/4",“x”:0,“y”:1.4931640625,“width”:0,“height”:0},">":[]}}]}}]}}]}}}
info: [debug] [INST] 2016-03-07 21:01:39 +0000 Debug: Running system command #93: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“Flights”,“label”:“Flights”,“value”:null,“dom”:nul…
info: [debug] Socket data received (8192 bytes)
info: [debug] Socket data received (8192 bytes)
info: [debug] Socket data received (8192 bytes)
info: [debug] Socket data received (2498 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“UIAApplication”:{"@":{“name”:“Flights”,“label”:“Flights”,“value”:null,“dom”:null,“enabled”:true,“valid”:true,“visible”:true,“hint”:null,“path”:"/0",“x”:0,“y”:24.125,“width”:375,“height”:642.1875},">":[{“UIAWindow”:{"@":{“name”:null,“label”:null,“value”:null,“dom”:null,“enabled”
info: [debug] Pushing command to appium work queue: “au.getElementByIndexPath(’/0/2/0/1’)”
info: [debug] Sending command to instruments: au.getElementByIndexPath(’/0/2/0/1’)
info: [debug] [INST] 2016-03-07 21:01:39 +0000 Debug: Got new command 93 from instruments: au.getElementByIndexPath(’/0/2/0/1’)
info: [debug] [INST] 2016-03-07 21:01:39 +0000 Debug: evaluating au.getElementByIndexPath(’/0/2/0/1’)
info: [debug] [INST] 2016-03-07 21:01:39 +0000 Debug: evaluation finished
info: [debug] [INST] 2016-03-07 21:01:39 +0000 Debug: responding wit

h:
info: [debug] [INST] 2016-03-07 21:01:39 +0000 Debug: Running system command #94: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:{“ELEMENT”:“21”}}…
info: [debug] Socket data received (39 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:{“ELEMENT”:“21”}}
info: [debug] Responding to client with success: {“status”:0,“value”:{“ELEMENT”:“21”},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element 200 1649.994 ms - 88 {“status”:0,“value”:{“ELEMENT”:“21”},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: --> POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/appium/element/21/value {“id”:“21”,“value”:“2017”}
info: [debug] Pushing command to appium work queue: “au.getElement(‘21’).setValue(‘2017’)”
info: [debug] Sending command to instruments: au.getElement(‘21’).setValue(‘2017’)

info: [debug] [INST] 2016-03-07 21:01:39 +0000 Debug: Got new command 94 from instruments: au.getElement(‘21’).setValue(‘2017’)

info: [debug] [INST] 2016-03-07 21:01:39 +0000 Debug: evaluating au.getElement(‘21’).setValue(‘2017’)

info: [debug] [INST] 2016-03-07 21:01:39 +0000 Debug: target.frontMostApp().elements()[2].elements()[0].elements()[1].tap()

info: [debug] [INST] 2016-03-07 21:01:40 +0000 Debug: evaluation finished

info: [debug] Socket data received (25 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:""}
info: [debug] Responding to client with success: {“status”:0,“value”:"",“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- POST /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/appium/element/21/value 200 679.200 ms - 74 {“status”:0,“value”:"",“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> GET /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element/21/attribute/value {}
info: [debug] Pushing command to appium work queue: “au.getElement(‘21’).value()”
info: [debug] Sending command to instruments: au.getElement(‘21’).value()
info: [debug] [INST] 2016-03-07 21:01:40 +0000 Debug: responding with:

info: [debug] [INST] 2016-03-07 21:01:40 +0000 Debug: Running system command #95: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:""}…

info: [debug] [INST] 2016-03-07 21:01:40 +0000 Debug: Got new command 95 from instruments: au.getElement(‘21’).value()

info: [debug] [INST] 2016-03-07 21:01:40 +0000 Debug: evaluating au.getElement(‘21’).value()

info: [debug] Socket data received (29 bytes)
info: [debug] Socket data being routed.
info: [debug] Got result from instruments: {“status”:0,“value”:“2016”}
info: [debug] Responding to client with success: {“status”:0,“value”:“2016”,“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- GET /wd/hub/session/84cad39f-6dd6-41d1-ba6c-f7e1aba219ee/element/21/attribute/value 200 436.345 ms - 78 {“status”:0,“value”:“2016”,“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: [debug] [INST] 2016-03-07 21:01:40 +0000 Debug: evaluation finished
info: [debug] [INST] 2016-03-07 21:01:40 +0000 Debug: responding with:

info: [debug] [INST] 2016-03-07 21:01:40 +0000 Debug: Running system command #96: /Applications/Appium.app/Contents/Resources/node/bin/node /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-uiauto/bin/command-proxy-client.js /tmp/instruments_sock 2,{“status”:0,“value”:“2016”}…

info: --> GET /wd/hub/status {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- GET /wd/hub/status 200 1.172 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> GET /wd/hub/status {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- GET /wd/hub/status 200 1.830 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> GET /wd/hub/status {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: <-- GET /wd/hub/status 200 9.957 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> GET /wd/hub/status {}

info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- GET /wd/hub/status 200 1.643 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> GET /wd/hub/status {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- GET /wd/hub/status 200 1.529 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

info: --> GET /wd/hub/status {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- GET /wd/hub/status 200 3.028 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: --> GET /wd/hub/status {}
info: [debug] Responding to client with success: {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}
info: <-- GET /wd/hub/status 200 1.227 ms - 179 {“status”:0,“value”:{“build”:{“version”:“1.4.13”,“revision”:“c75d8adcb66a75818a542fe1891a34260c21f76a”},“isShuttingDown”:false},“sessionId”:“84cad39f-6dd6-41d1-ba6c-f7e1aba219ee”}

`

I don’t know if you got it figured out, but I’m doing almost the exact same thing, just using better selectors than the xpath.

    WebElement picker = driver.findElement(By.className("UIAPicker"));
    List<WebElement> pickerChildren = picker.findElements(By.className("UIAPickerWheel"));

    WebElement monthPicker = pickerChildren.get(0);
    WebElement yearPicker = pickerChildren.get(1);

    String month = "May"
    Integer year = 2017

    yearPicker.sendKeys(year);
    monthPicker.sendKeys(month);