python selenium for desktop application

Solutions on MaxInterview for python selenium for desktop application by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "python selenium for desktop application"
Olivia
05 Jan 2020
1import autoit
2
3autoit.run("notepad.exe")
4autoit.win_wait_active("[CLASS:Notepad]", 3)
5autoit.control_send("[CLASS:Notepad]", "Edit1", "hello world{!}")
6autoit.win_close("[CLASS:Notepad]")
7autoit.control_click("[Class:#32770]", "Button2")
8
similar questions
queries leading to this page
python selenium for desktop application