我想访问层次结构中的 DOM 元素到我可以访问的元素。
在附加的屏幕截图中,我想访问 #ntsDiv_1 的 Grand Grand Grand Parent 的 #pRow_22。但我只能访问#ntsDiv_1。请建议我在这种情况下该怎么做
html代码是这样的:-
<tr id="pRow_22" style="border-bottom: 0;">
<td class="nameCell" style="border-bottom: 1px solid #CCCCCC;">
<div id="seller_22" class="product-sellercell">
<a id="pLogoLink_22" target="_blank" href="/norob/ClickTracker.somethins..." onclick="setMerchLb('eComElectronics.com')" rel="nofollow">
<div>
<a id="ntsLink_1" rel="nofollow" onclick="return false;" href="#">
</div>
<div id="ntsDiv_1" class="mlt-pop-container" style="width: 250px; text-align: left; white-space: normal; top: 2340px; left: 131px; visibility: hidden;">
<div class="mlt-pop-bg">
</div>
.
.
</div>
</td>