I am trying to click on the "most helpful first" dropdown list and change it into the newest reviews for android playstore apps.
https://play.google.com/store/apps/details?id=com.nintendo.zama&showAllReviews=true
tried multiple methods such as the below method also by finding the class and by xpath but nothing worked.
new_comments = driver.find_element_by_link_text('"Most helpful first"').click()