我以以下格式编写了xpath,用于从下拉列表中选择国家/地区,但出现标题中提到的错误。
sendKeys(undefined,
element(by.xpath("
.//*[@id='/declaration/parties[partyRoleType="EX"]/physicalAddress/countryCode]'/span/input")), "GB", undefined, true, 5);
当尝试搜索xpath时
".//*[@id='/declaration/parties[partyRoleType="EX"]/physicalAddress/countryCode]'/span/input"
在Web控制台中可以找到该元素,但是以上xpath在VSC中显示为错误。对此的任何帮助都将受到高度赞赏,如果您能让我知道如何处理量角器中的下拉菜单,我将不胜感激。
谢谢