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 re...
  • 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