A.get()
B.find()
C.save_screenshot()
D.send_keys()
您可能感興趣的試卷
你可能感興趣的試題
A.字符串
B.列表
C.元組
D.字典
A./
B.//
C.*
D.#
A.Tag
B.BeautifulSoup
C.NavigableString
D.Comment
A.增量式網(wǎng)絡(luò)爬蟲
B.通用網(wǎng)絡(luò)爬蟲
C.深層爬蟲
D.聚焦網(wǎng)絡(luò)爬蟲
A.middlewares.py
B.items.py
C.pipelines.py
D.settings.py
最新試題
若用DOM處理下面一段XML文檔,則下面的XML文檔中有()個(gè)對象。<book><author>tom</author><bookcode>12</bookcode></book>
下列選項(xiàng)中,提供了遍歷和搜索文檔樹的大部分方法的類是()。
下列方法中,用于獲取頁面中的所有的Cookie值的是()。
<?xml version="1.0"?><!DOCTYPE mydoc[<!ENTITY location "jianwai street">]><customer><name>jack</name><address>&location;</address></customer>關(guān)于上述Xml文檔,以下描述正確的是()。
下列選項(xiàng)中,用于將JSON格式的字符串解碼轉(zhuǎn)換為Python對象的是()。
定義樣式表中的變量,使用的標(biāo)簽是()。
下列文件中,哪個(gè)可以指定Scrapy項(xiàng)目中使用的管道?()
<roster><student ID="s101">;<name>;李華<;/name>;<sex>;男<;/sex>;<birthday>;1978.9.12<;/birthday>;<score>;92<;/score>;</student>;<student ID="s102">;<name>;齊輝<;/name>;<sex>;女<;/sex>;<birthday>;1979.3.2<;/birthday>;<score>;90<;/score>;</student>;</roster>;針對上述XML代碼,輸出ID為s102的學(xué)生的姓名的XSL片段正確的是()。
下列幾個(gè)類中,用于操作請求會(huì)話的是()。
要定義一個(gè)數(shù)據(jù)類型,既可能包含integer類型的值,也可能包含string類型的值,以下schema片段正確的是()。