Recent content by sreejith

  1. S

    How to check if a element exist in a web page

    Hi @Raj94 In the Read stage, there is an option of 'Get HTML attribute'. You can make use of that.
  2. S

    How to check if a element exist in a web page

    Hi @Raj94 Try using the condition 'get attributes' and pass the attribute name whose value you want to retrieve.
  3. S

    Solved Microsoft azure Cognitive services

    Hi @JennaLWilliams You don't need to work for blue prism. If your company is a BP partner you can still download it from digital exchange. I am not sure whether BP skills are available in 6.2. I think it's from 6.3. If that's the case you can use the code stage to call the API for it.
  4. S

    Solved Microsoft azure Cognitive services

    Hi @Anjaneyareddy You can download the required skills from BP Portal.
  5. S

    Bring Page foreground

    Hi @CamiCat You can spy the whole page (boundary)in win32 mode and can use 'activate' component to bring it to foreground. Note: you can find the activate component in the navigate stage.
  6. S

    Solved Microsoft azure Cognitive services

    Hi @JennaLWilliams In BP v6.4 there's a new feature added called skills. You can make use of that now instead of code.
  7. S

    HTML mode spying issue

    Check this link. Might help you. https://www.rpaforum.net/threads/issue-in-spying-modes.8727/
  8. S

    Internal : Could not execute code stage because exception thrown by code stage:The remote certificate is invalid according to the validation procedure

    Hi @sreekanth Telnet to the gateway and try to send test mail. If it doesn't work then its mail server issue. If it works and still unable to send mail then try using the below code for sending the mail SmtpClient client = new SmtpClient(); client.Port = (int)Port; client.Host = HostServer...
  9. S

    Solved Issue in spying modes

    Hi @VJR Finally got it resolved. Thanks. And yes it was the resolution issue. What was interesting is that I was making the resolution changes in my development machine which I am connecting via RDP from my local machine. And since my local machine resolution was at 150%, it affected my...
  10. S

    Solved Issue in spying modes

    Actually, I gave a shot for that too. But looks like that too is not working.
  11. S

    Solved Issue in spying modes

    Hi VJR, This is the first time. Tried the zoom and resolution too. But its still behaving the same.
  12. S

    Solved Issue in spying modes

    Unable to highlight the elements correctly in web application. Its like the element is at one position and highlight portion is at somewhere else during spying in Blue prism v 6.3.1. Its happening with all the spy modes. Tried in both web and java applications. Results are the same. Any ideas...
  13. S

    Get files from collection

    you can use a loop stage to loop through the collection and perform your excel operations inside that.
  14. S

    how to delete rows from collection

    Screenshot would be much better if you can post as its not clear "connecting back to the loop".
  15. S

    keep a person in CC while sending an email using BluePrism

    You need to create start parameters for the same.
Top