Skip to main content

All Questions

Tagged with
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

Not able to run wdio openfin based UI automation with wdio v6

What is the latest npm package available for wdio-openfin-service? I tried to install, "wdio-openfin-service": "^8.0.1",it gave me error, that it does not exist. Reason to install 8.0.1 : https://...
QualityMatters's user avatar
0 votes
1 answer
89 views

setEncoding Error when Serving OpenFin on MAC

I am seeing Fatal error: Cannot read property 'setEncoding' of undefined on my Mac when running through the OpenFin tutorial here => https://openfin.co/create-your-first-application/ It's happening ...
qrider's user avatar
  • 41
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