Switching control in tabs in Selenium -


while doing automation web page through selenium,when try click on button called "learn more" opens page in new tab , automatically closes old tab.(this specific case ie). main problem not able click on link present in new tab, control not getting switched new tab.

i tried possibilities of switching windows , switching tabs , both has not helped me.

and result end "no such window exception."

please help.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -