async function login(username, password) {
let userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36";
let browser, context, page
try {
const launchOptions = { headless: true, devtools: false, slowMo: 200 }
browser = await chromium.launch(launchOptions);
context = await browser.newContext({ userAgent: userAgent })
page = await context.newPage()
const initScript = "Object.defineProperty(navigator, 'webdriver', {get: () => undefined});"
await page.addInitScript(initScript);
await page.addInitScript(stealthJs);
await page.goto('XXXX');
const reg = "XXXXX"
const frameSelector = { url: new RegExp(reg) }
const frameLocator = page.frame(frameSelector);
await pause(200);
//判斷元素是否存在缺谴,他頁面可能沒有這個按鈕
await frameLocator.locator("http://*[@id=\"login-form\"]/div[6]/a").waitFor({ timeout: 2000 });
const exist = await frameLocator.locator("http://*[@id=\"login-form\"]/div[6]/a").isVisible();
console.log("用戶密碼按鈕存在與否" + exist)
if (!exist) {
await page.close();
await browser.close();
return result(1, { "userinfo": "" }, "元素不存在扶关,稍后再試");
}
await frameLocator.locator("http://*[@id=\"login-form\"]/div[6]/a").click();
await pause(50);
await frameLocator.locator("http://*[@id=\"fm-login-id\"]").fill(username);
await pause(150);
await frameLocator.locator("http://*[@id=\"fm-login-password\"]").fill(password);
await pause(160);
const position = { x: 13, y: 23 };
await frameLocator.locator("http://*[@id=\"login-form\"]/div[5]/div").click({ position: position });
await pause(230);
await frameLocator.locator("http://*[@id=\"login-form\"]/div[4]/button").click();
await pause(800);
//await page.locator("http://*[@id=\"root\"]/div/div[1]/div[1]/div/div").allTextContents().waitFor()
const text = await page.locator("http://*[@id=\"root\"]/div/div[1]/div[1]/div/div").allTextContents()
// 如果只有賬號信息 直接返回""
console.log("用戶信息:" + text)
let cookies = await page.context().cookies();
//let storageState = await page.context().storageState();
let data = { "userinfo": text == "賬號名稱" ? "" : username, "cookies": cookies };
await pause(250);
return result(0, data, 'success');
} catch (error) {
console.error(error);
return result(1, { "userinfo": "" }, error.stack);
} finally {
if (typeof (page) !== 'undefined') {
await page.close();
}
if (typeof (context) !== 'undefined') {
await context.close()
}
if (typeof (browser) !== 'undefined') {
await browser.close();
}
}
}
js playwright 模擬點擊包括操作 iframe,模擬元素點擊,輸入 事件
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
- 文/潘曉璐 我一進店門埋虹,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人娩怎,你說我怎么就攤上這事搔课。” “怎么了截亦?”我有些...
- 文/不壞的土叔 我叫張陵爬泥,是天一觀的道長。 經(jīng)常有香客問我崩瓤,道長袍啡,這世上最難降的妖魔是什么? 我笑而不...
- 正文 為了忘掉前任却桶,我火速辦了婚禮境输,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘颖系。我一直安慰自己嗅剖,他們只是感情好,可當我...
- 文/花漫 我一把揭開白布嘁扼。 她就那樣靜靜地躺著信粮,像睡著了一般。 火紅的嫁衣襯著肌膚如雪偷拔。 梳的紋絲不亂的頭發(fā)上蒋院,一...
- 文/蒼蘭香墨 我猛地睜開眼震肮,長吁一口氣:“原來是場噩夢啊……” “哼称龙!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起戳晌,我...
- 正文 年R本政府宣布,位于F島的核電站革为,受9級特大地震影響哗伯,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜篷角,卻給世界環(huán)境...
- 文/蒙蒙 一焊刹、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧恳蹲,春花似錦虐块、人聲如沸。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至错忱,卻和暖如春儡率,著一層夾襖步出監(jiān)牢的瞬間挂据,已是汗流浹背。 一陣腳步聲響...