xpath 相关问题

XPath的主要目的是解决XML文档的各个部分。它还提供操纵弦乐,数字和布尔值的基本设施。 XPath使用紧凑的非XML语法。 XPath在XML文档的抽象逻辑结构上运行,而不是表面语法。

click() 方法什么也没做

我正在尝试使用html单元在这个网站上爬行:https://www.softpedia.com/get/Programming/Other-Programming-Files/Apidog.shtml。 我想“单击”“立即下载”按钮,...

回答 1 投票 0

使用 WireMock 虚拟化基于 XML 的 API

我正在尝试使用 WireMock 虚拟化基于 XML 的 API,并使用wiremock 独立 jar 生成 JSON 响应。要求是将标签值从 XML 请求负载复制到 JSON

回答 1 投票 0

在 JavaScript 中按文档顺序对元素进行排序

我有一个元素数组,我希望它们按文档顺序排列。我知道这在 XPath 中实现起来很简单,但是对于单个表达式来说,我必须实现的逻辑有点复杂。 我确实...

回答 2 投票 0

Xpath反向搜索

有没有办法,在使用 DOM_Document Xpath 反向搜索时(从页面末尾向上移动而不是从上向下搜索?) 如果是这样,我该怎么做? 我正在做一个网站的一些工作。 (

回答 1 投票 0

如何使用 importxml from 提取 Google 表格中的当前价格

我无法使用 importxml 函数提取此页面上的价格:https://www.castorama.pl/regal-metalowy-gammel-180-x-90-x-40-cm-5-polek- 175-kg-ocynk-id-69652.html 我试着像下面那样做但是...

回答 1 投票 0

XSLT:使用键和条件的“选择值”?

这个问题是上一个线程的延续:XSLT:根据其他节点的值之和进行排序 我现在可以使用键从其他节点汇总数据。 我似乎无法得到的是

回答 2 投票 0

XPath 选择父母兄弟姐妹的后代

此 html 位于我的页面内: 按车辆类型细化 ...

回答 1 投票 0

如何正确连接多个 XPath 以及如何在它们之间添加空格?

我正在尝试为意大利机构网站创建我自己的个性化 RSS 源。有问题的网站是这个,属于意大利的一个市政府。这个想法是在线使用 PolitePol...

回答 1 投票 0

使用selenium Java通过Xpath查找元素

导入org.openqa.selenium.By; 导入 org.openqa.selenium.WebDriver; 导入 org.openqa.selenium.WebElement; 导入 org.openqa.selenium.chrome.ChromeDriver; 导入 org.openqa.selenium.support.ui.

回答 1 投票 0

从只读形式selenium python中提取值

这是 html 元素 这是 html 元素 <div class="mat-form-field-infix ng-tns-c64-9"><!----><input _ngcontent-acc-c94="" matinput="" readonly="true" class="mat-input-element mat-form-field-autofill-control cdk-text-field-autofill-monitored ng-star-inserted" style="display: none;" id="mat-input-0" aria-invalid="false" aria-required="false"><!----><!----><span _ngcontent-acc-c94="" class="ng-star-inserted"><span _ngcontent-acc-c94="" class="ng-star-inserted"><a _ngcontent-acc-c94="" target="_blank" rel="noopener" href="mailto:[email protected]">[email protected]</a></span><!----><!----></span><!----><span class="mat-form-field-label-wrapper ng-tns-c64-9"><label class="mat-form-field-label ng-tns-c64-9 ng-star-inserted" id="mat-form-field-label-1" for="mat-input-0" aria-owns="mat-input-0"><!----><mat-label _ngcontent-acc-c94="" class="ng-tns-c64-9 ng-star-inserted">E-mail</mat-label><!----><!----></label><!----></span></div> 我的代码: owner_id=driver.find_element(By.XPATH,'') owner_id=driver.find_element(By.CSS_SELECTOR,'') 我尝试使用 xpath、css 选择器、类名进行提取,但没有任何效果。如果你们知道请帮帮我 我尝试使用您发布的 Html 源,我可以使用以下代码获取电子邮件 ID: print(driver.find_element(By.CSS_SELECTOR, ".mat-form-field-infix.ng-tns-c64-9 span a").text) 输出: [email protected] 使用 WebDriverWait() 并等待元素成为 visible 并跟随 xpath。 owner_id=WebDriverWait(driver,20).until(EC.visibility_of_element_located((By.XPATH,"//span[contains(., 'E-mail')]/preceding-sibling::span[1]//a"))) print(owner_id.text) print(owner_id.get_attribute("textContent")) 导入以下库 from selenium.webdriver.support import expected_conditions as EC from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.common.by import By

回答 2 投票 0

如何通过selenium在列表中选择一个选项?

我的代码是: WebDriverWait(driver,20).until(EC.element_to_be_clickable((By.XPATH, "//option[@value='/icpplustieb/citar?p=8&locale=es']"))).click() 网址是:https://icp。

回答 3 投票 0

无法使用selenium从元素中获取数据值

在我的代码中,我想从文本中获取数据值。我的代码是这样的: 驱动程序= webdriver.Chrome(chrome_options = chrome_options,executable_path =“chromedriver.exe”) driver.get('https...

回答 1 投票 0

XSLT - 查找最近_关闭_先验元素

xslt 1.0 恐怕。 我可以访问 exslt。 否则我希望尽量避免使用扩展函数。 我需要找到特定类型的最近关闭的 xslt 元素,而不是...

回答 1 投票 0

xpath 表达式在逻辑应用程序中不起作用

我从 SOAP 调用获得以下 XML 响应 我从 SOAP 调用获得以下 XML 响应 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soap:Body> <GetContractStatusesResponse xmlns="http://www.proactis.com/xml/xml-ns/"> <GetContractStatusesResult> <Message>Successful</Message> <Code>1</Code> <InterfaceLanguage>de</InterfaceLanguage> <GetContractStatusesData xmlns="http://schemas.proactis.com/p4/contractmanagement/2013/02"> <ContractStatus code="DRFT" typeId="3581">Draft</ContractStatus> <ContractStatus code="BAPR" typeId="3582">Being Approved</ContractStatus> <ContractStatus code="RJCT" typeId="3583">Rejected</ContractStatus> <ContractStatus code="CNCL" typeId="3584">Cancelled</ContractStatus> <ContractStatus code="APPR" typeId="3585">Approved</ContractStatus> <ContractStatus code="ACPE" typeId="3586">Activation Pending</ContractStatus> <ContractStatus code="ACTV" typeId="3587">Active</ContractStatus> <ContractStatus code="SUSP" typeId="3588">Suspended</ContractStatus> <ContractStatus code="COMP" typeId="3589">Completed</ContractStatus> <ContractStatus code="NOV" typeId="3783">Novated</ContractStatus> <ContractStatus code="DEF" typeId="3853">In Defects Period</ContractStatus> </GetContractStatusesData> </GetContractStatusesResult> </GetContractStatusesResponse> </soap:Body> </soap:Envelope> 我正在尝试创建一个 xpath 引用来检索 GetContractStatusesData 数组,以便我可以循环遍历每个 ContractStatus 以使用该值以及关联的代码 我尝试过各种在线 xpath 生成器,但它们在导入逻辑应用程序时似乎无法正常工作,甚至尝试一些更简单的方法,例如获取消息值。 这些是我通过设置逻辑应用程序变量尝试过的 xpath(xml(variables('Payload')), '//ContractStatus[1]/@code') xpath(xml(variables('Payload')), '//ContractStatus[1]/text()[1]') 我通常得到的结果是[] 我对ALA一无所知,只是了解xpath表达式 //GetContractStatusesData//ContractStatus/text() 应该为您提供所有 <ContractStatus> 元素的文本值, //GetContractStatusesData//ContractStatus/@code 应该为您提供 code 值和 //GetContractStatusesData//ContractStatus/concat(.," ",@code) 应该让你们俩都得到。 您可以在这里尝试一下。 我已就此问题与 Microsoft 联系,解决方案是使用以下内容对 XML 到 JSON 使用 Compose Action,这样 JSON 就更容易使用。 json(xml(<XML content>)) 命名空间发挥作用。 尝试以下操作: //*[local-name()="GetContractStatusesData"]/*[local-name()="ContractStatus"]/text() 至于使用 concat,由于某种原因,逻辑应用程序无法使用它。 对于 xml 中有命名空间/冒号的人。逻辑应用程序 xpath 不喜欢 xpath 中的冒号 :,您需要对 xml 字符串进行全局替换以删除命名空间(本例中为 soap:),然后在转换后的 XML 上应用 xpath。 xpath(xml(replace(string('xml-text-here'), 'soap:', '')), '//your-xpath-here') 参考文档在这里。

回答 4 投票 0

XPath Python 错误:“列表”对象没有属性“xpath”

我对Python和网络抓取是全新的,我一生都无法弄清楚我的代码出了什么问题。是因为我只抓取一个元素而不是列表吗?我检查了我的 XPath,所以我...

回答 1 投票 0

如何解析Google Sheet中的XML?

这个网址 https://export.arxiv.org/api/query?id_list=2308.05734 包含以下 xml。 这个网址 https://export.arxiv.org/api/query?id_list=2308.05734包含下面的xml。 <?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <link href="http://arxiv.org/api/query?search_query%3D%26id_list%3D2308.05734%26start%3D0%26max_results%3D10" rel="self" type="application/atom+xml"/> <title type="html">ArXiv Query: search_query=&amp;id_list=2308.05734&amp;start=0&amp;max_results=10</title> <id>http://arxiv.org/api/u+tTdcCSDRLdpBnNrSZIkcgVUsg</id> <updated>2024-06-24T00:00:00-04:00</updated> <opensearch:totalResults xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">1</opensearch:totalResults> <opensearch:startIndex xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">0</opensearch:startIndex> <opensearch:itemsPerPage xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">10</opensearch:itemsPerPage> <entry> <id>http://arxiv.org/abs/2308.05734v3</id> <updated>2024-05-11T11:24:51Z</updated> <published>2023-08-10T17:55:13Z</published> <title>AudioLDM 2: Learning Holistic Audio Generation with Self-supervised Pretraining</title> <summary> Although audio generation shares commonalities across different types of ... </summary> <author> <name>Haohe Liu</name> </author> <author> <name>Yi Yuan</name> </author> <arxiv:comment xmlns:arxiv="http://arxiv.org/schemas/atom">Accepted by IEEE/ACM Transactions on Audio, Speech and Language Processing. Project page is https://audioldm.github.io/audioldm2</arxiv:comment> <link href="http://arxiv.org/abs/2308.05734v3" rel="alternate" type="text/html"/> <link title="pdf" href="http://arxiv.org/pdf/2308.05734v3" rel="related" type="application/pdf"/> <arxiv:primary_category xmlns:arxiv="http://arxiv.org/schemas/atom" term="cs.SD" scheme="http://arxiv.org/schemas/atom"/> <category term="cs.SD" scheme="http://arxiv.org/schemas/atom"/> <category term="cs.AI" scheme="http://arxiv.org/schemas/atom"/> <category term="cs.MM" scheme="http://arxiv.org/schemas/atom"/> <category term="eess.AS" scheme="http://arxiv.org/schemas/atom"/> <category term="eess.SP" scheme="http://arxiv.org/schemas/atom"/> </entry> </feed> 如何提取作者、标题和出版日期? 我尝试过: =IMPORTXML("http://export.arxiv.org/api/query?id_list=2308.05734", "//title") =IMPORTXML("http://export.arxiv.org/api/query?id_list=2308.05734", "//published") =JOIN(", ", IMPORTXML("http://export.arxiv.org/api/query?id_list=2308.05734", "//author/name")) 但它们都不起作用。我明白了"Imported content is empty." 但是,当我这样做时=IMPORTXML("http://export.arxiv.org/api/query?id_list=2308.05734", "/") 我得到了所有原始值。 下面的公式怎么样? 作者 =IMPORTXML("https://export.arxiv.org/api/query?id_list=2308.05734", "//*[local-name()='author']") 标题 =IMPORTXML("https://export.arxiv.org/api/query?id_list=2308.05734", "//*[local-name()='title']") 出版日期 =IMPORTXML("https://export.arxiv.org/api/query?id_list=2308.05734", "//*[local-name()='published']") 参考: 本地名称

回答 1 投票 0

如何通过两个子元素的内容获取父元素?

我有一个包含以下内容的事件列表: 我有一个包含以下内容的事件列表: <div class="all-ebents"> <div class="sport-base-event"> <span class="event-block-current-time__time--VEuoj">63:07</span> <span class="event-block-score">0:0</span></div> </div> <div class="sport-base-event"> <span class="event-block-current-time__time--VEuoj">64:07</span> <span class="event-block-score">0:1</span></div> </div> <div class="sport-base-event"> <span class="event-block-current-time__time--VEuoj">63:07</span> <span class="event-block-score">0:1</span></div> </div> </div> 到目前为止,我已经能够使用以下代码获取事件时间值并进行计数 //*[contains(@class, "event-block-current-time--")]::text() # get the time block //*[contains(@class, "event-block-current-time--")]/following-sibling::div::text() # score block 如果事件时间包含值 63 并且相邻元素中的分数为 0:0,绕过这些查询并获取父元素的正确方法是什么? 试试这个: //div[@class="sport-base-event"][span[contains(text(),"63")] and span[text()="0:0"]] 这将得到那些具有包含 span 的 63 和具有值 span 的 0:0 的 div

回答 1 投票 0

Selenium:它不会点击我需要的元素

我正在学习自动化,这是我的第二个脚本..我想做一些非常非常简单的事情,请访问 https://demoqa.com/ 单击“小部件”,然后单击“滑块”,但我尝试了所有元素,但不是

回答 2 投票 0

XPath 匹配包含文本的每个节点

如何递归匹配所有包含文本的子节点。 如果我有一棵像这样的树 桌子 t TD “你好” TD 乙 “你好” t TD “致敬” TD 嗯 “你好” 我如何匹配每个...

回答 2 投票 0

在 Chrome 中自动单击网站上的按钮

我正在寻找自动单击网站上按钮的解决方案。我阅读了多个网站,并了解如何使用网站上元素的 Xpath。我使用了名为“Laura

回答 1 投票 0

© www.soinside.com 2019 - 2024. All rights reserved.