Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

69
Vistas
Javsacript - Scroll Bar within Browser Window

This website has a scroll bar within the browser window scroll bar. When you scroll (if there are several results that exceed the limit that can be shown), it will load more when you scroll to the bottom. I am trying to scrape this website (I am looking to use javascript to scroll down to the bottom), but unable to move this scroll bar down. Any ideas?

I tried the following javascript unsuccessfully:

function ExecuteScript() 
{
window.scrollTo(0, document.body.scrollHeight);
}

Here is the website: https://jobs.fscj.edu (Go to the website, then click on 'View All Jobs')

about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You shouldn't use a window.scrollTo(0, document.body.scrollHeight); because you don't want scroll an entire website (window) but just a certain div.

I'm able to scroll a job list in your sample site in both directions - up and down - with a below code:

document.getElementById('win0divHRS_AGNT_RSLT_I$grid$0').scrollTop = 7000;

The win0divHRS_AGNT_RSLT_I$grid$0 is a container with jobs which you want to scroll.

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda