Skip to main content

All Questions

Tagged with
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
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
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
0 votes
0 answers
83 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
0 votes
1 answer
349 views

How to inspect shared worker in OpenFin?

I'm looking for an option to inspect SharedWorker thread to debug and check console logs, when application running on OpenFin. I have been debugging my javascript react based application in chrome ...
Amit's user avatar
  • 1
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 ...
IamBatman's user avatar
0 votes
1 answer
587 views

How do I open 2 or multiple applications using openfin

I am trying to add 2 url's to my openfin app.json so that when I click on the openfin shortcut it just pops up 2 applications?
daniel cliff's user avatar
0 votes
1 answer
235 views

Fin-hypergrid.js in Chrome errors when setting showRowNumbers = false

Title says it, when I set property showRowNumbers = false I get thousands of these errors; when I comment it out no errors but the column with row-number and checkbox will display (which I am trying ...
kov's user avatar
  • 137
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
0 votes
1 answer
387 views

Element stays in hover state when moving the pointer quickly out of the window

I'm working on an app using openfin and react. It is a toolbar containing multiple elements in a row. I have one near the edge that needs to change its background color when the user hovers his ...
Cristian Pavel's user avatar