0

I want to automate a few work flows of my web application using watir-webdriver. I am using Ubuntu. I want to automate all the workflows on IE. As i am using ubuntu as my platform, need to run it in headless mode.

Any suggestions?

Abe Heward
  • 515
  • 3
  • 16
Aashish P
  • 1,894
  • 5
  • 22
  • 36

1 Answers1

0

I would recommend using a VM or separate machine to test IE. If you attempt to run IE test in Ubuntu you will most likely not be able to find the IEDriverServer needed. You may be able to use Wine or some other solution, but I don't know of any support for this.