mkirkland
13 years agoContributor
NameMapping IE "Message from webpage" problems
Im trying to map a popup window that displays in IE and i can map it fine but after i complete the mapping i loose access to underlying object ["Sys"]["iexplore"]["dlgMessageFromWebpage"]
The 'Cancel' button that im ultimately try to automate is the click event on Aliases["iexplore"]["Window"]("#32770", "Message from webpage", 1)["Window"]("Button", "Cancel", 2)
But as stated above i loose access to underlying object ["Sys"]["iexplore"]["dlgMessageFromWebpage"]. I have tried adding more property references to the mapping and have no success. Is there a problem with mapping this type of popup message?
The 'Cancel' button that im ultimately try to automate is the click event on Aliases["iexplore"]["Window"]("#32770", "Message from webpage", 1)["Window"]("Button", "Cancel", 2)
But as stated above i loose access to underlying object ["Sys"]["iexplore"]["dlgMessageFromWebpage"]. I have tried adding more property references to the mapping and have no success. Is there a problem with mapping this type of popup message?