Xpath - Selecting attributes using starts-with
问题 I am trying to write an xpath expression that selects all div tags that have an attribute id that start with CompanyCalendar. Below is a snippet of the HTML that I am looking at: <td class="some class" align="center" onclick="Calendar_DayClicked(this,'EventCont','Event');"> <span class="Text"></span> <div id="CompanyCalendar02.21" class="Pop CalendarClick" style="right: 200px; top: 235px;"></div> There are multiple divs that have an id like CompanyCalendar02.21 but for each new month in the