-2
我有以下的HTML代碼,並想通過標籤來選擇複選框:選擇/點擊複選框由labelin硒
<input type="checkbox" onclick="searchResult(this,'8')" id="catalog-8"/>
<label for="catalog-8">
my-assortment </label>
在上面的例子中,由值「我-品種」
我試過這個://label[containts('my-assortment')]
但它不起作用。
更精確地說,我想寫的東西是這樣的:
//input[@type='checkbox'] which has "id" of the value of "for"
in label[contains(., 'my-assortment')]
沒有任何人有任何想法?
難道你們就不能使用複選框身份證'做「FindBy」 'catalog-8'的價值? – Brian
拼寫正確'containts'? – sidgate
[error] Element // label [contains('my-assortment')]]找不到 –