This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from selenium import webdriver | |
from selenium.webdriver.common.keys import Keys | |
from selenium.webdriver.support.ui import WebDriverWait | |
from selenium.webdriver.support.expected_conditions import alert_is_present | |
from time import sleep | |
def main(): | |
cookies = { | |
'_dx_captcha_vid': '', # Enter your "_dx_captcha_vid" here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { chromium } = require('playwright'); | |
(async () => { | |
const COOKIES = [{ | |
name: '_dx_captcha_vid', | |
value: '', // Enter your "_dx_captcha_vid" value here | |
url: 'https://xmuxg.xmu.edu.cn/app/214' | |
}, { | |
name: 'SAAS_U', | |
value: '', // Enter your "SAAS_U" value here |