update function power

This commit is contained in:
joseph le 2023-11-17 08:07:49 +07:00
parent f885c9e6a1
commit beec8ad2a1
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ const { addLogFunction } = require("./addLogFunctionJS");
await page.waitForSelector(selectBoxSelector1);
await page.select(selectBoxSelector1, "PB11");
// Chờ cho trang mới mở
// await page.waitForNavigation('select#idCongTyDienLuc');
// In ra nội dung của trang mới
setTimeout(async () => {
const tableData = await page.evaluate(() => {