Questions tagged [automationelement]

A class within System.Windows.Automation; represents a UI Automation element in the UI Automation tree, and contains values used as identifiers by UI Automation client applications.

AutomationElement represents a UI Automation element in the UI Automation tree, and contains values used as identifiers by UI Automation client applications. It is found within the System.Windows.Automation namespace.

48 questions
0
votes
0 answers

Trying to read URL from Edge, Process.MainWindowHandle = 0 for "MicrsoftEdge.exe" Process

I'm trying to write an Edge -> Chrome service, so i'm using a ManagementEventWatcher to create an "edge started" event. From the event i get the processId, from the processId i get the Process, and from the process i get the Main window…
user2342062
0
votes
1 answer

Opening an exe(windows app) as modal while opening an office document from hard drive

I have an requirement if the user open any office document from his/her hard drive it's should open an an exe(win form application) as a modal window to capture details about the document. For that I have developed an console app which runs under…
shu
  • 1,938
  • 10
  • 19
0
votes
1 answer

I want write process Synchronization for .Net application

I am automating my .net application using AutomationElement I want to write process synchronization for my framework. Is there any WINAPI .net API which can tell us whether process is busy or not.I am using Windows 7 OS and .Net 4.0…
Rajendar Manda
  • 323
  • 2
  • 10
1 2 3
4