出于某种原因,我收到一条错误消息,Unexpected character "但它实际上并没有强调我的任何读取代码.我试过清理和重建它但是没有用.它说这是49号线.
我的代码如下
By maximizeBy = By.Name("Maximize");
webDriverWait.Until(ExpectedConditions.ElementExists(maximiz??eBy));
Run Code Online (Sandbox Code Playgroud)
下面第49行
webDriverWait.Until(ExpectedConditions.ElementToBeClickable(??
excelSession.FindEle??ment(maximizeBy))).Cl??ick();
Run Code Online (Sandbox Code Playgroud)