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
Discussion posts and replies are publicly visible
Hey there, Anurag 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.
Hii Anurag , you are trying to use the default selector class. It is always better to use the x-path selector to avoid such issues,