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
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. .
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.
Very insightful content, keep up the great work your doing for the QE community 👌🏽
Thanks for the message
Raghav this was incredibly helpful. Thank you very much.
You're welcome Nomuda
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
@Kasen Gabriel Yup, been watching on instaflixxer for months myself =)
Loving the bird sounds in the background... ;)
Glad to know this Angelo
Thanks a lot man!
Most welcome
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 !!
I will plan Amit
Thanks Raghav!! could you please post the same for How to handle frames and s in selenium java
I will do
Hello Sir. How to view frame source in SAP web gui.?!
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.
.
Can we automate web based IDE which has embedded using ? Example : Jupyter lab is embedded using . So how can we automate it ?
I will need to check more on this Pratik
@@RaghavPal if you get any solution on this please let me know. Thanks
Hey I just tried the same way handling it but still it is throwing an error - unable to click on object
try checking the object locators Rashi
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.
Not tried JIRA integration Jayesh, will check