How to click on a add icon to extend value in a web page?

Certified Senior Developer

I have to open a web page as RPA Task and scroll down to click on an icon to extend the additional info. Upto scroll down to that particular section, it is working fine. But I am not able to click on the add icon to extend. Can someone guide me with the configuration.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Harsha Sharma

    I have got to the stage where I am fetching a para of 2 lines using get attribute and saving it in a variable but I need to clean up the variable I am getting bcoz it is having extra text values("; ; QFITLIA is a clear, colorless to pale yellow solution in a single-dose:\nInjection: 50 mg/0.5 mL prefilled pen\nInjection: 20 mg/0.2 mL vial\nCLOSE; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; " - like this). There is no clean up action like replace or trim in RPA pallette. Any workaround for this?

Children