Hi Folks,
I am having issues in IE browser.
1. The Scripts created is working fine in Chrome, Firefox and EDGE browser but in IE it gets stuck randomly. (Randomly means while running the Scripts in IE it fails sometimes in line no 10, again 11 ...12..13... and soo on.) Inconsistency state.
I have used java scripts to click on some of the elements and are working fine.
2.Opening a link should be opened in new tab but for me its opening in new Window.
My tab settings in IE is below::::::::::::
3. Have opened a new tab in IE using the code driver.findElement(By.cssSelector("Body")).sendKeys(Keys.CONTROL + "t");
It opens up a new window and then waited for 5 seconds and printed the driver.getWindowHandles().size.
The size was only the one. Means the new tab was not been counted as the driver objects. Not able to switch to the new tab and provide url.
I even tried to navigate to the 2nd window and pass Urls but the url is passing in the 1st parent window itself.
Please i need some help on this.
Thanks in Advance.
Configuration::::::::::
Selenium 3.4
OS version Win10
IE version 64 bit and using 32 bit IEDriverServer , because the 64 bit IEDriverServer is too slow to provide inputs in the text fields.
Pranab Singh