dfsdfdf
This commit is contained in:
@@ -23,7 +23,7 @@ class NavigateService {
|
||||
.then(driver => {
|
||||
return driver.get(params.uri).then(() => driver.findElement(By.css('body'))
|
||||
.then(body => {
|
||||
console.log(body)
|
||||
console.log(body.getTagName())
|
||||
return body.getAttribute('innerHTML')
|
||||
}))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user