QBoard » Supporting Tech Stack » RPA » What is Surface automation in RPA?

What is Surface automation in RPA?

  • I am learning RPA using tools such as UiPath and BluePrism. Can someone explain me what is surface automation(SA) techniques in RPA or direct me to the path where i can read more regarding SA techniques?

    How does surface automation help in automating flash objects used in website ?

    Thanks, vds1

      September 4, 2021 12:29 PM IST
    0
  • Surface automation in RPA means the process of creating automation according to images shown on a screen.
    Surface automation is notoriously fragile and should be considered as a secondary method after programmatic solutions.
    Surface automation is useful at least in two cases: when you can’t use controls programmatically (e.g. by element identifiers), or when the system under automation is changing (e.g. element identifiers are changing). It can also be faster than ’normal’ scripting.
    In case of flash objects used in website, surface automation might be needed if there is no programmatic way to control or extract data from the object.
    Surface automation techniques, such as optical character recognition (OCR) and object detection, are based on broader class of computer vision: https://en.wikipedia.org/wiki/Computer_vision
      September 7, 2021 4:59 PM IST
    0
  • You can get Surface Automation related details in blue prism portal. Once login to the portal you can find a detailed set of documentsunder the Learning menu item:

    Surface Automation - Autonomous Training Kit (ATK) Training Document - Introduction to Surface Automation (v5) Training Document - Surface Automation (v5) Training Document - Introduction to Surface Automation (v4) Training Document - Surface Automation (V4) Introduction to Surface Automation (Win 10 and V5)

      September 8, 2021 12:35 PM IST
    0