Most voted "chromium" questions
Chromium is an open source browser project, based on Google Chrome and other browsers.
Learn more…16 questions
Sort by count of
-
2
votes1
answer62
viewsHow to control the contrast of videos using Electron?
On the left side is my Electron app with a youtube video. On the right side is my app created with pygtk2 and Webkit. The contrast is better with the Webkit. With the Electron, the blackboard around…
-
2
votes1
answer297
viewsLazarus - Error running program with fpCEF
I’m having trouble following this simple tutorial building a Webbrowser using fpCEF. I downloaded the latest version of fpCEF straight from Github, for version 3.2526 of CEF, and its binaries I took…
-
2
votes1
answer458
viewsHow to get id values at the click of the button (html) in Tchromium Cef4delphi?
I have an html form and this opens inside a Delphi form with the TChromium. How can I get the values of the fields the user entered? <div class="col-2 md-4 mb-3 offset-md-0 col-md-4">…
-
2
votes1
answer876
viewsCapture values of an input in Delphi (Tchromium)
Good morning, I’m using HTML, CSS and Javascript to set up a chat layout for a messaging system I’m developing. Until then, everything ok, only due to a limitation problem I found in Twebbrowser, I…
-
1
votes0
answers217
viewsDelphi Chromium flash player
I’m mounting a simple browser with Chromium, but when I open a flash site it asks to install the flash plugin, I wonder if there is any way to load the flash not to need to install on the computer,…
-
1
votes1
answer2445
viewsUse Tchromium to make a browser
I want to use the Tchromium to make a browser with Delphi. But I’m not getting access to any page with it. I’ve used the controls: Chromium1.Load('www.terra.com.br'); Also:…
-
1
votes1
answer32
viewsitems Hidden by Filters - error console
I am creating an Electron application with angular2, where I make requests to an api. When disconnecting the machine from the internet, (because I want the application to work differently without…
-
1
votes1
answer29
viewsidentify devices created via v4l2loopback in Chrome
In the v4l2loopback program, the parameter card_label, puts a label on each camera created, and this is identified in Chrome/Chromium, as per image. But the output of the javascript command to list…
-
1
votes0
answers178
viewsSelenium with Chrome Headless fails to get URL
In my test script I simulate the click on a button, which generates and opens a PDF in a new Chrome tab. //Imprime consulta IWebElement btnGeraPDF = driver.FindElement(By.Id("id"));…
-
0
votes1
answer47
viewsHow to filter the Chrome Devtools search for the file extension?
In Chrome Devtools it is possible to perform a search for some string in the files that were loaded by pressing Ctrl + Shift + F. What I would like to do is filter this search to find only files…
-
0
votes0
answers397
viewsUsing Chromium in firemonkey
I was shown the Chromium Cef4delphi component and in tests I saw that it works very well in VCL but in firemonkey (FMX) it does not work. I would like to know if it is possible, using the Chromium…
-
0
votes0
answers9
viewsWidevine problems in cefpython3, for Netflix and Spotfy. Python
I’m making a browser with cefpython and I’m having problems with Widevine, to access safe content. I was wondering if anyone has solved this problem for python. I only find solutions for c++ or c#…
-
0
votes0
answers27
viewsTool to send commands to third party websites
I have a system that facilitates the life of some customers, it should download and export some data daily, so some customers with little computer knowledge do not need to access the systems and do…
-
0
votes0
answers280
viewsHow to download files using Puppeteer with headless: true
I have a system that searches download websites, some zip files, the download is working perfect when I use the mode: const browser = await puppeteer.launch({headless: False}) const page = await…
-
0
votes1
answer244
viewsHelp with Chromium webdriver Selenium python3
I recently fixed a pi4 Raspberry and installed the corresponding webdriver but it is giving an error. ERROR Traceback (most recent call last): File "Bump.py", line 4, in <module> from…
-
-1
votes1
answer74
viewsRedirect google Chrome to localhost when offline
I have a system on top of a Raspberry that needs to work online. A Raspberry that opens directly a page on Chromium. What I’m trying to do is this scprit I did. #!/bin/bash wget -q --spider…