I would like to have more info about the rendered xml when using the driver.page_source (in Python)
I have the following screen of an iOS application
But when I use a breakpoint in my code and check driver.page_source I can not see the hole content of the screen.
I tried also with the Appium Inspection tool but have the same result. Is this a known issue?
<?xml version="1.0" encoding="UTF-8"?><AppiumAUT><XCUIElementTypeApplication type="XCUIElementTypeApplication" name="Ⓜ️ 4.1.18" label="Ⓜ️ 4.1.18" enabled="true" visible="true" accessible="false" x="0" y="0" width="810" height="1080" index="0">
<XCUIElementTypeWindow type="XCUIElementTypeWindow" enabled="true" visible="true" accessible="false" x="0" y="0" width="1080" height="810" index="0">
<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="0" width="1080" height="810" index="0">
<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="true" accessible="false" x="0" y="0" width="1080" height="810" index="0">
<XCUIElementTypeButton type="XCUIElementTypeButton" name="id_splitBill_cancelPopup_confirmButton" label="Confirm" enabled="true" visible="true" accessible="true" x="545" y="448" width="196" height="64" index="0"/>
</XCUIElementTypeOther>
</XCUIElementTypeOther>
</XCUIElementTypeWindow>
<XCUIElementTypeWindow type="XCUIElementTypeWindow" enabled="true" visible="false" accessible="false" x="0" y="0" width="1080" height="810" index="1">
<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="1080" height="810" index="0">
<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="0" width="1080" height="810" index="0"/>
<XCUIElementTypeOther type="XCUIElementTypeOther" enabled="true" visible="false" accessible="false" x="0" y="810" width="1080" height="353" index="1"/>
</XCUIElementTypeOther>
</XCUIElementTypeWindow>
</XCUIElementTypeApplication></AppiumAUT>