I am trying to read the values from the redbus website "from" field.
I type 'b' and all the cities starting with b are listed in a drop-down.
I tried to read the values using read stage, get table attribute, but didn't work. I had spied the elements…
Trying to learn basic blue prism.
I have made an object to login to my gmail account.
It enters the page where mail id has to be entered. The email id gets entered and the next page appears where the password has to be entered. But in the writer…
I am using Blue Prism for gmail login test, I want to try with different Browser,I tried with IE every thing is fine but while trying with Firefox, not able to find Identify button after Launch. What would be the reason ? Is there any thing like…
I need to filter a collection that have "HoldingSubholding" column, that can have lot of different value. I need All the rows with the values except the rows that have value "A".
How can I filter the collection?
I would like to use EQUAL NOT, how…
I am going through the Foundation training for Blue Prism. I am trying to add a wait condition to a process, but the wait condition option is blurred and can not be set.
We are using Is Logged In action from Log In VBO to check if bot is logged in the VDI or not, this action was always returning True value on our development Machine, But this action Doesn't works on Client VDI it is always returning false. We are…
I have a issue with understanding how in BP Invoke Javascript works?
On online SAP system i need to enter a login and password in to 2 textboxes on page.
When I run my code in the Firefox console
document.getElementsByName('sap-user')[0].value =…
Do we really need RPA for Excel automation as the same can be achieved with Excel VBA scripting ?
MS Excel VBO is just another way of representing the vb code to make it more resuable.
But i assume the same can be done with VB scripting as…
I'm inputting text in a texbox which is working fine. But there is an existing watermark in the textbox. The entered text in the textbox is inputted as a watermark, hence clicking on 'Next' button results in an error.
Can somebody help on how to…
I tried using VBO "Data - SQL Server", by giving the server name as "MySQL Server 8.0", I also gave database name (which is already created) and credentials
In blue prim, to save the note pad file we are passing global send keys "^s".
After that in order to write the File name we use a navigation stage.
Now my question is why we are not using write stage to give the note pad file name?