Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 5b9d0e7

Browse files
committed
Minor isues resolved
1 parent 81bbf7f commit 5b9d0e7

File tree

1 file changed

+2
-0
lines changed
  • Scripts/Web_Scrappers/PlayStoreReviewScrapper

1 file changed

+2
-0
lines changed

Scripts/Web_Scrappers/PlayStoreReviewScrapper/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def getPlaystoreReviews(app_id):
3636
python_button = browser.find_elements_by_xpath(path)[0]
3737
python_button.click()
3838
except Exception as ex:
39+
print("Exception {}".format(ex))
3940
elem.send_keys(Keys.PAGE_UP)
4041
pass
4142

@@ -46,6 +47,7 @@ def getPlaystoreReviews(app_id):
4647
python_button = browser.find_elements_by_xpath(path)[0]
4748
python_button.click()
4849
except Exception as ex:
50+
print("Exception {}".format(ex))
4951
pass
5052
no_of_pagedowns -= 1
5153

0 commit comments

Comments
 (0)