I wrote tests for testing a web-site using Selenium а web driver. When I use Firefox a web driver there are no problems, but I must use IE а web driver and there are problems with it.
I read many advices for using IE web driver, when .click()
doesn't work, but I couldn't find a panacea for resolving this problem. I tried to use JS insted .click()
but this didn't resolve my problem, because I got many other problems. So may be anybody know alternative for Selenium, where I can use IE for testing?