ngsoftwaredev
ngsoftwaredev
Hi, I'm having the same issue with version 8.8.2 of the client. Adding the dependency does not solve it. It is tied to using Spring Boot starter version 2.7 as...
I actually found a workaround, by chance I stumbled upon this StackOverflow post: https://stackoverflow.com/questions/68040881/jaxb-moxy-unmarshalling-json-runs-into-error-exception-in-thread-main-java-lan Adding the dependency: ``` org.glassfish jakarta.json 2.0.1 ``` solves the issue, no more `ClassNotFoundException` on startup.
One criticism to this implementation is that it's not happening at the _PageFetcher_ level. However doing it this way would require some refactoring, while my approach is only using extension....
Thanks for reviewing :-) I've added the missing file headers, I'll start looking into your other comments.
OK so I've fixed the defects you found. Let me know if the changes make sense to you. I'll see for adding some basic tests. Not quite sure what I...
I see that the Java 17 build fails. I reproduce the same problem locally on the master branch, so it doesn't seem to be related to my changes.
OK, I realized I should make the wait for dynamic content loading more generic, I'll make a last commit to address this.
Actually I did my testing with _chromedriver_, I have to look into Geckodriver a bit more. What I have already seen is that there is a way to explicitly set...
Thanks for the heads up! It's been quite a while since I issued the PR, and more work is to be done on it. I've lacked the time so far...