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
21 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
21 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
34 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
59 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
58 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
72 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
1 vote
1 answer
124 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
170 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
240 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
0 votes
1 answer
393 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
0 votes
0 answers
81 views

Electron js - Sub divs like dropdowns crops when parent window is smaller

When I minimize the size of my application window and open a div (dropdown or any other menu), if the size of that div is bigger than the parent window, div is cropped.screenshot from intelliJ In some ...
Vishmantha PB's user avatar
1 vote
0 answers
27 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
0 votes
0 answers
218 views

What causing this issue when capturing screen shot with PIXI JS

I have used PIXI JS to capture screen and save as screenshots. It works fine on some screens and it gives and error on another screen. Anyone have an idea which causing this error?
Kusal Kithmal's user avatar

15 30 50 per page