In a Screen i have Show Details link. If i Click the show details Link, it populates Table. I am able to see the Table Manually. But in getPageSource() i am not able to see the table data. I use XPATH for Inspecting the Table Data and get the Exception as

In a Screen i have Show Details link. If i Click the show details Link, it populates Table. I am able to see the Table Manually. But in getPageSource() i am not able to see the table data. I use XPATH for Inspecting the Table Data and get the Exception as “Unable to Locate the Element.”

In Appium Inspector also i am able to see the table only after the Refresh.

Any Solution is highly Appreciated