jxbrowser

Where to check which JXBrowser & Selenium matched version?

六眼飞鱼酱① 提交于 2021-02-10 20:20:34
问题 I read along the Release Notes of each JXBrowser's Versions at the moment. But still not found any official page stating the matched (working) version that works to the Selenium library except only ONE . CMIIW, but the page (link) only said: This approach was tested with Selenium WebDriver 2.46 and ChromeDriver 2.16. And what about the JXBrowser version itself... which JXBrowser version is matched to Selenium , etc.... What about JXBrowser 6.22 is it fine with Selenium 2.46 or something?

JxBrowser 6.12: Saved file does not appear

那年仲夏 提交于 2020-01-24 12:52:07
问题 Environment: Windows, Java-Application with JxBrowser control (Swing) Since 6.12 we have the issue that a saved file does not appear in the target directory. The dialog opens, path can be choosen, but after hitting the save button, nothing happens. There are no error messages. This worked without problems with 6.8. The file that should be saved is served by our java backend. Any ideas? 回答1: I have the same problem. It seems that the location set by the method setDestinationFile() in class

JxBrowser doesn't start

删除回忆录丶 提交于 2020-01-17 06:51:24
问题 Used JxBrowser throughout evaluation and worked perfectly. Now suddenly it isn't working as soon as I launch. I'm running on Mac OS X 10.11, however I've tested this on Windows as well and still doesn't work. I have the required libraries for both operating systems in my build paths. and this is what I get (running on Mac OS X): Exception in thread "JavaFX Application Thread" com.teamdev.jxbrowser.chromium.internal.ipc.IPCException: Failed to initialize IPC. Remote process doesn't respond. at

H.265 support in jxbrowser

痴心易碎 提交于 2020-01-15 08:58:49
问题 I am aware that a custom JxBrowser build with H.264 support can be created: https://jxbrowser.support.teamdev.com/support/solutions/articles/9000013050-mp3-mp4-h-264 But what about H.265 (assuming a valid license is obtained)? Thanks 回答1: JxBrowser is based on Chromium engine. According to the official documentation, Chromium doesn't support H.265 at the moment. When Chromium adds support of H.265, then it will be enabled in JxBrowser as well. 来源: https://stackoverflow.com/questions/44548089

JAVA浏览器控件JxBrowser v7.5全新上线!更轻松处理Dynamic Favicons

僤鯓⒐⒋嵵緔 提交于 2020-01-06 17:32:15
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> JxBrowser 是将基于Chromium的浏览器与Java应用程序集成,以处理和显示HTML5、CSS3、JavaScript、Flash等。 近日, JxBrowser v7.5发布啦( 点击下载 ),JAVA应用程序集成控件JxBrowser更新至7.5,允许将JavaScript对象转换为JSON字符串,扩展了允许获取当前加载的网页的图标的功能,修复多项Bug。以下是具体的更新内容。 新增功能 JSON格式: JxBrowser 7.5允许将JavaScript对象转换为JSON字符串,并从JSON字符串获取JavaScript对象。例如: Json json = frame.json(); JsObject jsObject = json.parse("{\"one\":1,\"two\":2}"); String jsObjectJson = json.stringify(jsObject); 动态图标: 此版本扩展了允许获取当前加载的网页的图标的功能,此功能在7.2中引入。由于某些网页会动态更改其图标,因此,决定启用JxBrowser,以便在加载的网页上的图标被更改时获得通知。方法如下: browser.on(FaviconChanged.class, event -> { Bitmap

Insert licence in Maven dependency

青春壹個敷衍的年華 提交于 2020-01-06 14:26:33
问题 I've made some tests using JxBrowser and intend to add it to my academic project. However, it is a Maven project, which I develop using the Netbeans IDE, and although I added the TeamDev JxBrowser repository, the JxBrowser dependency in the pom.xml file and tried to manually insert the licence.jar that I acquire, it is failing to execute properly. Maybe the issue is the fact that I am downloading the library by its repository and the license is a separated file. I also upload an attachment

How do you combine Java and jxbrowser processes into a single custom named process?

北慕城南 提交于 2019-12-24 20:52:36
问题 We have a pretty huge application that runs on JVM and relies heavily on jxbrowser. Whenever we run our application we see the following process tree in task explorer (which does change from time to time unintentionally and by itself): Java(TM) Platform SE binary (32 bit) (5) BrowserCore Chromium native Process BrowserCore Chromium native Process BrowserCore Chromium native Process BrowserCore Chromium native Process Java(TM) Platform SE binary My goal is simple, make sure the process tree is

Listen changes on page using JxBrowser

亡梦爱人 提交于 2019-12-24 11:01:48
问题 In Java project I use JxBrowser . I have page <!DOCTYPE html> <html> <body> Start: <input type="text" id="startTimeField"> ms <hr> <button id="buttonToClick" onclick="myFunction()">Start</button> <script> function myFunction() { document.getElementById('startTimeField').value = new Date().getMilliseconds(); } </script> </body> </html> I load page correct with JxBrowser. When button "Start" is clicked, then value of the text input is setted. I want add listener using JxBrowser object in Java

JavaFX: Display PDF in WebView

為{幸葍}努か 提交于 2019-12-20 03:12:46
问题 I need to display a PDF inside the default WebView of JavaFX. I assumed, that i would easily be able to do that like this. import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.web.WebEngine; import javafx.scene.web.WebView; import javafx.stage.Stage; public class ShowPdfTest extends Application { public static void main(String[] args) { launch(); } @Override public void start(Stage primaryStage) throws Exception { WebView webView = new WebView(); WebEngine

Focus problems with JDK7 and native components

自闭症网瘾萝莉.ら 提交于 2019-12-18 16:55:22
问题 We have a swing application which embeds a IE ocx component via JNIWrapper. After switching from jdk6 to jdk7 we start noticing focus problems. When the embedded IE shows a web page with text fields (e.g. the google search page) than the trouble starts: The Browser 'catches' the focus, so u can start typing in the search text field. Every key typed goes to the IE ocx. But swing seems to ignore this focus change. Even if i change the focus to a swing text field (and swing shows the blinking