Python Forum

Full Version: How to access Modal window using Selenium Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
While crawling in a web-page using python selenium, I found a link and after clicking in the link using selenium, I found a modal window appears. Now when I tried to access the window using switch to window, every time I got errors. I tried with xpath and css selector to access the buttons and drop-down menus in the modal windows but I the results are always negative. can anyone share some way-out?