I try to work with multiple tabs with selenium webdriver.
I send the keys Control+t to html body and open a new tab. However web driver does not recognize that I have a new tab and I still have only one item in WindowHandles which equals to CurrentWindowHandle.
I tried to switch to ActiveElement or just sleep for 5 seconds but that didn't help either.
Please help :)
Thanks a lot