Questions tagged as 'jsoup'

0
answers

Logging in with Jsoup

I'm trying to log in with JSoup on this page here, however I have some issues with doing this. Hereisthehtmlpageurlistheonehere( link ) <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/><...
asked by 15.07.2018 / 04:55
0
answers

Web Scraping with java and Selenium

I'm trying to make web scraping in my school system , I'm using lib Jsoup to do the parser, the problem is when I log in to the page, Jsoup can not control the page, thus making it difficult to login. To solve this problem, I found the possible...
asked by 05.05.2018 / 21:16
0
answers

How to get two attributes of the same HTML class with JSOUP - JAVA

I'm getting content from an HTML page, so I'm selecting content for a specific class, but in case that class has content with a href and span , I can only get one. Document doc = Jsoup.connect("https://www.sinonimos.com.br/"+texto+"/" ).get(...
asked by 09.12.2017 / 20:38
2
answers

How to get the HTML code of a page protected with Cloudflare?

I'm trying to get the HTML of a page with Jsoup . This page has Cloudflare as a protection, and instead of getting the HTML code of the site I'm interested in, you're returning the HTML to the Cloudflare page ( see image below ) that appears...
asked by 18.03.2016 / 00:56
1
answer

Site only with br instead of classes how to take the data

I would like to know how to remove from the site that I will put down some elements that are below a class but not but are not separated by several siblings but by breaklines! How do I get them one at a time and not all of them? The div they are...
asked by 31.08.2017 / 14:17