Using Selenium WebDriver with JAVA.
I am trying to automate a functionality where I have to open a new tab do some operations there and come back to previous tab (Parent).
I used switch handle but it's not working.
And one strange thing the two tabs are having same window handle due to which I am not able to switch between tabs.
However when I am trying with different Firefox windows it works, but for tab it's not working.
Please help me. How can I switch tabs.
OR how can I switch tabs without using window handle as window handle is same of both tabs in my case.
(I have observed that when you open different tabs in same window, window handle remains same)
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…