Przeszedłem przez samouczki xpath i sprawdziłem wiele innych postów, dlatego nie jestem pewien, czego mi brakuje. Ja po prostu próbuje znaleźć następujący element przez XPath:Selenium WebDriver findElement (By.xpath()) nie działa dla mnie
<input class="t-TextBox" type="email" test-id="test-username"/>
Próbowałem wielu rzeczy, takich jak:
element = findElement(By.xpath("//[@test-id='test-username']"));
błąd jest Expression is not a legal expression
.
używam Firefoksa na MacBooku
Wszelkie sugestie będą bardzo mile widziane.