Este contenido no está disponible en el idioma seleccionado
Trabajamos constantemente para que el contenido esté disponible en el idioma seleccionado. Gracias por tu paciencia.
Why did my CloudWatch canary fail with the error "Node is either not visible or not an HTMLElement"?
1 minutos de lectura
0
I created an Amazon CloudWatch canary using the GUI Workflow Builder. However, my canary failed and I received the following error: "Node is either not visible or not an HTMLElement". How can I troubleshoot this error?
Resolution
When creating a CloudWatch canary, the "Node is either not visible or not an HTMLElement" error is typically caused by:
Using a script that references a non-existent element (Wrong selector)
Using a script that references an invisible element (Correct selector but the element is invisible) Note: If you use a global selector as a class element in your script, the selector uses the first element in the resulting array by default. If the first element has a "display:none" CSS value, the element will be invisible.