cesiqueira
(Carlos Eduardo Siqueira)
September 5, 2025, 1:02am
1
Hi, I’m trying to record a macro to website below:
When I use proxy, the captcha doesn’t appear anymore, but the data doesn’t load like it should load when I access the website local.
Any ideas why it is happening or how to solve this problem?
thanks
1 Like
ajitk
(Ajit)
September 5, 2025, 1:25pm
2
hi @cesiqueira – i could see hcaptcha popping up in the macro recorder. are you seeing the same behavior?
cesiqueira
(Carlos Eduardo Siqueira)
September 5, 2025, 2:26pm
3
When I use Proxy Brazil instead Shared pool the captcha doesn’t appear, but the content of the webpage neither
ajitk
(Ajit)
September 7, 2025, 12:59am
4
i think i was that too where it displayed an error saying that it failed to display the captcha. this is annoying.
i am able to load the website locally though. that means that if i can create a macro by adding steps manually, it can work using a local device. let me know what you are trying to automate. i will then create and share a macro. you can run that monitor using a local device.
cesiqueira
(Carlos Eduardo Siqueira)
September 8, 2025, 11:54am
5
Thanks, ajitk. I need to monitor this element in image below. Click in the letter and monitor new messages in the chat window.
cesiqueira
(Carlos Eduardo Siqueira)
September 10, 2025, 1:32pm
6
Hi, @ajitk how do you create a macro by adding steps manually?
ajitk
(Ajit)
September 11, 2025, 5:45am
7
steps can be added manually using the option to insert steps in the macro. following screenshots show how to add a click
step.
i have created and shared the macro manually (download link at the bottom). it contains following steps:
wait_doc
: wait for page (a document) to be loaded
wait_for_element
: waits for the message button to be rendered
click
: clicks the message button. note: i had to manually add pos
argument to click.
wait_for_element
: waits for the message content to be loaded.
this is what the final macro looks like:
in the monitor’s options, i selected the macro to automate the click and used the following css selector to monitor the content:
.dv-mensagens-disputa .p-dataview-content
give it a try and let me know how it works.
macro-cnetmobile.estaleiro.serpro.gov.br-1efb67a6-8a26-11f0-a599-47515d933942.json (858 Bytes)