eg:获取父div下面的最后一个子div
lastdiv = driver.findElement(By.xpath("(//div[@class='wizard-sidebar-policies']/div)[last()]"))