I'm using selenium for automation and I'm using Chromedriver.
Is there a way to control or fill in a web page that is previously opened - not opened with Navigate().GoToUrl()? For example:
- Start Chrome
- Open a web page
- Start ChromeDriver
- Point ChromeDriver to the previously opened web page
- Fill in text in a text box on that web page