beuaaa / pywinauto_recorder

A record-replay tool to automate GUI via pywinauto
https://pywinauto-recorder.readthedocs.io/
MIT License
131 stars 24 forks source link

Record UI of a website #71

Closed tahamediouni1 closed 4 months ago

tahamediouni1 commented 5 months ago

I'd like to use Pywinauto to record the steps of a test done on an interface and I'd like to know if this is possible, for example when launching pywinauto I'd like a chrome page to open with the url I specify and then I do tests on that website then I can replay the test automatically

github-actions[bot] commented 5 months ago

Thank you very much for sharing this first issue.

beuaaa commented 4 months ago

Yes, you can with Pywinauto Recorder. The best thing is to try it out and see if it suits you.

There are other alternatives such as Selenium.