Katalon Studio | How to handle frames and iframes

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

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

  • @filterfx
    @filterfx 5 лет назад

    Very insightful content, keep up the great work your doing for the QE community 👌🏽

    • @RaghavPal
      @RaghavPal  5 лет назад

      Thanks for the message

  • @nomudajez7398
    @nomudajez7398 5 лет назад

    Raghav this was incredibly helpful. Thank you very much.

    • @RaghavPal
      @RaghavPal  5 лет назад

      You're welcome Nomuda

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

      Not sure if anyone cares but if you guys are stoned like me atm then you can stream pretty much all of the latest movies on InstaFlixxer. Been streaming with my girlfriend for the last couple of days xD

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

      @Kasen Gabriel Yup, been watching on instaflixxer for months myself =)

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

    Loving the bird sounds in the background... ;)

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

      Glad to know this Angelo

  • @letaciogalvao9908
    @letaciogalvao9908 2 года назад

    Thanks a lot man!

  • @AmitKumar-ix6xe
    @AmitKumar-ix6xe 2 года назад

    Hi Raghav can you make video on such s which populates as a popup window plus based on the visibility condition put some assertion on it. Thanks !!

  • @arunsubramani.9906
    @arunsubramani.9906 5 лет назад +1

    Thanks Raghav!! could you please post the same for How to handle frames and s in selenium java

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

    Hello Sir. How to view frame source in SAP web gui.?!

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

      Dhamini
      Viewing the frame source directly in the SAP Web GUI is not a straightforward process as the interface itself doesn't provide a built-in option. However, you can achieve this by using browser developer tools:
      Using Browser Developer Tools:
      1. Open the SAP Web GUI page in your web browser (Chrome, Firefox, Edge, etc.).
      2. Right-click on the frame you want to inspect.
      3. Select "Inspect" (or "Inspect Element") from the context menu.
      4. This will open your browser's developer tools.
      5. In the developer tools, locate the "Elements" tab.
      6. In the HTML structure view, find the element representing the frame. It will usually have a tag like `` or ``.
      7. Right-click on the frame element and select "Attributes".
      8. Look for an attribute named "src" (source). This attribute value specifies the URL of the content displayed within the frame.
      By following these steps, you can retrieve the source URL of the content displayed within the frame, allowing you to view its source code further.
      Important Note:
      Accessing and modifying the SAP Web GUI frames might be restricted by security measures or company policies. It's crucial to only perform these actions if you have the necessary permissions and are authorized to do so.
      If you require further assistance or encounter access limitations, it's recommended to consult your SAP administrator or relevant documentation for guidance specific to your organization's security protocols and authorized activities within the Web GUI.
      .

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

    Can we automate web based IDE which has embedded using ? Example : Jupyter lab is embedded using . So how can we automate it ?

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

      I will need to check more on this Pratik

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

      @@RaghavPal if you get any solution on this please let me know. Thanks

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

    Hey I just tried the same way handling it but still it is throwing an error - unable to click on object

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

      try checking the object locators Rashi

  • @jayeshdalal7
    @jayeshdalal7 5 лет назад +1

    HI raghav,
    Did you try to integrate JIRA plugin with katalon ? I tried
    docs.katalon.com/katalon-studio/docs/jira-plugin-integration.html
    here why we need BDD app in pre-requisite.

    • @RaghavPal
      @RaghavPal  5 лет назад

      Not tried JIRA integration Jayesh, will check