Search results

  1. A

    Regex only number

    Hello, i have a string ex. "dfsttytertsfs num: 1434656 rtret" I should just extract the number into it. How can I do? >Thks
  2. A

    db Table Resource

    Hello everybody, I would have a curiosity: the Resource db table is the BPA_Resource. But there is no "session info" field in it. Do you know in which table of the database is this parameter found in the control room?
  3. A

    Unlock screen not working RR win 7

    Good morning, i have a rr with win7 operating system. The unlock screen does not always work, in particular after a time of inactivity on this machine when it tries to unlock it warns the login agentet authenticate. I can unlock the car by entering and entering the credentials by hand. On the...
  4. A

    Solved Problem write String Mainframe

    Hi everyone, it happens, especially at night, that while the robot works the mainframe breaks and gives me this exception: Failed to perform step 1 in Write Stage 'Write' on page 'Write String' - The target presentation space is protected or inhibited, or incorrect data was sent to the target...
  5. A

    Extract string

    Hi I have to analyze a text and if there is an error code I have to extract it. The code is variable but is always of length 8 and is alphanumeric. (Es.DGHE2008) Regex?
  6. A

    Spyng Botton Region Mode

    Hi everyone, I have a button to click. the only mode is Region Mode. I tried but it works twice then at some point it breaks up and doesn't recognize it anymore. Why is it not stable and what are the attributes to consider in this mode? Thks
  7. A

    Get permutation

    Hello, I must, given a data table of n elements, generate all the possible combinations ex. DtIn: 1 2 out: 12 ;21
  8. A

    Regex to extract numers

    Hello to all, I use this regex to extract a number: (? <OnlyNumbers> [\ d] +) the problem is that if I have this string: Hi I have 2 numbers, but I only use 345935945 extracts the first number, but I don't need it. Do you have any ideas for integrating my regex to exclude numbers below a...
  9. A

    Solved Encode to base64

    I have a string or a collection in text input to convert to base64. I saw that there is no default object. Any idea about the code?
  10. A

    luePrism: how to invoke javascript function when clicking on an HTML element?

    Hi everyone, I have to open an email by clicking on it (I have to browse through the portal since I can't use imap). When I spy the email with HTML mode and use the Navigate stage, the classic Press, Double CLick etc. it is not done even if by double clicking with the mouse, the email opens...
  11. A

    Extract substring with regex

    Hi, i have a variable string, but there is alway a sub string: AB123456789. The lenght is static, mat the number can be variable (es. AB987654321) Is there a regex to extract this substring? Tnks
  12. A

    Problem withe double click mouse

    I have a record where I have to double click with the mouse to open a page. If I use dobule click action in navigate stage it doesn't work though. the double click works only when I do it with the mouse and not with the robot SOme idea?
  13. A

    What does meansthis error?

    Hi, today BP do this error Internal : Failed to perform step 1 in Navigate Stage 'Click Menù' on page 'Go to Ticket' - Could not identify process owning the current foreground window What does it means?
  14. A

    Find vlue in excel

    Hi, i need to find a value into a excel. SOme idea?
  15. A

    Help path spying

    I spied an element in html mode ‘the attribute more robust is the Path the problem that a one“div” varies at each refresh could be a solution to use the regex match type?
  16. A

    Best practies spying elementi web

    Hi, What is the best practies to spying element in a web applicazion(what attributes?) Ps some a practical explanation on the regex type?
  17. A

    Solved Hyperlink string excel

    hello I'm writing a path inside an Excel file. when writing it I write it as a string of course but I would like to make it hypertextual. some idea?
  18. A

    Click button to change page in web application

    hello I have to navigate in some pages as you can see from the screen. I spied the buttons to change pages The problem is that when I get to the last page he keeps clicking but obviously nothing happens and so he goes in infinite loop Some idea?
  19. A

    Solved Increase path attribute

    HI, I have to find a ticket number in a list on a site. I spied on the first element making the path dynamic. I make the first reading, I get the value and I check if that's what I want. If it is not conguous I have to increase the path, to move on to the next one How can I do? Path element 1...
  20. A

    Create code to various check

    HI, now I have a loop of a check between two collections as shown in the picture But I would like to implement a code in the mail because I think it is more robust and permormant. Some idea? I'm not very good at developing an idea, I need at least some idea of departure and then I try to expand
Top