3

I am trying to extract data from bitclout using selenium. What I actually want to get is the response loaded against this url (https://api.bitclout.com/api/v1/block) in xhr tab. You'll get my point clearly by viewing below screenshot

enter image description here

>>> from selenium.webdriver import Chrome
>>> driver = Chrome()
>>> url = 'https://explorer.bitclout.com/?query-node=https:%2F%2Fapi.bitclout.com&block-height=0'
>>> driver.get(url)

I don't know what next to do to get that json response.

Taimorr Mughal
  • 87
  • 1
  • 10

0 Answers0