简体   繁体   中英

Interacting with Windows News and Interests or Microsoft Edge Home Screen using python

I wanted to track what news and interests I am shown by the Microsoft news and interests button. To elaborate more, here is the list of interactions I intend to do with the news and interests:

  1. browse through all the articles it is showing me and store the heading of the article along with a link to the article.
  2. I would also like to click on those article headings to open the entire article and then read the text data present in the opened article.
  3. I would also like to click various buttons on the news and interest tab like the refresh more stories like this , few stories like this and Hide Story buttons.

It will also be okay if I can use Microsoft edge's home screen, as that also shows articles based on personal interests given that I can interact with them the way I mentioned above.

I have tried pywinauto, but I think doing this with pywinauto auto is lengthy. I was wondering if there is a better way to do the same using some other library or approach.

I would be happy to explain any other details.

尝试使用clicknium ,提供了自动化各种类型应用程序的方法,例如 Web 浏览器、Windows 桌面应用程序、Java 应用程序和 Sap windows GUI 应用程序等。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM