In my Javascript query I am using the following:
document.getElementsByClassName("x-border-panel x-border-layout-ct")[1].getElementsByClassName("x-border-panel")[0];
This then gives me the following result:
<iframe id="ext-comp-1053" name="ext-comp-1053" class=" x-border-panel">
#document
<html class="ext-strict">
<body class="caseTab detailPage">
<div class="linkList">...</div>
<a class="link">
<span class="listTitle">"Example"</span>
What command do I need to use so I can get the information from the "listTitle" class?