Home > Back-end >  Is there any way to fully control browser from application?
Is there any way to fully control browser from application?

Time:03-23

I was trying to make a pc application that helps people more conveniently when they are using a browser(e.g Chrome, Firefox, Edge ...)

For example, the application shows the default browser and let user can choose another browser as default if they want to, and the app shows all windows that are currently opened; Overmore, when the user clicks a specific window then app will focus the window.

enter image description here

user can select default browser

enter image description here

user can see all windows categorized by browser type

So, my initial planning was using Election js; however, I've found that there is no way to control a browser from the Electron application since Node js cannot access the users' system(this thinking could be wrong since I have poor English

  • Related