updated the xpath for timeline status

This commit is contained in:
harismuneer 2019-01-04 21:18:40 +05:00
parent cfe63ba493
commit c82485b86e
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ def scroll():
def get_status(x):
status = ""
try:
status = x.find_element_by_xpath(".//div[@class='_5pbx userContent']").text
status = x.find_element_by_xpath(".//div[@class='_5wj-']").text
except:
try:
status = x.find_element_by_xpath(".//div[@class='userContent']").text