remove unused comments
This commit is contained in:
@@ -897,10 +897,7 @@ class CommandorPage {
|
|||||||
headless: false, defaultViewport: null
|
headless: false, defaultViewport: null
|
||||||
})
|
})
|
||||||
logWithDevice("get pages", this.device)
|
logWithDevice("get pages", this.device)
|
||||||
|
|
||||||
let pages = await this.browser.pages();
|
let pages = await this.browser.pages();
|
||||||
// let needPages = pages.filter(currentPage => currentPage.url() === RDV_URL)
|
|
||||||
// this.page = needPages[0]
|
|
||||||
try {
|
try {
|
||||||
pages.forEach((currentPage) => {
|
pages.forEach((currentPage) => {
|
||||||
if (currentPage.url() === RDV_URL) {
|
if (currentPage.url() === RDV_URL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user