I\'m working with selenium. while trying to click a button it creates a pop up (alert) and doesn’t return a page object. Because of that I can’t use “click” alone as this me
as far as I know you have to use always in alerts
selenium.get_confirmation()
from python doc: If an confirmation is generated but you do not consume it with getConfirmation, the next Selenium action will fail.