We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text captured by a page becomes outdated. Example: I get the statistics from a football match, but they are out of date compared to the website.
Ex: Corners 2, 3;
Web site: Corners 4, 6;
How to get updated data equal to the website?
Config Browser: private HtmlPage pagina; public Estaticas() { webCliente = new WebClient(BrowserVersion.CHROME); webCliente.getOptions().setJavaScriptEnabled(true); webCliente.getCookieManager().clearCookies(); webCliente.getOptions().setCssEnabled(false); webCliente.getOptions().setThrowExceptionOnScriptError(false); webCliente.getOptions().setThrowExceptionOnFailingStatusCode(false); }
The text was updated successfully, but these errors were encountered:
It depens on the way the website does the update. Can you please provide a url to let me test.
Sorry, something went wrong.
It has to be a live match Link: https://www.futebolscore.com/jogos/computador-2552183
No branches or pull requests
The text captured by a page becomes outdated. Example: I get the statistics from a football match, but they are out of date compared to the website.
Ex: Corners 2, 3;
Web site: Corners 4, 6;
How to get updated data equal to the website?
The text was updated successfully, but these errors were encountered: