Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if possible,pls include more features refer to autoit,like find window by pid #48

Closed
antstudio-git opened this issue Feb 26, 2017 · 6 comments
Milestone

Comments

@antstudio-git
Copy link

as the title,thans

@vcaesar
Copy link
Member

vcaesar commented Feb 26, 2017

This is in the plan, Just now a little busy.

@vcaesar vcaesar modified the milestone: v0.50.0 Feb 26, 2017
@gingogo
Copy link

gingogo commented Mar 3, 2017

what is autoit??

@vcaesar
Copy link
Member

vcaesar commented Mar 4, 2017

@dai99 Automation, support Windows, you can google it.

@gingogo
Copy link

gingogo commented Mar 5, 2017

Are you writing any lib to support Android ??if u r busy, can i help?i know golang and c

@vcaesar
Copy link
Member

vcaesar commented Mar 5, 2017

@dai99 I am writing other items. Because I need to customize a framework in other projects, It takes a lot of time. If you can, please give me a PR, thank you.

@vcaesar
Copy link
Member

vcaesar commented Jan 27, 2018

fpid, err := robotgo.FindIds("Google")
  if err == nil {
    fmt.Println("pids...", fpid)

    if len(fpid) > 0 {
      robotgo.ActivePID(fpid[0])
    }
  }

  robotgo.ActiveName("chrome")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants