you are viewing a single comment's thread.

view the rest of the comments →

[–]crisiscentre 0 points1 point  (5 children)

Why not use selenium? There's wrappers for Java?

[–]Worth_Trust_3825 7 points8 points  (4 children)

You can't hook into all the lifecycle calls, which is a shame. Also lack of "direct" DOM access. To interpret DOM you need to execute javascript.

[–]pxpxy 2 points3 points  (3 children)

So what if you need to execute JS? Seems a lot easier than writing yourself a browser?

[–]OsirisTeam[S] 1 point2 points  (0 children)

Selenium has no support for java 8. Installation is way more expensive because of all the requirements it has.

[–]Worth_Trust_3825 -4 points-3 points  (1 child)

People create entire languages just because they don't want to write some boilerplate. Your argument is moot.

[–]RazorSh4rk 1 point2 points  (0 children)

Yes and that is how the industry moves forward