Skip to main content

Questions tagged [openfin]

OpenFin is a desktop runtime environment for running html5 applications outside of a browser. It it is based on a Chromium currently and is being migrated to Electron. All HTML5/JavaScript/CSS that works in Chrome/Chromium should also work in OpenFin.

openfin
2 votes
1 answer
370 views

Unable to load fin-Hypergrid in GoldenLayout component

I'm trying to add simple fin-Hypergrid to GoldenLayout component using below script, however I keep getting errors: Uncaught TypeError: this.div.appendChild is not a function @Hypergrid.js:854 ...
Rajee's user avatar
  • 272
2 votes
3 answers
9k views

I need to get the port of the chromedriver that I have instantiated in Selenium

Here's my code to instantiate the webdriver. System.setProperty("webdriver.chrome.driver", "D:\chromedriver.exe"); DesiredCapabilities capabilities = DesiredCapabilities.chrome(); WebDriver driver = ...
sagarwadhwa1's user avatar
2 votes
1 answer
805 views

Thoughts on Chromium based desktop app? [closed]

Has anyone tried OpenFin? What are its pros and cons? In terms of Development effort, stability, development support, maintenance, performance, memory footprint.
ssal's user avatar
  • 281
1 vote
4 answers
667 views

How to manually register an instance of a provider with angular2 dependancy system

I am using Angular2 with OpenFin to build an application. I have a service class which is marked as Injectable and is listed as a provider in NgModule. It is being injected into a component but it is ...
Andrew Coleman's user avatar
1 vote
1 answer
126 views

Can OpenFin save Logs to a private database and how to retrieve logs from %LocalAppData%\openfin\apps\<app>\app.log

System Versions What is currently running, system-wise, with this setup: OpenFin Process Manager Version: RVM = 8.1.0.4 Node.js: v16.15.0 Windows 10 Angular Application with C# .NET backend Problem: ...
DalexYu's user avatar
  • 23
1 vote
0 answers
122 views

How to perform logout and quit at same time in a typescript file?

I am writing some logic at openfin side in a plain typescript file to quit and logout an application at same time on a button click. So my quit function is working properly. public async quit() { ...
Avanish Srivastava's user avatar
1 vote
0 answers
178 views

How to customize the Openfin window?

I have some questions related to how to customize the Openfin window. How we can restrict to open multiple modules from Openfin Dock. Currently we can open a same browser from dock for multiple times ...
Avanish Srivastava's user avatar
1 vote
0 answers
23 views

How to get the element from promise in react? [duplicate]

From these 2 lines I am getting a promise in my console but not getting how I can access the values from it. const name = fin.Application.getCurrentUser().getName(); console.log(name); The result ...
Avanish Srivastava's user avatar
1 vote
1 answer
245 views

any one aware of playwright integration with openfin?

any one aware of playwright integration with openfin? I am stuck at how to intiate OpenFin via playwright as an exe or url ? Any samples or examples might help. Expecting to integrate
Sab's user avatar
  • 117
1 vote
0 answers
28 views

OpenFin - How to switch from one openfin application/window to another openfin in selenium automation [duplicate]

OpenFin - How to switch from one openfin application/window to another openfin application/window when automating using selenium
Jeyasingh Raj's user avatar
1 vote
1 answer
95 views

Can I push notifications in OpenFin after my app has been closed? / How to make my OpenFin app run in background?

Can I push notifications in OpenFin after my app has been closed? / How to make my OpenFin app run in background? I have tried and researched a lot, but cannot find an answer for the same. Thank you ...
Abhishek Gupta's user avatar
1 vote
1 answer
481 views

How to run `OpenFin Process Manager`

Refer to https://github.com/openfin/process-manager Based on the README.md, I have done the following steps: npm install node server I am able to see the following message from terminal(windows 7) ...
q0987's user avatar
  • 35.6k
1 vote
1 answer
126 views

Deploy .Exe via Web

I've an HTML5 application packaged into OpenFin environment. The complete package is inside an .Exe executable that we wish to ship to end users. We tried to create a link to the executable that ...
Vinay Dwivedi's user avatar
0 votes
1 answer
882 views

How do i get Angular to recognise fin

I'm coding against the openFin fin object but the NG compiler doesn't recognise it. Do I need to import something ? I have @types\openfin in my node_modules. What else do I need do to use the library ...
AndyK's user avatar
  • 61
0 votes
1 answer
1k views

OpenFin child window not visible

I'm new to openFin. I have followed the steps mentioned in the video lecture(https://www.youtube.com/watch?v=N4268gZfUYM&ab_channel=OpenFinTech) to create a child window but getting a weird issue....
srinivas's user avatar

15 30 50 per page