<div class="A">
<svg> ... </svg>
<button>
<svg> ... </svg>
</button>
<svg> ... </svg>
</div>
<div class="A">
<svg> ... </svg>
<button>
<svg> ... </svg>
</button>
<svg> ... </svg>
</div>
I'm facing a challenge in extracting the svg element within the button tag of the second div. Any assistance with this would be greatly appreciated.