摘要:
selenium(Java)WebDriverWait等待机制 //标题是不是“百度一下,你就知道”18 new WebDriverWait(driver,5).until(ExpectedConditions.titleIs("百度一下,你就知道"));19 //标题是不是包含“百度一下”20 n 阅读全文
摘要:
# coding : utf-8 import tkinter import requests import time import json import os import re import random import pandas as pd from bs4 import Beautifu 阅读全文