Hi,
I was wondering if I could open a browser, navigate to a certain page, fill in the form and then quit the application explicitly leaving the browser open for the user to take over.
Whatever I do the browser always closes when I destroy the driver. Sleep 99999 is absolutely not an option.
Basically I need to automatically fill in the form with data from a data source using automation rather than user typing (to avoid mistypes) but leave user the option to go over it and submit if everything is OK.
Fundamentally I thought Selenium would be a perfect tool for it but is it ?
Thanks.