After doing operations in a window using pywinauto, i am getting “pywinauto.findwindows.ElementAmbiguousError”2019 Community Moderator ElectionHow to get the ASCII value of a character?Does Python have a ternary conditional operator?How to get the current time in PythonGetting the class name of an instance?Getting the last element of a list in PythonBehaviour of increment and decrement operators in PythonHow to get the number of elements in a list in Python?How do I install pip on Windows?pywinauto testing with Windows paintpywinauto Installing an application on windows

Examples of a statistic that is not independent of sample's distribution?

Offered promotion but I'm leaving. Should I tell?

BitNot does not flip bits in the way I expected

How could our ancestors have domesticated a solitary predator?

Logic. Truth of a negation

Single word request: Harming the benefactor

How do I deal with a powergamer in a game full of beginners in a school club?

What wound would be of little consequence to a biped but terrible for a quadruped?

My story is written in English, but is set in my home country. What language should I use for the dialogue?

Can you reject a postdoc offer after the PI has paid a large sum for flights/accommodation for your visit?

Good allowance savings plan?

Is having access to past exams cheating and, if yes, could it be proven just by a good grade?

Solving "Resistance between two nodes on a grid" problem in Mathematica

How do you like my writing?

Why the color red for the Republican Party

What is the chance of making a successful appeal to dismissal decision from a PhD program after failing the qualifying exam in the 2nd attempt?

Do I really need to have a scientific explanation for my premise?

Rejected in 4th interview round citing insufficient years of experience

What to do when during a meeting client people start to fight (even physically) with each others?

Accountant/ lawyer will not return my call

infinitive telling the purpose

Space in array system equations

How to create a hard link to an inode (ext4)?

Placing subfig vertically



After doing operations in a window using pywinauto, i am getting “pywinauto.findwindows.ElementAmbiguousError”



2019 Community Moderator ElectionHow to get the ASCII value of a character?Does Python have a ternary conditional operator?How to get the current time in PythonGetting the class name of an instance?Getting the last element of a list in PythonBehaviour of increment and decrement operators in PythonHow to get the number of elements in a list in Python?How do I install pip on Windows?pywinauto testing with Windows paintpywinauto Installing an application on windows










0















I am trying to automate my application using pywinauto. I could do a lot of things. But when i tried to do some operations in a window, which will launch upon clicking one button in my application, its telling pywinauto.findwindows.ElementAmbiguousError: There are 18 elements that match the criteria. Although i already performed some operations in the launched window. Here is my code:



def fw_trace_advanced(self):
self.dlg = desk_control.window(title_re='WRT Settings')
self.win = self.dlg.child_window(title_re="System", control_type="Window")
self.dlg.print_control_identifiers()
self.win.child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp", control_type="Group").click_input()
self.combo = self.win.child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp",control_type="Group").child_window(auto_id="BTTraceSelection_Panel", control_type="Pane")
self.combo.child_window(title="FW Trace", control_type="ComboBox").click_input()
self.win.print_control_identifiers()


when i run this am getting the error :



pywinauto.findwindows.ElementAmbiguousError: There are 18 elements that match the criteria 'title_re': 'System', 'control_type': 'Window', 'top_level_only': False, 'parent': <uia_element_info.UIAElementInfo - 'WRT Settings ', WindowsForms10.Window.8.app.0.1d89703_r9_ad1, 3671830>, 'backend': 'uia'



self.dlg.print_control_identifiers() gives the following:



Dialog - 'WRT Settings ' (L130, T130, R1203, B619)
['WRT Settings Dialog', 'Dialog', 'WRT Settings ', 'Dialog0', 'Dialog1']
child_window(title="WRT Settings ", auto_id="WRTSettingsForm", control_type="Window")
|
| Dialog - 'System' (L156, T156, R540, B536)
| ['System', 'Dialog2', 'SystemDialog', 'System0', 'System1']
| child_window(title="System", auto_id="BTTraceSourcePresets", control_type="Window")
| |
| | Button - 'Cancel' (L352, T496, R427, B519)
| | ['Button', 'Cancel', 'CancelButton', 'Button0', 'Button1', 'Cancel0', 'Cancel1', 'CancelButton0', 'CancelButton1']
| | child_window(title="Cancel", auto_id="BTSrcPresetCancel_Btn", control_type="Button")
| |
| | Button - 'Save' (L270, T497, R345, B520)
| | ['SaveButton', 'Button2', 'Save', 'SaveButton0', 'SaveButton1', 'Save0', 'Save1']
| | child_window(title="Save", auto_id="BTSrcPresetSave_Btn", control_type="Button")
| |
| | GroupBox - 'BT Presets Selection' (L176, T199, R520, B491)
| | ['BT Presets Selection', 'BT Presets SelectionGroupBox', 'GroupBox', 'GroupBox0', 'GroupBox1']
| | child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp", control_type="Group")
| | |
| | | Pane - '' (L179, T215, R517, B488)
| | | ['', 'Pane', '0', '1', 'Pane0', 'Pane1']
| | | child_window(auto_id="BTTraceSelection_Panel", control_type="Pane")
| | | |
| | | | Button - 'Edit...' (L439, T233, R514, B256)
| | | | ['Edit...', 'Button3', 'Edit...Button', 'Edit...0', 'Edit...1', 'Edit...Button0', 'Edit...Button1']
| | | | child_window(title="Edit...", auto_id="1967972", control_type="Button")
| | | |
| | | | Static - 'FW Trace' (L199, T235, R299, B258)
| | | | ['FW Trace', 'FW TraceStatic', 'Static', 'FW Trace0', 'FW Trace1', 'FW TraceStatic0', 'FW TraceStatic1', 'Static0', 'Static1']
| | | | child_window(title="FW Trace", auto_id="2492250", control_type="Text")
| | | |
| | | | ComboBox - 'FW Trace' (L299, T233, R420, B254)
| | | | ['FW TraceComboBox', 'FW Trace2', 'ComboBox', 'ComboBox0', 'ComboBox1']
| | | | child_window(title="FW Trace", auto_id="3213090", control_type="ComboBox")
| | | | |
| | | | | Static - 'FW Trace' (L3, T3, R101, B18)
| | | | | ['FW Trace3', 'FW TraceStatic2', 'Static2']
| | | | | child_window(title="FW Trace", control_type="Text")
| | | | |
| | | | | Button - 'Open' (L401, T235, R418, B252)
| | | | | ['Open', 'Button4', 'OpenButton', 'Open0', 'Open1', 'OpenButton0', 'OpenButton1']
| | | | | child_window(title="Open", control_type="Button")


why this ambiguous error came into picture?










share|improve this question
























  • Is it really full output from print_control_identifiers()? What happens if you use child_window(title_re="System", control_type="Window", depth=2) or child_window(title="System", auto_id="BTTraceSourcePresets", control_type="Window")?

    – Vasily Ryabov
    Mar 7 at 10:24











  • its too big. Am not able to add here. There is no window with the same name as System.

    – Sr33deviiii
    Mar 7 at 11:25















0















I am trying to automate my application using pywinauto. I could do a lot of things. But when i tried to do some operations in a window, which will launch upon clicking one button in my application, its telling pywinauto.findwindows.ElementAmbiguousError: There are 18 elements that match the criteria. Although i already performed some operations in the launched window. Here is my code:



def fw_trace_advanced(self):
self.dlg = desk_control.window(title_re='WRT Settings')
self.win = self.dlg.child_window(title_re="System", control_type="Window")
self.dlg.print_control_identifiers()
self.win.child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp", control_type="Group").click_input()
self.combo = self.win.child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp",control_type="Group").child_window(auto_id="BTTraceSelection_Panel", control_type="Pane")
self.combo.child_window(title="FW Trace", control_type="ComboBox").click_input()
self.win.print_control_identifiers()


when i run this am getting the error :



pywinauto.findwindows.ElementAmbiguousError: There are 18 elements that match the criteria 'title_re': 'System', 'control_type': 'Window', 'top_level_only': False, 'parent': <uia_element_info.UIAElementInfo - 'WRT Settings ', WindowsForms10.Window.8.app.0.1d89703_r9_ad1, 3671830>, 'backend': 'uia'



self.dlg.print_control_identifiers() gives the following:



Dialog - 'WRT Settings ' (L130, T130, R1203, B619)
['WRT Settings Dialog', 'Dialog', 'WRT Settings ', 'Dialog0', 'Dialog1']
child_window(title="WRT Settings ", auto_id="WRTSettingsForm", control_type="Window")
|
| Dialog - 'System' (L156, T156, R540, B536)
| ['System', 'Dialog2', 'SystemDialog', 'System0', 'System1']
| child_window(title="System", auto_id="BTTraceSourcePresets", control_type="Window")
| |
| | Button - 'Cancel' (L352, T496, R427, B519)
| | ['Button', 'Cancel', 'CancelButton', 'Button0', 'Button1', 'Cancel0', 'Cancel1', 'CancelButton0', 'CancelButton1']
| | child_window(title="Cancel", auto_id="BTSrcPresetCancel_Btn", control_type="Button")
| |
| | Button - 'Save' (L270, T497, R345, B520)
| | ['SaveButton', 'Button2', 'Save', 'SaveButton0', 'SaveButton1', 'Save0', 'Save1']
| | child_window(title="Save", auto_id="BTSrcPresetSave_Btn", control_type="Button")
| |
| | GroupBox - 'BT Presets Selection' (L176, T199, R520, B491)
| | ['BT Presets Selection', 'BT Presets SelectionGroupBox', 'GroupBox', 'GroupBox0', 'GroupBox1']
| | child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp", control_type="Group")
| | |
| | | Pane - '' (L179, T215, R517, B488)
| | | ['', 'Pane', '0', '1', 'Pane0', 'Pane1']
| | | child_window(auto_id="BTTraceSelection_Panel", control_type="Pane")
| | | |
| | | | Button - 'Edit...' (L439, T233, R514, B256)
| | | | ['Edit...', 'Button3', 'Edit...Button', 'Edit...0', 'Edit...1', 'Edit...Button0', 'Edit...Button1']
| | | | child_window(title="Edit...", auto_id="1967972", control_type="Button")
| | | |
| | | | Static - 'FW Trace' (L199, T235, R299, B258)
| | | | ['FW Trace', 'FW TraceStatic', 'Static', 'FW Trace0', 'FW Trace1', 'FW TraceStatic0', 'FW TraceStatic1', 'Static0', 'Static1']
| | | | child_window(title="FW Trace", auto_id="2492250", control_type="Text")
| | | |
| | | | ComboBox - 'FW Trace' (L299, T233, R420, B254)
| | | | ['FW TraceComboBox', 'FW Trace2', 'ComboBox', 'ComboBox0', 'ComboBox1']
| | | | child_window(title="FW Trace", auto_id="3213090", control_type="ComboBox")
| | | | |
| | | | | Static - 'FW Trace' (L3, T3, R101, B18)
| | | | | ['FW Trace3', 'FW TraceStatic2', 'Static2']
| | | | | child_window(title="FW Trace", control_type="Text")
| | | | |
| | | | | Button - 'Open' (L401, T235, R418, B252)
| | | | | ['Open', 'Button4', 'OpenButton', 'Open0', 'Open1', 'OpenButton0', 'OpenButton1']
| | | | | child_window(title="Open", control_type="Button")


why this ambiguous error came into picture?










share|improve this question
























  • Is it really full output from print_control_identifiers()? What happens if you use child_window(title_re="System", control_type="Window", depth=2) or child_window(title="System", auto_id="BTTraceSourcePresets", control_type="Window")?

    – Vasily Ryabov
    Mar 7 at 10:24











  • its too big. Am not able to add here. There is no window with the same name as System.

    – Sr33deviiii
    Mar 7 at 11:25













0












0








0








I am trying to automate my application using pywinauto. I could do a lot of things. But when i tried to do some operations in a window, which will launch upon clicking one button in my application, its telling pywinauto.findwindows.ElementAmbiguousError: There are 18 elements that match the criteria. Although i already performed some operations in the launched window. Here is my code:



def fw_trace_advanced(self):
self.dlg = desk_control.window(title_re='WRT Settings')
self.win = self.dlg.child_window(title_re="System", control_type="Window")
self.dlg.print_control_identifiers()
self.win.child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp", control_type="Group").click_input()
self.combo = self.win.child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp",control_type="Group").child_window(auto_id="BTTraceSelection_Panel", control_type="Pane")
self.combo.child_window(title="FW Trace", control_type="ComboBox").click_input()
self.win.print_control_identifiers()


when i run this am getting the error :



pywinauto.findwindows.ElementAmbiguousError: There are 18 elements that match the criteria 'title_re': 'System', 'control_type': 'Window', 'top_level_only': False, 'parent': <uia_element_info.UIAElementInfo - 'WRT Settings ', WindowsForms10.Window.8.app.0.1d89703_r9_ad1, 3671830>, 'backend': 'uia'



self.dlg.print_control_identifiers() gives the following:



Dialog - 'WRT Settings ' (L130, T130, R1203, B619)
['WRT Settings Dialog', 'Dialog', 'WRT Settings ', 'Dialog0', 'Dialog1']
child_window(title="WRT Settings ", auto_id="WRTSettingsForm", control_type="Window")
|
| Dialog - 'System' (L156, T156, R540, B536)
| ['System', 'Dialog2', 'SystemDialog', 'System0', 'System1']
| child_window(title="System", auto_id="BTTraceSourcePresets", control_type="Window")
| |
| | Button - 'Cancel' (L352, T496, R427, B519)
| | ['Button', 'Cancel', 'CancelButton', 'Button0', 'Button1', 'Cancel0', 'Cancel1', 'CancelButton0', 'CancelButton1']
| | child_window(title="Cancel", auto_id="BTSrcPresetCancel_Btn", control_type="Button")
| |
| | Button - 'Save' (L270, T497, R345, B520)
| | ['SaveButton', 'Button2', 'Save', 'SaveButton0', 'SaveButton1', 'Save0', 'Save1']
| | child_window(title="Save", auto_id="BTSrcPresetSave_Btn", control_type="Button")
| |
| | GroupBox - 'BT Presets Selection' (L176, T199, R520, B491)
| | ['BT Presets Selection', 'BT Presets SelectionGroupBox', 'GroupBox', 'GroupBox0', 'GroupBox1']
| | child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp", control_type="Group")
| | |
| | | Pane - '' (L179, T215, R517, B488)
| | | ['', 'Pane', '0', '1', 'Pane0', 'Pane1']
| | | child_window(auto_id="BTTraceSelection_Panel", control_type="Pane")
| | | |
| | | | Button - 'Edit...' (L439, T233, R514, B256)
| | | | ['Edit...', 'Button3', 'Edit...Button', 'Edit...0', 'Edit...1', 'Edit...Button0', 'Edit...Button1']
| | | | child_window(title="Edit...", auto_id="1967972", control_type="Button")
| | | |
| | | | Static - 'FW Trace' (L199, T235, R299, B258)
| | | | ['FW Trace', 'FW TraceStatic', 'Static', 'FW Trace0', 'FW Trace1', 'FW TraceStatic0', 'FW TraceStatic1', 'Static0', 'Static1']
| | | | child_window(title="FW Trace", auto_id="2492250", control_type="Text")
| | | |
| | | | ComboBox - 'FW Trace' (L299, T233, R420, B254)
| | | | ['FW TraceComboBox', 'FW Trace2', 'ComboBox', 'ComboBox0', 'ComboBox1']
| | | | child_window(title="FW Trace", auto_id="3213090", control_type="ComboBox")
| | | | |
| | | | | Static - 'FW Trace' (L3, T3, R101, B18)
| | | | | ['FW Trace3', 'FW TraceStatic2', 'Static2']
| | | | | child_window(title="FW Trace", control_type="Text")
| | | | |
| | | | | Button - 'Open' (L401, T235, R418, B252)
| | | | | ['Open', 'Button4', 'OpenButton', 'Open0', 'Open1', 'OpenButton0', 'OpenButton1']
| | | | | child_window(title="Open", control_type="Button")


why this ambiguous error came into picture?










share|improve this question
















I am trying to automate my application using pywinauto. I could do a lot of things. But when i tried to do some operations in a window, which will launch upon clicking one button in my application, its telling pywinauto.findwindows.ElementAmbiguousError: There are 18 elements that match the criteria. Although i already performed some operations in the launched window. Here is my code:



def fw_trace_advanced(self):
self.dlg = desk_control.window(title_re='WRT Settings')
self.win = self.dlg.child_window(title_re="System", control_type="Window")
self.dlg.print_control_identifiers()
self.win.child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp", control_type="Group").click_input()
self.combo = self.win.child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp",control_type="Group").child_window(auto_id="BTTraceSelection_Panel", control_type="Pane")
self.combo.child_window(title="FW Trace", control_type="ComboBox").click_input()
self.win.print_control_identifiers()


when i run this am getting the error :



pywinauto.findwindows.ElementAmbiguousError: There are 18 elements that match the criteria 'title_re': 'System', 'control_type': 'Window', 'top_level_only': False, 'parent': <uia_element_info.UIAElementInfo - 'WRT Settings ', WindowsForms10.Window.8.app.0.1d89703_r9_ad1, 3671830>, 'backend': 'uia'



self.dlg.print_control_identifiers() gives the following:



Dialog - 'WRT Settings ' (L130, T130, R1203, B619)
['WRT Settings Dialog', 'Dialog', 'WRT Settings ', 'Dialog0', 'Dialog1']
child_window(title="WRT Settings ", auto_id="WRTSettingsForm", control_type="Window")
|
| Dialog - 'System' (L156, T156, R540, B536)
| ['System', 'Dialog2', 'SystemDialog', 'System0', 'System1']
| child_window(title="System", auto_id="BTTraceSourcePresets", control_type="Window")
| |
| | Button - 'Cancel' (L352, T496, R427, B519)
| | ['Button', 'Cancel', 'CancelButton', 'Button0', 'Button1', 'Cancel0', 'Cancel1', 'CancelButton0', 'CancelButton1']
| | child_window(title="Cancel", auto_id="BTSrcPresetCancel_Btn", control_type="Button")
| |
| | Button - 'Save' (L270, T497, R345, B520)
| | ['SaveButton', 'Button2', 'Save', 'SaveButton0', 'SaveButton1', 'Save0', 'Save1']
| | child_window(title="Save", auto_id="BTSrcPresetSave_Btn", control_type="Button")
| |
| | GroupBox - 'BT Presets Selection' (L176, T199, R520, B491)
| | ['BT Presets Selection', 'BT Presets SelectionGroupBox', 'GroupBox', 'GroupBox0', 'GroupBox1']
| | child_window(title="BT Presets Selection", auto_id="BTTraceSelection_Grp", control_type="Group")
| | |
| | | Pane - '' (L179, T215, R517, B488)
| | | ['', 'Pane', '0', '1', 'Pane0', 'Pane1']
| | | child_window(auto_id="BTTraceSelection_Panel", control_type="Pane")
| | | |
| | | | Button - 'Edit...' (L439, T233, R514, B256)
| | | | ['Edit...', 'Button3', 'Edit...Button', 'Edit...0', 'Edit...1', 'Edit...Button0', 'Edit...Button1']
| | | | child_window(title="Edit...", auto_id="1967972", control_type="Button")
| | | |
| | | | Static - 'FW Trace' (L199, T235, R299, B258)
| | | | ['FW Trace', 'FW TraceStatic', 'Static', 'FW Trace0', 'FW Trace1', 'FW TraceStatic0', 'FW TraceStatic1', 'Static0', 'Static1']
| | | | child_window(title="FW Trace", auto_id="2492250", control_type="Text")
| | | |
| | | | ComboBox - 'FW Trace' (L299, T233, R420, B254)
| | | | ['FW TraceComboBox', 'FW Trace2', 'ComboBox', 'ComboBox0', 'ComboBox1']
| | | | child_window(title="FW Trace", auto_id="3213090", control_type="ComboBox")
| | | | |
| | | | | Static - 'FW Trace' (L3, T3, R101, B18)
| | | | | ['FW Trace3', 'FW TraceStatic2', 'Static2']
| | | | | child_window(title="FW Trace", control_type="Text")
| | | | |
| | | | | Button - 'Open' (L401, T235, R418, B252)
| | | | | ['Open', 'Button4', 'OpenButton', 'Open0', 'Open1', 'OpenButton0', 'OpenButton1']
| | | | | child_window(title="Open", control_type="Button")


why this ambiguous error came into picture?







python pywinauto






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 7 at 10:20









Vasily Ryabov

5,28231342




5,28231342










asked Mar 7 at 7:54









Sr33deviiiiSr33deviiii

152




152












  • Is it really full output from print_control_identifiers()? What happens if you use child_window(title_re="System", control_type="Window", depth=2) or child_window(title="System", auto_id="BTTraceSourcePresets", control_type="Window")?

    – Vasily Ryabov
    Mar 7 at 10:24











  • its too big. Am not able to add here. There is no window with the same name as System.

    – Sr33deviiii
    Mar 7 at 11:25

















  • Is it really full output from print_control_identifiers()? What happens if you use child_window(title_re="System", control_type="Window", depth=2) or child_window(title="System", auto_id="BTTraceSourcePresets", control_type="Window")?

    – Vasily Ryabov
    Mar 7 at 10:24











  • its too big. Am not able to add here. There is no window with the same name as System.

    – Sr33deviiii
    Mar 7 at 11:25
















Is it really full output from print_control_identifiers()? What happens if you use child_window(title_re="System", control_type="Window", depth=2) or child_window(title="System", auto_id="BTTraceSourcePresets", control_type="Window")?

– Vasily Ryabov
Mar 7 at 10:24





Is it really full output from print_control_identifiers()? What happens if you use child_window(title_re="System", control_type="Window", depth=2) or child_window(title="System", auto_id="BTTraceSourcePresets", control_type="Window")?

– Vasily Ryabov
Mar 7 at 10:24













its too big. Am not able to add here. There is no window with the same name as System.

– Sr33deviiii
Mar 7 at 11:25





its too big. Am not able to add here. There is no window with the same name as System.

– Sr33deviiii
Mar 7 at 11:25












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55038674%2fafter-doing-operations-in-a-window-using-pywinauto-i-am-getting-pywinauto-find%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55038674%2fafter-doing-operations-in-a-window-using-pywinauto-i-am-getting-pywinauto-find%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived