Good morning all.
Very new to RPA (and Blue Prism) and have been tasked with developing an object to input data into a Dynamic HTML/Javascript table. A screengrab of this table is below:
Now, this actually highlights the problem quite well - that Description cell (highlighted) is initially an input field when navigating to the page, but as soon as anything is clicked off, the cell ends up like this.
After pulling my hair out about this, I discovered a mini workaround which can be achieved by sending a Global Mouse Click (Right), which leads to this (should say, this is through highlighting the cell in Cmd Row 1 as UIA):
Navigating manually to List enables me to select another item 'Form' which enables me to enter each row in a regular form, which is much easier to spy.
However, when trying to replicate this list in Blue Prism, I'm able to successfully bring this menu up, but navigating through this is again making the menu disappear.
So far, I've tried using Global Send keys "{Down}" "{Down}" etc., but this appears to 'spook' the menu and it disappears (this does work when doing it manually).
FYI, if it helps, we're currently running Blue Prism 6.6. If you require any further information, I'll do my best to help, but as mentioned, this is all very new (and confusing!) to me at present.
------------------------------
John Hammond
------------------------------