← Back to team overview

sikuli-driver team mailing list archive

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

 

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

-- 
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


References