← Back to team overview

sikuli-driver team mailing list archive

[Bug 1820822] [NEW] [request] Windows: App.open(): open a command prompt and allow focus and close

 

Public bug reported:

missing feature.

workaround to open a command prompt:
type("r", Key.WIN)
wait(1)
type("cmd" + Key.ENTER)

focus, close not possible yet (only by clicking and typing)

** Affects: sikuli
     Importance: Medium
     Assignee: RaiMan (raimund-hocke)
         Status: In Progress

** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => Medium

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.1.4

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1820822

Title:
  [request] Windows: App.open(): open a command prompt and allow focus
  and close

Status in Sikuli:
  In Progress

Bug description:
  missing feature.

  workaround to open a command prompt:
  type("r", Key.WIN)
  wait(1)
  type("cmd" + Key.ENTER)

  focus, close not possible yet (only by clicking and typing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1820822/+subscriptions


Follow ups