Questions tagged as 'jsoup'

0
answers

Login with Jsoup

Does anyone know how I can log in this page using Jsoup ?, I've tried this: Connection.Response loginForm = Jsoup.connect("https://www.saes.escom.ipn.mx/") .method(Connection.Method.GET) .execute(); Map<S...
asked by 30.01.2018 / 00:21
0
answers

Problem with Validate app version

Good morning I am developing an app, only that I am trying to validate the version of the app that is installed with the version that is in the playstore I'm using this code newVersion = Jsoup.connect("https://play.google.com/store/apps/...
asked by 16.06.2017 / 18:44
2
answers

Basic Scraping in Java with Jsoup

I have a simple form this way <!DOCTYPE html> <html> <head> <title>INICIO</title> </head> <body> <div align="center"> <legend>INGRESO</legend> <form action="evaluar.php" m...
asked by 18.11.2017 / 23:51
0
answers

send data to a form of a page from android?

First of all I will expose the problem. I need to comment on a page (This has wordpress). I'm using webview and jsoup to only show that section of the page but when the comment is sent it reloads the webview and shows the whole page....
asked by 14.06.2018 / 22:02
0
answers

Send post to web and get results - java jsoup

I am trying to send a post to this page: link and get the result of the status of a guide (example: 62900001810) but I do not see a localized guide and when I enter the page try the number shows me the details well. Here the code: Con...
asked by 10.04.2018 / 19:44
1
answer

Consult DNI with JSOUP

Good evening I have this problem when making the query of a DNI from this page, I hope you can help me. This is the page I want to access: link This is my code in Java: public static Document getHtmlDocument(String url){ Docume...
asked by 12.11.2017 / 04:09
1
answer

Get small tag data from web jsoup java

Can you help me get the value of the <small> tag? I tried but I could not. I'm new with this from Jsoup.     
asked by 08.09.2017 / 22:58
0
answers

URL status connection 404 using jSoup

I am using jSoup to obtain different information, among other links, from which I later extract information. For this I use a method that gives me the code of the connection: public static int getStatusConnectionCode(String url) { int...
asked by 25.01.2017 / 01:09