pywinauto_recorder.player.connect_application

pywinauto_recorder.player.connect_application(**kwargs)[source]

Connect to an already running application

The action is performed according to only one of parameters

Parameters
  • process – a process ID of the target

  • handle – a native window handle of the target

  • path – a path used to launch the target

  • timeout – a timeout for process start (relevant if path is specified)

See also

pywinauto.findwindows.find_elements() - the keyword arguments that are also can be used instead of process, handle or path