Skip to main content
anurags0004
April 26, 2022
Question

Issue in Appian Browser Module Tutorial (The element (By.name: q) could not be interacted with because the component is currently disabled or hidden)

  • April 26, 2022
  • 2 replies
  • 0 views

Hi,

I am going through the RPA Tutorial Browser Module. In same while trying to add action "Enter Search Term", post executing the robotic process, i am getting below warning

The element (By.name: q) could not be interacted with because the component is currently disabled or hidden.

Can anyone suggest what can be done in this case, as the RPA client is not able to enter value in search box due to above issue

2 replies

kishorej1999
January 18, 2024

Hey there, [mention:ef975764e6e046658254d9abf365f45f:e9ed411860ed4f2ba0265705b8793d05]  If using one of the other selectors, that's great; if not, you'll need to locate the approach by either moving the mouse and clicking, or by locating the image and clicking the route. or the best alternative is to use Keyboard shortcut but firstly check in the Html code that the element is focusable or not.

June 12, 2024

Hii [mention:ef975764e6e046658254d9abf365f45f:e9ed411860ed4f2ba0265705b8793d05] , you are trying to use the default selector class. It is always better to use the x-path selector to avoid such issues,