Skip to content

Instantly share code, notes, and snippets.

@VenkateshPS
Created November 30, 2017 05:54
Show Gist options
  • Save VenkateshPS/ec79c4e12326892170eb2845ac0d1b70 to your computer and use it in GitHub Desktop.
Save VenkateshPS/ec79c4e12326892170eb2845ac0d1b70 to your computer and use it in GitHub Desktop.
iOS11vsiOS10
OS 11
<XCUIElementTypeNavigationBar type="XCUIElementTypeNavigationBar" name="Secure Messages" enabled="true" visible="true" x="0" y="24" width="375" height="52">
<XCUIElementTypeButton type="XCUIElementTypeButton" name="Profile" label="User Icon" enabled="true" visible="true" x="7" y="28" width="43" height="43"/>
<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="VO" name="VO" label="VO" enabled="true" visible="true" x="7" y="34" width="43" height="32"/>
<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Secure Messages" name="Secure Messages" label="Secure Messages" enabled="true" visible="true" x="104" y="33" width="167" height="33"/>
</XCUIElementTypeNavigationBar>
<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" x="0" y="0" width="375" height="667">
<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" x="0" y="0" width="375" height="667">
<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" x="0" y="75" width="375" height="592">
<XCUIElementTypeOther type="XCUIElementTypeOther" name="Super View (Search bar)" enabled="true" visible="true" x="0" y="75" width="375" height="48">
<XCUIElementTypeImage type="XCUIElementTypeImage" name="TX01-02 Header [search].fw.png" enabled="true" visible="false" x="0" y="75" width="375" height="48"/>
<XCUIElementTypeButton type="XCUIElementTypeButton" name="Filter button" label="Filter button" enabled="true" visible="true" x="5" y="78" width="48" height="43"/>
<XCUIElementTypeImage type="XCUIElementTypeImage" name="IC003-01 Separator.fw.png" enabled="true" visible="false" x="55" y="79" width="4" height="41"/>
<XCUIElementTypeOther type="XCUIElementTypeOther" name="Search bar" label="Search bar" enabled="true" visible="true" x="58" y="78" width="317" height="43">
<XCUIElementTypeImage type="XCUIElementTypeImage" enabled="true" visible="false" x="58" y="78" width="317" height="43"/>
<XCUIElementTypeSearchField type="XCUIElementTypeSearchField" value="Search" name="Search" label="Search" enabled="true" visible="true" x="67" y="82" width="299" height="34">
<XCUIElementTypeSearchField type="XCUIElementTypeSearchField" value="Search" name="Search" label="Search" enabled="true" visible="true" x="67" y="82" width="299" height="34"/>
</XCUIElementTypeSearchField>
</XCUIElementTypeOther>
</XCUIElementTypeOther>
IOS 10.3.2
<XCUIElementTypeNavigationBar type="XCUIElementTypeNavigationBar" name="Secure Messages" enabled="true" visible="true" x="0" y="24" width="375" height="52">
<XCUIElementTypeImage type="XCUIElementTypeImage" name="Super View (Profile)" enabled="true" visible="true" x="7" y="28" width="43" height="43">
<XCUIElementTypeButton type="XCUIElementTypeButton" name="Profile" label="User Icon" enabled="true" visible="true" x="7" y="28" width="43" height="43"/>
<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="VO" name="VO" label="VO" enabled="true" visible="true" x="7" y="34" width="43" height="32"/>
</XCUIElementTypeImage>
<XCUIElementTypeStaticText type="XCUIElementTypeStaticText" value="Secure Messages" name="Secure Messages" label="Secure Messages" enabled="true" visible="true" x="104" y="33" width="167" height="33"/>
<XCUIElementTypeImage type="XCUIElementTypeImage" name="Compose" label="Compose New Message" enabled="true" visible="true" x="323" y="33" width="34" height="34"/>
</XCUIElementTypeNavigationBar>
<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" x="0" y="0" width="375" height="667">
<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" x="0" y="0" width="375" height="667">
<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" x="0" y="75" width="375" height="592">
<XCUIElementTypeOther type="XCUIElementTypeOther" name="Super View (Search bar)" enabled="true" visible="true" x="0" y="75" width="375" height="48">
<XCUIElementTypeImage type="XCUIElementTypeImage" name="TX01-02 Header [search].fw.png" enabled="true" visible="true" x="0" y="75" width="375" height="48"/>
<XCUIElementTypeButton type="XCUIElementTypeButton" name="Filter button" label="Filter button" enabled="true" visible="true" x="5" y="78" width="48" height="43"/>
<XCUIElementTypeImage type="XCUIElementTypeImage" name="IC003-01 Separator.fw.png" enabled="true" visible="true" x="55" y="79" width="4" height="41"/>
<XCUIElementTypeOther type="XCUIElementTypeOther" name="Search bar" label="Search bar" enabled="true" visible="true" x="58" y="78" width="317" height="43">
<XCUIElementTypeImage type="XCUIElementTypeImage" enabled="true" visible="true" x="58" y="78" width="317" height="43"/>
<XCUIElementTypeSearchField type="XCUIElementTypeSearchField" value="Search" name="Search" label="Search" enabled="true" visible="true" x="67" y="82" width="299" height="34">
<XCUIElementTypeSearchField type="XCUIElementTypeSearchField" value="Search" name="Search" label="Search" enabled="true" visible="true" x="67" y="82" width="299" height="34"/>
</XCUIElementTypeSearchField>
</XCUIElementTypeOther>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment