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

254
Vistas
How to activate loader page while running selenium code in python

I am creating a python flask web application with selenium in the backed I want to disable my webpage when the selenium driver is running to prevent user activity

I am using this code

<div id="disabler">
    <div class="text-center">
        <img src="{{url_for('static', filename='images/disabler.gif')}}">
        <p id="preloader-text">Running Automated Test</p>
    </div>
</div>

<script>
    function loader(){
        $(document).ready(function(){
            $("#disabler").fadeOut()
        });
    }
</script>
about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

When you are using new tab every time then it is not possible to hide. You can just put always on top feature for chosen window.

about 4 years ago · Juan Pablo Isaza Denunciar

0

You can use a predefined jQuery UI called jQuery Block UI

Or simply add a division that will block the body and will fade out when the body is loaded.

<div id="div">
    <h1>Please Wait..</h1>
</div>

jQuery will be:

$(document).ready(function(){
    $("#div").fadeOut()
  });
about 4 years ago · Juan Pablo Isaza 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