I cannot find the main input part element of Google. Instead, it gives me textarea:
However, when I do it with Scrapy like this in CLI:
scrapy shell https://www.google.com/
// waiting for response
view(response)
I get this, the correct and usual input element of Google:
There is no tag that is named ‘q’ in the first photo’s Google.
I am unfamiliar with HTML, and could not solve this. Any help is appreciated.