<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 07:49:01 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[MGNLTEST-444] Selenium DevTools and the &quot;Augmenter&quot;</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLTEST-444</link>
                <project id="17084" key="MGNLTEST">Magnolia Test Framework</project>
                    <description>&lt;p&gt;The Selenium class is &quot;augmenting&quot; the remote driver when the DevTools are enabled in order to overcome the following limitation (text copied from the class Javadoc):&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;This class is copy of the {@link org.openqa.selenium.remote.Augmenter} which filters out the default devtools provider which incorrectly uses the docker internal IP address instead of host exposed port for resolution of cdp url for establishing connection to the remote web driver running on docker.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;However, it is worth to note that the official way to resolve this issue when the grid is running inside a Docker container is to start the container with the `&lt;tt&gt;SE_NODE_GRID_URL&lt;/tt&gt;` environment variable set to the &quot;external&quot; address of the container. See &lt;a href=&quot;https://github.com/SeleniumHQ/docker-selenium#grid-url-and-session-timeout&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Grid Url and Session Timeout&lt;/a&gt; for more information.&lt;/p&gt;

&lt;p&gt;Also it seems that although the current &quot;workaround&quot; solution works for CDP, it doesn&apos;t seem to cover all the cases and breaks the BiDi interface introduced in v4 (which is working seamlessly when the grid is started with the above mentioned environment variable).&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Proposition is to remove the custom augmenter used to provide DevTools access when running in Docker container in favour of starting it with the appropriate environment variable. This may require little changes in how the containers are started, but will ultimately give official support to all features.&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;The &quot;DevTools&quot; support in the Selenium class not only &quot;enables&quot; the DevTools support, but also registers a couple of additional listeners that are mainly used during special debugging scenarios. However, DevTools can be used through normal test scenarios to get access to logs, network settings or else. As such, the DevTools interface should always be activated for RemoveWebDrivers - as it Is for local drivers.&lt;/p&gt;

&lt;p&gt;Chrome, Firefox and Safari drivers support different features. Each feature is represented by a dedicated Selenium interface like `&lt;tt&gt;HasDevTools&lt;/tt&gt;`, `&lt;tt&gt;HasBiDi&lt;/tt&gt;`, `&lt;tt&gt;HasLogEvents&lt;/tt&gt;`, etc. Since the RemoteWebDriver needs to be connected to a &quot;concrete&quot; driver, it cannot implement these interfaces from the start. To overcome this limitation, the driver needs to be &quot;Augmented&quot; to provide the interface corresponding to the actual features supported by the driver the remote is connected to. This is achieved by &quot;Augmenting&quot; the remote driver to &quot;inject&quot; the interfaces actually supported through byte code manipulation.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Proposition is to always &quot;Augment&quot; the RemoveWebDriver, should the DevTools be enabled or not via the `selenium.enable.devTools` system property.&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;&lt;ins&gt;Note:&lt;/ins&gt; one will notice that &quot;&lt;tt&gt;selenium.enable.devTools&quot;&lt;/tt&gt;&#160;doesn&apos;t actually &lt;em&gt;enable&lt;/em&gt; the Devtools as the name suggests. It is more a &quot;verbose&quot; feature logging the interactions with the browsers... Should its name be changed ?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="140297">MGNLTEST-444</key>
            <summary>Selenium DevTools and the &quot;Augmenter&quot;</summary>
                <type id="3" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10898&amp;avatarType=issuetype">Task</type>
                                            <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</priority>
                        <status id="1" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="brenuart">Bertrand Renuart</reporter>
                        <labels>
                    </labels>
                <created>Sun, 15 Oct 2023 17:10:54 +0200</created>
                <updated>Mon, 16 Oct 2023 07:19:32 +0200</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="380641" author="cmeier" created="Mon, 16 Oct 2023 07:19:32 +0200"  >&lt;p&gt;&lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=brenuart&quot; class=&quot;user-hover&quot; rel=&quot;brenuart&quot;&gt;brenuart&lt;/a&gt;, &lt;br/&gt;
as a preamble I need to admit that I likely was too lazy to fully dig into Selenium DevTools, when &lt;a href=&quot;https://jira.magnolia-cms.com/secure/ViewProfile.jspa?name=rdhar&quot; class=&quot;user-hover&quot; rel=&quot;rdhar&quot;&gt;rdhar&lt;/a&gt; enabled Selenium DevTools via &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLTEST-258&quot; title=&quot;Introduce network logs for requests sent by Chrome webdriver&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLTEST-258&quot;&gt;&lt;del&gt;MGNLTEST-258&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;And ... until now, I still didn&apos;t go that deep to understand it fully ... but I may do it. But before I&apos;ll do that - two remarks and one question:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Remark I&lt;/b&gt;&lt;br/&gt;
If not yet done, please have a look at the PRs from Rishab and the comments&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.magnolia-cms.com/projects/PLATFORM/repos/test-framework/pull-requests/173&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/projects/PLATFORM/repos/test-framework/pull-requests/173&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://git.magnolia-cms.com/projects/PLATFORM/repos/test-framework/pull-requests/181&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.magnolia-cms.com/projects/PLATFORM/repos/test-framework/pull-requests/181&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Also consider to discuss this ticket directly with Rishab.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Remark II&lt;/b&gt;&lt;br/&gt;
In the ticket you mention:&lt;br/&gt;
&lt;em&gt;&quot;... This may require little changes in how the containers are started, ...&quot;&lt;/em&gt;&lt;br/&gt;
tbh this worries me a bit.&lt;br/&gt;
We already have a certain complexity in our docker-setups, that&apos;s especially true for the projects running on SRE-jenkins, where we may run several projects on the same jenkins-node, which makes the port-assignments a bit tricky. Changing the set-ups will be time consuming.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;The question&lt;/b&gt;&lt;br/&gt;
I understand the statement &lt;em&gt;&quot;... but will ultimately give official support to all&quot;&lt;/em&gt;,&lt;br/&gt;
my question, for now, is: Do we currently lack some features of the Selenium DevTools, if yes, where would you need which currently unavailable feature?&lt;/p&gt;

&lt;p&gt; &#175;&amp;#95;(&#12484;)_/&#175;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_14166" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Acceptance criteria</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>magnolia-cms.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 16 Oct 2023 07:19:32 +0200</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>cmeier</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            17 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>brenuart</customfieldvalue>
            <customfieldvalue>cmeier</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|y0b4cq:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_14167" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Task DoR</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_12430" key="com.atlassian.teams:rm-teams-custom-field-team">
                        <customfieldname>Team</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[30]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_13933" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Urgency (resolution)</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="15724"><![CDATA[Normal]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>