I want to run my test cases via protractor, but due to some limitation I want protractor to start on a page that is already open, meaning I don't want driver to start by loading chrome and going to the url defined in test case. Is there any way if I can use the url that is already opened on screen and then process further with what is defined in the test case such as clicking on elements or sending keys etc.
Regards Syed Zaidy
This feature is not implemented in selenium. It was requested but rejected because it is not feasible. If you read the issue here, and scroll down to last comment :