0

I have a problem , I'm trying to do an app that connect a webpage and login , I have find jsoup and webenginr , the problem that after the login a JavaScript redirect me in another page , how can login in page and use JavaScript for redirect me in java ? Jsoup I try but it get out the problem that JavaScript aren't enable , and webengine I must use it less GUI , how can I do ?

  • 1
    You can do a network trace in your browser to find out which url the javascript is redirecting you to. Then fire that url manually. – Gautam Jul 15 '18 at 09:48
  • Or use tools which support JavaScript, possibly Selenium webdriver. – Pshemo Jul 15 '18 at 09:48

0 Answers0