python selenium for desktop application

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

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