Currently, I am utilizing Crawler4j and Jsoup for web crawling and it's performing well with HTML text. However, some vital contents have default values hardcoded in CSS and then dynamically adjusted through JavaScript. For instance, there's a element where the width value is set to 10px in CSS but changed to 5px using JavaScript.
Is there a method to retrieve this value without resorting to another crawler? Or perhaps a more straightforward solution? I've already written quite a bit of code, so I'd prefer not to rewrite everything if it can be achieved with Crawler4j.
I trust that my inquiry is sufficiently clear, and I appreciate any assistance you can provide!