Website don't load data to record macro

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

hi @cesiqueira – i could see hcaptcha popping up in the macro recorder. are you seeing the same behavior?

When I use Proxy Brazil instead Shared pool the captcha doesn’t appear, but the content of the webpage neither :frowning:

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.

Thanks, ajitk. I need to monitor this element in image below. Click in the letter and monitor new messages in the chat window.

Hi, @ajitk how do you create a macro by adding steps manually?

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:

  1. wait_doc: wait for page (a document) to be loaded
  2. wait_for_element: waits for the message button to be rendered
  3. click: clicks the message button. note: i had to manually add pos argument to click.
  4. 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)