Internet Explorer | Cubano

Options for the various InternetExplorerDriver settings.

There is some configuration that must be done to Internet Explorer before it can be used by Selenium WebDriver, these steps are described here.

Configuration

ie.capability.<any.valid.capability>

Sets capabilities.
InternetExplorerDriver properties describe many of the capabilities that can be configured.

Troubleshooting

sendkeys can be very slow (1-2 seconds per character): Mostly likely that is because the IE 32 bit version is being loaded and using 64 bit driver. Use wdm.architecture=X32. The ie.capability.requireWindowFocus = true setting can also fix the problem.