I know there have been several similar questions, but I haven't seen an answer to my specific need: Is there a way to click a button in a separately launched web page? For example, I launch another web page via:
<a href="x" target="y">orwindow.open()
Can I then click an input button in that launched web page programmatically?