How I can get element information of my app on iOS device when virtual keyboard is visible

I try to use Appium and XCUITest framewrok to interact with my application on iOS. When I focus on the textbox control, the virtual keyboard is enable. This virtual keyboard is a part of application accessibility, so everything behind it will be hidden unless the keyboard is hidden.

So, is there any solution help me to solve this problem?


Thank you so much.