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 is the leading provider of HTML5 runtime technology for the financial industry. The world’s largest banks and trading platforms use OpenFin to run high-performance, multi-window HTML5 applications on financial desktops. The company’s patent-pending software is based on Google’s Chromium open-source project and purpose-built to meet the security and performance needs of real-time financial applications.

https://openfin.co/

38 questions
2
votes
1 answer

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 Uncaught TypeError: Cannot set property 'range' of null…
Rajee
  • 272
  • 2
  • 8
2
votes
3 answers

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 = new ChromeDriver(capabilities); Now, I'd like to…
sagarwadhwa1
  • 942
  • 1
  • 9
  • 15
2
votes
1 answer

Thoughts on Chromium based desktop app?

Has anyone tried OpenFin? What are its pros and cons? In terms of Development effort, stability, development support, maintenance, performance, memory footprint.
ssal
  • 281
  • 4
  • 14
1
vote
1 answer

Can OpenFin save Logs to a private database and how to retrieve logs from %LocalAppData%\openfin\apps\\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: Currently, all application logs are saved…
DalexYu
  • 13
  • 3
1
vote
0 answers

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() { if (quitRequested) { const platform =…
1
vote
0 answers

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 and on each click it's multiple instance is…
1
vote
0 answers

How to get the element from promise in react?

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 which I am getting in console…
1
vote
1 answer

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
  • 69
  • 3
1
vote
0 answers

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

OpenFin - How to switch from one openfin application/window to another openfin application/window when automating using selenium
1
vote
1 answer

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 in advance.
1
vote
4 answers

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 only when the component is created that my…
1
vote
1 answer

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) $ node server Express server listening on port…
q0987
  • 34,938
  • 69
  • 242
  • 387
1
vote
1 answer

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 could be downloaded from a web link - but seems most…
0
votes
0 answers

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
  • 637
  • 8
  • 18
0
votes
0 answers

How to Switch to Openfin Workspace by Selenium Webdriver

We Want to switch to Openfin Workspace by Selenium webdriver I tried with getWindowHandles but it returns the windows of an application
1
2 3