コード例 #1
0
 def test_custom_actions_button(self):
     try:
         self.runDemo('Dialog and Message Boxes', retry=False)
         focus.window('Dialogs')
     except SearchError:
         self.runDemo('Dialogs and Message Boxes', retry=False)
         focus.window('Dialogs and Message Boxes')
     click.button('Interactive Dialog')
     self.assertTrue(focus.dialog("Interactive Dialog"))
コード例 #2
0
ファイル: test_procedural.py プロジェクト: vhumpa/dogtail
 def test_custom_actions_button(self):
     try:
         self.runDemo('Dialog and Message Boxes', retry=False)
         focus.window('Dialogs')
     except SearchError:
         self.runDemo('Dialogs and Message Boxes', retry=False)
         focus.window('Dialogs and Message Boxes')
     click.button('Interactive Dialog')
     self.assertTrue(focus.dialog("Interactive Dialog"))
コード例 #3
0
ファイル: test_procedural.py プロジェクト: unal55/dogtail
 def test_custom_actions_button(self):
     self.runDemo('Dialog and Message Boxes')
     focus.window('Dialogs')
     click.button('Interactive Dialog')
     self.assertTrue(focus.dialog("Interactive Dialog"))