How to Handle Input text in Robot Framework | Robot Framework Tutorial | Robot Framework with Ride

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • For testing, it becomes important to understand how to interact with the browser and locate the html elements. It is very easy to work with input fields with robot framework. In this video, we will learn how to work with textbox using Selenium Library. To work with input field - textbox, we need the locator, which is the main unique identifier for that textbox and it can be id, name, class, etc.
    In this video, we will discuss the following areas −
    Project Setup for Textbox Testing
    Enter Data in Search Textbox
    Click on Search Button
    ******************************************************************
    Did you enjoy the video? If so, give it a like above!
    Subscribe to our channel for more techie video
    👉 www.youtube.co...
    Get Updated with RPA Hub!!
    P.S. Make sure to keep up with us by clicking the bell!

Комментарии • 8

  • @methewlino9904
    @methewlino9904 3 года назад +1

    Amazing explanation never found content like this

    • @RPAHub
      @RPAHub  3 года назад

      Glad you liked it!

    • @allthecommonsense
      @allthecommonsense 3 года назад

      I know, right. You can *hardly hear* the audio. That takes real skill!

  • @priyankachauhan7870
    @priyankachauhan7870 3 года назад +1

    Wonderful content on robot framework

  • @nishapal6588
    @nishapal6588 3 года назад +1

    Brilliant work

    • @RPAHub
      @RPAHub  3 года назад

      Thanks for feedback

  • @atikshabatra8074
    @atikshabatra8074 11 месяцев назад

    How can we enter numeric digits / integer in an Input field of type='Number' (which only takes number as an input and not string)
    `````
    ````