指定了无效或非法的选择器-量角器代码问题

时间:2019-03-18 12:09:45

标签: visual-studio-code protractor

我以以下格式编写了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中显示为错误。对此的任何帮助都将受到高度赞赏,如果您能让我知道如何处理量角器中的下拉菜单,我将不胜感激。

谢谢

0 个答案:

没有答案