Having some trouble selecting the input on a form on the instagram page using find_elements_by_xpath.
The source HTML code looks like this: HTML Code from Page
And this is the code that I'm using, but getting no results when printing the result in console.
inputs = browser.find_elements_by_xpath('//form/div[2]/div/div/input')