Marek Andreansky

Results 22 comments of Marek Andreansky

The solution for me was to run Idea as an Admin so that VisualVm had write rights to the %TMP%/hsperfdata_[username] folder. I presume changing the permissions on that folder would...

Been looking for how to do this as well, and arrived here after following the stackoverflow question that was opened over 5 years ago. Seems like quite the missing feature...

@cowtowncoder thanks, just did that. Sorry if the comment was too active, just wanted to highlight the issue. Appreciate all the work that goes into this library just starting to...

Found this after realizing drafts were built automatically and were wasting Jenkins resources before being ready, especially when a lot of commits and pushes are happening. @bjoernhaeuser Is this something...

@mstred Thanks, that is an interesting solution. I was able to work around it by making a GitHub api call via curl, parsing it and getting the status of the...

I am wondering thou how the application could run once fine, and after I call driver.close() and re-load a new driver again it fails. Its in the same one run,...

Sorry, did not have time to test it more, I think you can close it. If I find the issue is related to the driver or htmlunit itself I will...

@rbri I found the issue and it was my mistake. I imported both htmlunit and the htmlunit-driver into a project, where the browser was 2.65.1 and the driver was 3.64.0...

I am surprised no one is looking at The issue, considering there is a test case available and the issue was opened by the maintainer of HtmlUnit.

I've read that the issue with the manifest was fixed, if it is so could you now prepare a working v3 sample for using this feature?