请查看附图以供参考。我想点击特定的一周的日期和时间。我尝试使用Xpath但始终获得NoSuchElementFoundException
。
答案 0 :(得分:0)
你可以试试这个:
$action = $request->query->get('action', 'list');
你也可以试试这个:
driver.FindElement(By.XPath("//div[@class='rc-row rc-widget-header' and /th[contains(.,'Sun 1/22'")]]));