watir / watir_meta

Former watir.gem that referenced both watir-webdriver and watir-classic
http://watir.com
Other
407 stars 45 forks source link

Add Watir::IE.new_process() support back #9

Closed ghost closed 11 years ago

ghost commented 11 years ago

The Watir::IE.new_process() has been deprecated but it provides the ability to launch the IE web browser in 'private browsing' mode in addition to enabling the no frame merging option.

This is required when running multiple IE web browsers simultaneously with unique sessions and isolating cookies.

The WIN32OLE InternetExplorer.Application object does not appear to support starting IE in private browsing mode or enabling no frame merging.

Can this support be added again?

jarmo commented 11 years ago

This issue belongs to the watir-classic repository at https://github.com/watir/watir-classic/issues?state=open

jarmo commented 11 years ago

I don't see any code of IE being launched with -private switch at all, which implies that it has never been launched in private mode.

Also i've created a more specific issue into watir-classic repository at https://github.com/watir/watir-classic/issues/63

Also, i don't see anything related with new_process being deprecated. It is not deprecated. I guess you thought that it is deprecated because watir gem did throw you some NoMethodError? This will be fixed in next version of watir and watir-classic, but as you can see from the opened issue then the new_process might not still work. I don't have any good ideas of how to solve it yet either.

jarmo commented 11 years ago

Closing this.