I need to click on instagram search input to display one show the results popup, but neither attempt worked.
document.querySelector('[class=" QY4Ed P0xOK"] > input').click()
can anyone help me with this task?
I just need to trigger a mouse click, I don't need to type any text.
You can do it using $r with the react devtool extension
trigger:
$r.setState({hasFocus:true})