07-09-19 12:01 PM
I am a beginner RPA Developer, and the RPA Software that my company uses is BluePrism. Now, I have this project (actually my first project ever) that needs to interact with an in-house Application, and it has a lot of dropdown entries, where you can only select or click the options, not allowed to type anything. I got stalled on spying that dropdown and thinking how do I select the correct option inside that dropdown.
I have tried everything that our trainer have taught us, but I still can't get it working.
--------------------------------------------------Answered! Go to Answer.
18-09-19 06:17 PM
18-09-19 06:17 PM
16-04-20 01:40 PM
16-04-20 03:58 PM
function updateFromValue() { document.getElementsByName('From')[0].value = 'new value here'; }
updateFromValue();
'new value here'
as a placeholder example.19-04-20 12:33 PM
06-05-20 05:52 PM
Lalita,
I have my Application Modeller set up to launch Internet Explorer and navigate to http://histo.io (for testing HTML elements). In the Application Modeller, I then click Identify (down arrow) > Open Application Navigator. Then I can select the Body element.
I have had troubles where I can't do this in Chrome. It might be possible, but I'm not sure how to do it.
10-06-20 06:04 AM
11-06-20 06:49 PM
20-10-20 12:55 PM
14-04-21 06:41 PM