energy icon indicating copy to clipboard operation
energy copied to clipboard

Energy is a framework developed by Go language based on CEF (Chromium Embedded Framework) for developing cross-platform desktop applications for Windows, Mac OS X, and Linux

Results 5 energy issues
Sort by recently updated
recently updated
newest added

During the process of downloading files, right-click on the file being downloaded in the folder and the file browser freezes

bug

[milestone](https://gitee.com/energye/energy/milestones/196997)

Linux ARM import libcef.so failed > cannot allocate memory in static TLS block - The reason may be that the upstream compilation is for optimizing performance. - The current solution...

bug
help wanted
question
Linux

**有的需求可能在手册中也可能在示例中,我会去慢慢学习了解,以下可能是我站在爬虫角度比较在意的地方。同时也希望对作者撰写手册提供一些需求描述方向。** 1.返回上一页 2.针对每一个不同的窗口设置代理 3.监听地址栏URL以及窗口页面所有请求甚至是对地址栏和页面请求进行请求内容串改和响应内容串改拦截等等 4.是否显示网页图片 5.是否加载js 6.是否无头模式 7.如何用GO直接操作页面元素还是说只能和js交互方式控制? 8.是否允许跨域?或者说是关闭浏览器相关安全策略等等 9.具体的浏览器层面配置字段? 10.对于浏览器用户操作模拟?比如点击、滚动、悬浮、焦点、移动鼠标、双击等等 针对很多通过GO调用js交互实现的一些,我可能更偏向于直接用GO实现,比如返回上一页或者是点击某个元素之类的可能GO直接操作更讨人喜欢