remote-fixtures/src/main/kotlin/com/intellij/remoterobot/utils/Locators.kt [31:36]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - property: Pair, vararg properties: Pair ): Locator { val allProperties = listOf(property, *properties) return byXpath( "by properties ${allProperties.joinToString(",") { "(${it.first.title}, ${it.second})" }}", - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - remote-fixtures/src/main/kotlin/com/intellij/remoterobot/utils/Locators.kt [42:47]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - property: Pair, vararg properties: Pair ): Locator { val allProperties = listOf(property, *properties) return byXpath( "by properties ${allProperties.joinToString(",") { "(${it.first.title}, ${it.second})" }}", - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -