Selectors issues in unattended

Hi

I am working on web automation
Few selectors worKing in attended but not in unattended

What needs to check
Pls help

Hey @Life_Hacks
Could you provide more details? Are you running the unattended automation on a different machine or in a virtual environment? Does the issue occur in a browser or a desktop application? Also, are you using the same resolution and session settings for attended and unattended modes?

If you are running on a remote machine, ensure that the process is not being executed without graphical user interface.

1 Like

Nếu bạn muốn đánh chỉ mục từng chữ cái khi dịch sang tiếng Nhật, bạn có thể trình bày như sau:

  1. L → エル (Eru)

  2. M → エム (Emu)

  3. N → エヌ (Enu)

  4. O → オー (Ō)

  5. P → ピー (Pī)

  6. R → アール (Āru)

  7. S → エス (Esu)

:pushpin: Nếu bạn muốn định dạng khác hoặc thêm thông tin, cứ nói mình nhé! :rocket:

@Life_Hacks

  1. Please tell the error you are getting
  2. Is it occuring in random places or on specific selectors
  3. Did you happen to check the selectors for any dynamic changes?
  4. Is the robot installed in service mode and is the system signedout before running

Cheers

1 Like

Hi,

Ensure the browser window is focused with Attach Window or Activate, make selectors dynamic using UiExplorer, match screen resolution and DPI, verify UiPath extension is enabled, handle login/session states, add delays and use WaitForReady , check robot configuration and permissions, and ensure no network or proxy issues in unattended mode.

1 Like

@prashant1603765
Thanks I will check

1 Like

Hello @Life_Hacks ,

Is unattended job is also running on same machine?