You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In python uiautomator2 unable to read large chunk of data by using xpath.get_text().
Element having more than 200kb data but while reading the element. i am always getting less than 200 kb data remaining data not getting while using xpath.get_text()
do we have any other way to read large chunk of data using get_text() method.
The text was updated successfully, but these errors were encountered:
In python uiautomator2 unable to read large chunk of data by using xpath.get_text().
Element having more than 200kb data but while reading the element. i am always getting less than 200 kb data remaining data not getting while using xpath.get_text()
do we have any other way to read large chunk of data using get_text() method.
The text was updated successfully, but these errors were encountered: