Home
last modified time | relevance | path

Searched refs:SET_ALERT_VALUE (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/client/
Dcommand_executor.py26 SET_ALERT_VALUE = (_Method.POST, '/session/:sessionId/alert_text') variable in Command
Dchromedriver.py302 self.ExecuteCommand(Command.SET_ALERT_VALUE, {'text': prompt_text})