I have recently been doing work Selenium for GPS data processing. Recently, the site I use to process data has changed quite dramatically and my old code no longer functions correctly. Below is a snippet of the new HTML that I need to edit. Is there any way to change the 'title' attribute from 'NONE' to something like 'TRM55971.00 NONE' (the actual antenna my GPS data was collected with) within the class? Thanks for the help in advance!
If you are interested here is link: https://www.ngs.noaa.gov/OPUS/
<span class="select2-selection__rendered" id="select2-ant_type-container" title="NONE">NONE</span>