-
Currently, our web search sends out search strings to API endpoints and then interprets the results. In other words: We have fetchers with API key and screen scraping. For the screen scapers, they mos…
-
**Describe the bug**
A clear and concise description of what the bug is.
https://github.com/chromiumembedded/cef-project/blob/c3104bd6ab3fce9551edd4d74ed575605f37f4a0/examples/shared/resource_util…
-
```
The browser displays a default context menu on right-click. CEF has an API for
customizing natively this menu. It would be nice to have it in CEF Python.
A workaround for hiding this menu:
…
-
**Is your feature request related to a problem? Please describe.**
There is currently no way to execute some javascript and get the value back.
For example we wanna execute this script
```javas…
-
```
The browser displays a default context menu on right-click. CEF has an API for
customizing natively this menu. It would be nice to have it in CEF Python.
A workaround for hiding this menu:
…
-
```
Observed in branch 1650 when running the wx.chromectrl sample2.py example.
Reported here:
http://www.magpcss.org/ceforum/viewtopic.php?p=22227#p22227
It might be an edge case, as there is someth…
-
```
Observed in branch 1650 when running the wx.chromectrl sample2.py example.
Reported here:
http://www.magpcss.org/ceforum/viewtopic.php?p=22227#p22227
It might be an edge case, as there is someth…
-
```
Observed in branch 1650 when running the wx.chromectrl sample2.py example.
Reported here:
http://www.magpcss.org/ceforum/viewtopic.php?p=22227#p22227
It might be an edge case, as there is someth…
-
```
What steps will reproduce the problem?
1. Setup a CefRequestHandler and override OnBeforeResourceLoad
2. Note that this callback gets called for subresource loads (e.g. resources
specified in .
3…
-
Creating this issue to investigate changes introduced by https://bitbucket.org/chromiumembedded/cef/commits/54dd34e19b56a2b7f0d6cb8d473ce36288dcf8e2
> BFCache navigations do not trigger the same Ch…