How do I click between cell borders of a table of a web page. This is just like Excel clicking borders beween cells. Please suggest.
Thank you,
How do I click between cell borders of a table of a web page. This is just like Excel clicking borders beween cells. Please suggest.
Thank you,
Try Click Acitivity and use css selector in properties to expand.
That’s interesting requirement. May I know what you are trying to do with that.
I think the operation you are trying to perform would have another way. Clicking on the border would be very delicate and non reliable.
Thanks,
Ashok ![]()
There is a UI element in between every two headers like a line separator. That would do the minimize column. But not able to see it with UiPath UI
Framework.
Thank you,
Ohh ok. then it’s more of like button. Try checking source of the webpage by right click and view source. It’s will show you whole HTML of the page.
You can try Developer Tools of browser also to check it.
This will help you to identify that element and on that basis you can build your selector to be used in UiPath Studio.
Thanks,
Ashok ![]()
Thank you. I can do image click on the thin line separation. But image click going to be an issue. Is there a way I can get css properties for an image? Thank you,
If it’s a UI element that performs a function, you click on it the same way you would for any other UI element - the Click activity. It’s not a border, it’s a UI element. The borders are irrelevant.
Inspect the element in your browser and show us the HTML. Also post a screenshot. These are the kind of details we need to see in order to understand what you are working with.
When u indicate , UiPath will automatically detect all properties, after indicating → go to uiexplorer → find css selector → you will get it on your top right side or may be on bottom left → check on css selector → validate it with highlight button.
Maybe you could use Offset property in the click activity wherein you can specify the X & Y coordinates of the border element .
Again this is also going to be tricky as in near future if the coordinates changes than it might fail.
Just check this property once.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.