Hola a todos, favor su ayuda con la siguiente duda. Cree un robot para que ingrese a una pagina y haga click en un objeto, pero no me esta haciendo el click, incluso le agregue un esperar a que el objeto este visible y no hay caso. tambien hice click en las cookies por si era eso pero tampoco resulto. Este es el error que me arroja:
2025-03-18 21:30:43.259844 – rpaweb – ERROR – EXCEPTION IN (<string> rpaweb, L_1116 «»): ElementClickInterceptedException: Message: element click intercepted: Element <a class="»elementor-button" elementor-button-link elementor-size-sm» href="/en/»https://market.rocketbot.co/es»/" target="»_blank»" data-gtm-vis-has-fired198462280_15="»1″">…</a> is not clickable at point (759, 20). Other element would receive the click: <a href="/en/»/#»">…</a>\\n (Session info: chrome=134.0.6998.89)\\nStacktrace:\\n GetHandleVerifier [0x00A9B5A3+24387]\\n (No symbol) [0x00A25904]\\n (No symbol) [0x00900753]\\n (No symbol) [0x0094EE50]\\n (No symbol) [0x0094D1F4]\\n (No symbol) [0x0094AD87]\\n (No symbol) [0x0094A044]\\n (No symbol) [0x0093E6D5]\\n (No symbol) [0x0096D84C]\\n (No symbol) [0x0093E164]\\n (No symbol) [0x0096DAC4]\\n (No symbol) [0x0098F138]\\n (No symbol) [0x0096D646]\\n (No symbol) [0x0093C59F]\\n (No symbol) [0x0093D8E4]\\n GetHandleVerifier [0x00D9D883+3179043]\\n GetHandleVerifier [0x00DB6CF9+3282585]\\n GetHandleVerifier [0x00DB167C+3260444]\\n GetHandleVerifier [0x00B34330+650448]\\n (No symbol) [0x00A2ED0D]\\n (No symbol) [0x00A2BAF8]\\n (No symbol) [0x00A2BC99]\\n (No symbol) [0x00A1E530]\\n BaseThreadInitThunk [0x75A85D49+25]\\n RtlInitializeExceptionChain [0x7762CE3B+107]\\n RtlGetAppContainerNamedObjectPath [0x7762CDC1+561]\\n
error al ahcer click en objeto
Share
Hola nano88, buenos días.
En mi experiencia, te diría que lo mejor que podes hacer es enviar el click con javascript, así no vas a tener ningún problema de que otro elemento recibe el click y eso.
Ocupa un document.getElementById o ClassName y envias el click. Es mucho mas seguro.