I am using this code to get the Google Play Store app version but this is causing my app to hang. Please specify another way to get the app version or how I can use this code to
Just replace your code
.get() .select("div[itemprop=softwareVersion]") .first() .ownText();
with below:
.get() .select(".hAyfc .htlgb") .get(3) .ownText();
it will work..!