Try this:
phone_element = OBJ.find_element_by_xpath("//*[@id='main']/div[1]/div[2]/div[2]/div/div/div/div/div/section/div/div[1]/div[2]/ul/div/div[3]/li/div/div/strong/following-sibling::text()")
phone_number = phone_element.strip()
Using the ...READ MORE
Mar 28, 2023
in Others
by
Kithuzzz
• 38,020 points
•
522 views