HTML代碼不能發送鍵字段鉻(在Firefox相同的代碼工作)
<textarea type="text" name="pos_description" rows="4" class="form-control ng-pristine ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength ng-touched" id="pos_description" placeholder="Enter Description" ng-model="data.description" minlength="150" maxlength="5000" required="">
</textarea>
我的代碼
browser.executeScript('window.scrollTo(0,250);');
browser.sleep(3000);
element(by.model('textarea.data.description')).sendKeys("values");
我收到如下錯誤: -
StaleElementReferenceError: stale element reference: element is not attached to the page do
cument
(Session info: chrome=43.0.2357.132) (Driver info: chromedriver=2.15.322448 (52179c1b310fec1797c81ea9a20326839860b7d3),platform=Linux 3.13.0-55-generic x86_64) (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 45 milliseconds
請幫我
你可以更新你的瀏覽器到最新版本,並檢查你是否仍然得到這個錯誤?你還在用什麼版本的量角器和硒webdriver? –