Forum Discussion

Randell-P's avatar
Randell-P
New Contributor
3 years ago
Solved

Selecting

 

Taking the data from the databank is it possible to:

  • Program the recorder to select options on screen radio buttons and a drop-down list.
  • Is it possible to select a date from a calendar.
  • To record attaching a file.

 

  • vinniew's avatar
    vinniew
    3 years ago

    Hi Randal, 

     

    Your trial gives full access in terms of functionality. 

     

    in terms of the recognition of controls; 

     

    That's due to it working with these controls out of the box when you record. 

     

    This are logged as "Click Events" in your script automatically. 


    Then, we interact with various web based controls using a mix set of

     

    xpath/optimized xpath/css selectors/dom path and if necessary co ordinates

     

    On playback loadninja will determine what to use on any control in your app leveraging AI. 

     

    You can explicitly override what AI recommends if you want in your playback settings if you would prefer. 

     

    That's why I said its out of the box. 

     

    If you want append the script post recording, check out this document

     

    https://support.smartbear.com/loadninja/docs/use-cases/object-recognition.html

     

    KR

     

    Vincent 

     

4 Replies

    • Randell-P's avatar
      Randell-P
      New Contributor

      Unable to find any documentation on programming the robot to select items from a drop-down list or radio button. Also I am using a trial version and I do not see any option to append a file upload manually according to the documentation. The only options I am given are in the image below.

      • vinniew's avatar
        vinniew
        Staff

        Hi Randal, 

         

        Your trial gives full access in terms of functionality. 

         

        in terms of the recognition of controls; 

         

        That's due to it working with these controls out of the box when you record. 

         

        This are logged as "Click Events" in your script automatically. 


        Then, we interact with various web based controls using a mix set of

         

        xpath/optimized xpath/css selectors/dom path and if necessary co ordinates

         

        On playback loadninja will determine what to use on any control in your app leveraging AI. 

         

        You can explicitly override what AI recommends if you want in your playback settings if you would prefer. 

         

        That's why I said its out of the box. 

         

        If you want append the script post recording, check out this document

         

        https://support.smartbear.com/loadninja/docs/use-cases/object-recognition.html

         

        KR

         

        Vincent