問題タブ [selenide]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
selenium - XPath: ノード テキストの一部のみを WebElement として選択する方法
次のような HTML があります。
これが私を返すXPathですWebElement
(SelenideElement
SelenideまたはNode
ブラウザデバッガーで):.//*[@id='tCell']
これは私に次の文字列を返すXPathですFeb
:substring-before(.//*[@id='tCell'], ' ')
私の問題は、同じFeb
値をノードとして受け取る必要があることです。
誰かがそれを解決する方法を知っていますか?