update function power
This commit is contained in:
parent
f885c9e6a1
commit
beec8ad2a1
|
|
@ -23,9 +23,6 @@ const { addLogFunction } = require("./addLogFunctionJS");
|
||||||
await page.waitForSelector(selectBoxSelector1);
|
await page.waitForSelector(selectBoxSelector1);
|
||||||
await page.select(selectBoxSelector1, "PB11");
|
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
|
// In ra nội dung của trang mới
|
||||||
setTimeout(async () => {
|
setTimeout(async () => {
|
||||||
const tableData = await page.evaluate(() => {
|
const tableData = await page.evaluate(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue