We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df05c5 commit 650da9dCopy full SHA for 650da9d
examples/xpath_test.py
@@ -7,4 +7,5 @@ def test_xpath(self):
7
self.assert_element('//h1[(text()="Demo Page")]')
8
self.type('//*[@id="myTextInput"]', "XPath Test!")
9
self.click('//button[starts-with(text(),"Click Me")]')
10
+ self.assert_element('//button[contains(., "Purple")]')
11
self.assert_text("SeleniumBase", '//table/tbody/tr[1]/td[2]/h2')
0 commit comments