<span class=“MuiButton-label">
<span class="MuiButton-startIcon MuiButton-iconSizeMedium”>
<span class=“MuiButton-label"> <span class="MuiButton-startIcon MuiButton-iconSizeMedium”> <svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-vubbuv" focusable="false" aria-hidden="true" viewBox="0 enter code here0 24 24" data-testid=“SaveIcon"> <path d="somevalue”> Create
如何为上述代码创建路径?
driver.findElement(By.xpath("//*[contains(text(),'Create')]")).click();
我试着这样做,但没有工作,没有给任何错误
1条答案
按热度按时间htrmnn0y1#
你可以在
By.xpath()
中做得更具体: