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
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 ...
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 ...
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 ...
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 ...
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('...
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 -...
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)
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: ...
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
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() { ...
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 ...
0 votes
1 answer
433 views

How to integrate openFin with angular 6?

Somebody knows how to integrate angular 6 application with openfin? I have installed @types/openfin in my angular application and able to use fin variable. I want to know how to debug the openfin ...
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 ...
0 votes
2 answers
443 views

How to send Push Notifications in OpenFin?

I have to Push Notifications to all the users who are using OpenFin for my site. As per OpenFin documentation, they have provided API to send a Desktop Notification on an event like button click. But ...
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 ...

15 30 50 per page