How to transfer control from old tab to new tab using WebDriver? Suppose I open a link in new tab and then I want to perform some actions in that newly open tab. How can I do this?
When I open a link in new tab, the control still exist in old tab. Please provide a solution.
For example: I opened the link "Create a account" in gmail to new tab and then I try to fill text fields available in form, but when I run the program, it always say that elements not found
Thanks.