def ok(self):
        self.driver.find(by_xpath(".//*[@id='ok_button']")).click()
        self.driver.wait_until_modal_dismissed()