【发布时间】:2021-10-21 19:34:14
【问题描述】:
当我尝试单击此图像的元素时,https://www.snapdeal.com/product/wonderchef-plastic-manual-chopper/675751798009,我得到无效的选择器异常
@FindBy(xpath=//*[@id=\"content_wrapper\"]/section/div[4]/section/div[2]/div[1]/div/div[10]/a/div[2]/img")
private WebElement image;
public WebElement getImage() {
return image;
}
【问题讨论】: