Saurabh
Saurabh
> > Ok guys. Just uncomment line 92 in the url.py file: > > # ('query_source', 'typed_query'), > > cahnge to ('query_source', 'typed_query'), > > This solution works for PC...
It should be a general navigation bar where people can add a logo(depending on the requirement/usecase) and links to multiple pages.
Hi, twitter updated their tweet card html attribute from div tag to article tag, so that's why it is returning a empty list. New Code ```python cards = driver.find_elements_by_xpath('//article[@data-testid="tweet"]') ```