Issue
I'm trying to scrap this site https://www.fxhash.xyz/marketplace/generative/15063 with Selenium and i want all the activity on the activity onglet. But first i can't click on the acticity buttoun to have the right page.
Can someone help me ??
Solution
driver.find_element(By.XPATH, '//div[contains(text(),"activity")]').click()
activities = driver.find_elements(By.XPATH, '//article[@class="Action_container__uURkZ Action_is_link__7x4O4"]')
Answered By - federikowsky
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.