Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

216
Views
Solicitudes-HTML: la representación de la página del script Java no funciona

Estoy intentando cargar el historial de precios de Nestlé a través de Requests-HTML. El script que estoy usando es:

 import asyncio import requests import requests_html # Jupyter Notebooks related imports import nest_asyncio nest_asyncio.apply() from requests_html import AsyncHTMLSession test_url= 'https://www.finanzen.ch/kurse/historisch/nestle/swx/1.1.2022_3.7.2022' asession = AsyncHTMLSession() rq = await asession.get(test_url) rq.html.arender() with open(Path ('HTML_Req_rendered.html'), 'wb') as f: test_txt= f.write(rq.html.raw_html)

El archivo [HTML_Req_rendered.html]( https://drive.google.com/file/d/1JWSxtM6RVR5I1VgIH-K6ZxQ66e1pbWKz/view?usp=sharing #GoogleDriveLink) se genera correctamente pero no contiene el historial de precios cargado por javaScript. Por favor, consulte el enlace de la página web superior .

¿Alguien puede ayudar? ¿Qué estoy haciendo mal? ¿Cómo puedo obtener un HTML renderizado?

Cualquier ayuda es amablemente apreciada. Gracias. stefano

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!