请帮我。下面代码的输出是“[Obj obj”。
it('LeanAsset-input,function(){
dv.sleep(5000);
var PONum = element(by.xpath('//*[@id="pordr-create-content"]/div[1]/div[1]/div[2]/input'));
PONum.getText().then(function (text) {
console.log(text);
});
element(by.xpath('//*[@id="pordr-create-content"]/div[1]/div[2]/div[2]/input')).clear().sendKeys(PONum);
}');