Questions tagged [chromeless]

The “Chromeless” project experiments with the idea of removing the current browser user interface and replacing it with a flexible platform which allows for the creation of new browser UI using standard web technologies such as HTML, CSS and JavaScript

The Chromeless project experiments with the idea of removing the current browser user interface and replacing it with a flexible platform which allows for the creation of a new browser UI using standard web technologies such as HTML, CSS, and JavaScript.

Instead building a whole new platform, the idea is that the web itself should be the platform. That a developer could design the browser using standard web technologies combined with a minimal set of new APIs to interact with the underlying operating system and control the application's user interface. This new functionality is exposed as lightweight conventions on top of the DOM and JavaScript modules exposed via the CommonJS packaging standard.

51 questions
0
votes
1 answer

RESTful Chromless implementation

I am looking for a way to use headless chrome similar to what chromeless does but instead of being implemented as a nodejs endpoint, allowing restful requests with the html content as a payload. I want to run this service on aws lambda being…
Michael
  • 3
  • 1
0
votes
1 answer

Scoping issue with before in Mocha

I'm facing an issue regarding test setup and cleanup in before and after methods in Mocha testing. I'm using Chromeless for e2e testing. For the easier implementation I moved my chrome launcher to a separate file (say my-chrome-launcher.js) by…
Mohsen Afshin
  • 13,273
  • 10
  • 65
  • 90
0
votes
1 answer

How to use Protractor with chromeless

Is protractor compatible with chromeless? If so, how can I configure it? I didn't find any configuration method online or specific documentation to implement chromeless at protractor configuration. I'm using protractor 3.1.1
Pedro Henrique
  • 609
  • 2
  • 9
  • 26
0
votes
1 answer

Youtube player API playVideo returns api_video_info as player_204

Some videos fail to load in AS3 chromless player although they play fine on the youtube site. I have checked that those videos aren't disabled for embedded player. The same thing not only happens to my player, it also happens to the demo player on…
Sidd
  • 1,168
  • 2
  • 10
  • 27
-1
votes
1 answer

Is there a method to obfuscate / hide a zoom meeting URL link?

Simple question. As with anyone at this time (in 2020-2021) is concerned, online conference meetings are the norm. I did some research on the Zoom API, and was wondering if anyone has a solution on obfuscating the zoom meeting URL so that the…
-1
votes
2 answers

How to save input values on server using puppeteer?

How to save input fields value on server ? i want to save form value after i submit the values disappears when i reopen the form . await page.$$eval("input[data-bind='value: SyringeOut']",el=>{ for(i=0; i
1 2 3
4