From: jp l. <jp....@gm...> - 2017-11-14 20:40:42
|
Hi folks I am using version 2.28, I am having some issues trying to click a button that redirects me twice to different URLs. The result of the click method it is an UnexpectedPage ... (response status code 200). I tried to set: webClient.getCache().setMaxSize(0); webClient.getOptions().setRedirectEnabled(true); but I can't reach the page after. I have JavaScript enable. Any clue ? |