MaxBill

Results 10 comments of MaxBill

https://www.maxbill.cn/ 很喜欢Butterfly ,欢迎多多交流

This is the way to value in Java: ` public static String getElementAttr(ElementHandle element, String param) { try { JSHandle jsHandle = element.getProperty(param); if (null == jsHandle) return ""; return...

设置截图范围应该用Clip

不需要呀,api提供了获取元素具体属性的,通用的方式如下: ` public static String getElementAttr(ElementHandle element, String param) { try { JSHandle jsHandle = element.getProperty(param); if (null == jsHandle) return ""; return jsHandle.jsonValue().toString(); } catch (Exception e) { return...

Puppeteer 和 vue没啥关系呀,你可以具体描述下

I found a problem in the process of putting forward simple error examples from complex projects. This scenario occurs when the GUI is CEF, and mshtml has no problem. The...

Can you repeat this question over there. Can the CEF version be upgraded? I wonder if this problem can be solved by upgrading CEF

Thank you for paying attention to this problem. According to the solution ideas you provided, I will try to solve this problem. If there is a solution, I will share...

Hello, through the debug code, I found that this problem is caused by a fixed value. When the window size changes, the incoming height parameter will be fixed minus 38....