If I have already searched for an element, is there any way I can find another in the same class?
ex.
<div class="day">
<span class="day_number">4</span>
<span class="day_item_time" data-day-total-time="day-total-time">10m</span></div>
So I had to search by the date (finding the element that had the 4), but how do I translate that to finding the 10m?
This was the result after printing out the element <selenium.webdriver.firefox.webelement.FirefoxWebElement (session="4ff20f1a-75d1-42c1-a7d0-de0c532651a6", element="1147f2d5-8832-44d4-a906-929ebaaa49e2")>