RPA Beginner Level Tutorial - VooDoo RPA

by Ayhan Günal
2 days ago
22 Views

Table of Contents


VooDoo Beginner Level Tutorial

Create Project

 

  • First, open VooDoo Studio.
  • On the Welcome page, create a new project named Test.

Voodoo RPA

  • Click on Software Manage and add the parameters as shown in the image and save.

  • Come to Visual Record and click Manage.
  • Fill the parameters as shown in the image.

  • Click Start to record visual. (Start –> Choose Visual Record-> Visual of VooDoo-> RecordIcon )
  • When you start recording visuals, first the homepage will open, click on the search icon, then type wiki and click enter. Finally, after the search results appear on the screen, go back to the studio and click on the red buttonDatabaseIcon
    • Note: When recording visuals, make sure that the three images below are included.
       

    • Come to Design Scenario page and click Visual Record button.
    • Add the visual.

    Design Scenerio
    • Add DatabaseIcon step to open VooDoo RPA website. Just write a name in General Info and then save it.
    • Now we need to verify that the site is opened. For this we need to add a DatabaseIcon verification step. Before click the step we should select a region
    • To do this click once on DatabaseIcon) and frame the area you want to verify, then click the buttonDatabaseIconagain.

    • Now add the screen step. Write a name parameter, dont change any other parameter and save the step.
    • Now we will use DatabaseIcon step to click search icon on the site. Before open the step, select a proper region of DatabaseIcon icon by using DatabaseIcon
    • Click Button step. Wrte a name parameter and in Action select Left Button Click action. Also, in Time Settings, add 1000 ms. To Wait parameter and save the step.



  • For writing Wiki in SystemCategoriesIcon steps click KeyboardIcon step. Write a name parameter and the come to Action. Write Wiki in text value and add Enter special key. Lastly, in Time Settings, add 1000 ms. To Wait parameter and save the KeyStroke step.

    • Now you will add last step of the scenario. For that use a Button step. Before add a new button step, select the region which will open the wiki page.
    • Scenario is ready to run. Firstly, click Compile and then click Run.