Vaibhav Agarwal
Vaibhav Agarwal

Reputation: 1144

Selenium WebDriver Support for IE metro mode

Is there any way of writing automation on IE10 metro mode with the help of Selenium WebDriver? I came across the same question but the question and answer both are dated 25th Feb, 2013. Is there any support available as of now?
If not, how can I go about doing automation on IE10 metro mode?

Upvotes: 0

Views: 166

Answers (1)

Pooja
Pooja

Reputation: 136

According to https://code.google.com/p/selenium/wiki/InternetExplorerDriver launching of IE browser (32 bit or 64 bit) depends on what version of IEdriverserver.exe you use. Not sure if there is an IEdriverserver which will launch IE in metro mode.

But I found out 1 answer on stackoverflow where you can change the settings of your IE browser in desktop mode, like those on Metro mode. Detect Metro UI Version of IE Check out Bert Lamb's answer on this page. (you can go through the whole conversation its might be helpful :))

Upvotes: 1

Related Questions