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.

30 questions with no upvoted or accepted answers
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
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
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
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
0 answers
16 views

How to interact with Openfin dock elements which are not present in DOM

How to interact with Openfin dock elements which are not present in DOM? I am not able to locate them in dev tools , I am using Selenium Java to develop test automation framework. I expect to interact ...
Javid Khalilov's user avatar
0 votes
0 answers
22 views

Load React or Angular Component In OpenFin

I am trying to get an OpenFin app to run using the Platform API: https://developers.openfin.co/of-docs/docs/platform-getting-started I can get a 'platform' running, and x2 panels using the example in ...
Oam Psy's user avatar
  • 8,621
0 votes
0 answers
29 views

Bundle single static .mjs file without any modules using Vite

I am building a vanilla TS SPA that is using Vite as the build tool. For my main app, I have a index.html with a script tag pointing to the entry point .ts file, and that all works great. However, I ...
Mark's user avatar
  • 1,897
0 votes
0 answers
37 views

OpenFin window does not launch via Chromedriver (openFin version - 36.122.80.4, chromium version - 122.0.6261.69)

I am trying to upgrade my Java (jdk 11) Selenium (4) automation suite which is currently running fine for OpenFin v31.112.75.7 and Chromium v112.0.5615.28. I want to upgrade it to OpenFin v36.122.80.4 ...
Ayush Srivastav's user avatar
0 votes
0 answers
62 views

openfin to launch external batch process with cmd console minimized

I am using below Javascript code to launch external process from openfin on Windows, fin.System.launchExternalProcess({ path: myApp.bat, listener: function (result) { console.log('...
Jeffrey's user avatar
  • 11
0 votes
0 answers
61 views

How to access an Open Finn Application via selenium which is basically chromium based desktop application

We have an application which is chromium based but on Open Finn application -The application is launched by clicking on the application shortcut which makes use of Open Finn RVM and Config.json file -...
shivam 's user avatar
0 votes
0 answers
73 views

Openfin Automation - How to run a single test case

I'm using @openfin/automation-cli v1.1.3 with jest runner and the default webdriver. I can run test suites but do not know how to run a single test case from the command line. (I know about it.only)
apreg's user avatar
  • 637
0 votes
1 answer
399 views

Unable to connect to openfin runtime using openfin java adapter

I have been trying to connect to the openfin runtime using openfin java adapter. I am not specifying any port to connect to. I am also providing my own implementation of DesktopStateListener with the ...
Sathiya Narayanan's user avatar

15 30 50 per page