ДП
Size: a a a
ДП
SK
ДП
SK
SG

ДП
SG
public chooseRoomRange(range: string) {
this.roomsRangeFilterButton.waitAndClick();
$(`[data-auto="filterSelectButton"]*="${range}"`).click();
} public chooseRoomRange() {
this.roomsRangeFilterButton.waitAndClick();
$(`[data-auto="filterSelectButton"]*=Studio`).click();
}SG
Error: invalid selector: Unable to locate an element with the xpath expression .//*[contains(@data-auto, "filterSelectButton") and contains(., ""Studio"")] because of the following error:
SyntaxError: Failed to execute 'evaluate' on 'Document': The string './/*[contains(@data-auto, "filterSelectButton") and contains(., ""Studio"")]' is not a valid XPath expression.
SG
AP
SG
m
m
SG
AP
m
SG
public chooseRoomRange(range: string) {
this.roomsRangeFilterButton.waitAndClick();
$(`[data-auto="filterSelectButton"]*="${range}"`).click();
}SG
SG
m
[data-auto="filterSelectButton"]*=${range})