I need to run my test scripts in IE 11. (I have a lot of problems with IE in general) but I cant seem to figure out this one:
When a button is clicked a new page (with search results) should open. The test-case passes and it appears that the element receives the click but nothing happens. It is stuck on the previous page
Here are some of the methods I have tried:
- Straight forward WebUI.click(TestObject)
- WebUI.sendKeys()
- Click using JS. (Referring to previous posts on this forum, and Katalon documentation)
- WebUI.mouseOver() before clicking.
None of these seem to do the trick. Other things I have done:
-Followed Katalon guide to run tests in IE.
- Updated webdrivers
I do not get any errors / exceptions, so I wont be able to show this.
Do anyone have some other suggestions. Anything is appreciated!