Home
last modified time | relevance | path

Searched refs:find_element_by_xpath (Results 1 – 25 of 47) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webdriver/pylib/test/selenium/webdriver/common/
H A Delement_attribute_tests.py28 head = self.driver.find_element_by_xpath("/html")
52 body = self.driver.find_element_by_xpath("//body")
57 inputElement = self.driver.find_element_by_xpath("//input[@id='working']")
73 inputElement = self.driver.find_element_by_xpath("//input[@id='notWorking']")
76 inputElement = self.driver.find_element_by_xpath("//input[@id='working']")
92 textArea = self.driver.find_element_by_xpath("//textarea[@id='notWorkingArea']")
124 checkbox = self.driver.find_element_by_xpath("//input[@id='checky']")
146 selectBox = self.driver.find_element_by_xpath("//select[@name='selectomatic']")
157 heading = self.driver.find_element_by_xpath("//h1")
H A Dapi_example_tests.py49 elem = self.driver.find_element_by_xpath("//h1")
55 self.driver.find_element_by_xpath("//h4")
91 sub_elem = elem.find_element_by_xpath("select")
98 elem.find_element_by_xpath("div")
105 elem = self.driver.find_element_by_xpath("//form[@name='someForm']/input[@id='username']")
108 elem = self.driver.find_element_by_xpath("//form[@name='someForm']/input[@id='username']")
148 elem = self.driver.find_element_by_xpath("//input[@id='working']")
150 elem = self.driver.find_element_by_xpath("//input[@id='notWorking']")
H A Dform_handling_tests.py36 self.driver.find_element_by_xpath("//body").click()
58 self.driver.find_element_by_xpath("//form/p").submit()
81 … element = self.driver.find_element_by_xpath("//form[@name='someForm']/input[@id='username']")
88 … element = self.driver.find_element_by_xpath("//form[@name='someForm']/input[@id='username']")
176 element = self.driver.find_element_by_xpath("//title")
H A Dchildren_finding_tests.py28 child = element.find_element_by_xpath("select")
35 element.find_element_by_xpath("select/x")
/dports/comms/gnuradio/gnuradio-3.8.4.0/docs/usage-manual/
H A Dexport-usage-manual.py30 text_area = driver.find_element_by_xpath("//*[@name='pages']")
34 check_box = driver.find_element_by_xpath("//*[@name='wpDownload']")
38 submit_button = driver.find_element_by_xpath("//*[@value='Export']")
/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/
H A Dtest_functional_config.py170 self.driver.find_element_by_xpath, "//button/text()[normalize-space(.)='Add']/parent::*"
198 … self.driver.find_element_by_xpath, '//form[@action="add_rss_feed"]//input[@name="enable"]'
201 self.driver.find_element_by_xpath, '//form[@action="add_rss_feed"]//input[@name="feed"]'
206 self.driver.find_element_by_xpath, '//form[@action="add_rss_feed"]//input[@name="uri"]'
208 …self.selenium_wrapper(self.driver.find_element_by_xpath, '//form[@action="add_rss_feed"]//button')…
212 …self.selenium_wrapper(self.driver.find_element_by_xpath, '//a[@href="#rss-tab-matched"]/span').text
225 self.driver.find_element_by_xpath, '//div[@id="rss-tab-matched"]/table/tbody//button'
H A Dtest_functional_downloads.py93 status_text = self.driver.find_element_by_xpath(
/dports/www/py-django-autocomplete-light/django-autocomplete-light-3.8.2/src/dal_example/src/nested-admin/nested_admin/tests/
H A Dbase.py240 return self.selenium.find_element_by_xpath(expr)
247 … return group.find_element_by_xpath(".//*[%s][%d]" % (xpath_item(model_name), item_index + 1))
372 self._source = source_item.find_element_by_xpath(drag_handler_xpath)
389 self._target = target_inline_parent.find_element_by_xpath(target_xpath)
467 siblings = ctx.find_element_by_xpath('parent::*').find_elements_by_xpath('*')
501 ctx = ctx.find_element_by_xpath(ancestor_xpath)
503 ctx = ctx.find_element_by_xpath('ancestor::*[%s][1]' % xpath_cls("djn-group"))
/dports/www/py-django-autocomplete-light/django-autocomplete-light-3.8.2/src/dal_example/src/nested-admin/nested_admin/tests/admin_widgets/
H A Dtests.py93 date_el.find_element_by_xpath(now_link_xpath).click()
99 time_el.find_element_by_xpath(now_link_xpath).click()
122 parent = field.find_element_by_xpath('parent::*')
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/selenium/selenium/webdriver/support/
H A Devent_firing_webdriver.pyi25 def find_element_by_xpath(self, xpath): ...
61 def find_element_by_xpath(self, xpath): ...
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/enterprise/e2e/policy/
H A Dinstall_extension.py33 driver.find_element_by_xpath(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/tools/
H A Dconformance.py406 key = tds[0].find_element_by_xpath('./span').text
408 value = tds[1].find_element_by_xpath('./span').text
414 driver_version.append(tds[1].find_element_by_xpath('./span').text)
416 product_name.append(tds[1].find_element_by_xpath('./span').text)
1398 … if '%s/%s' % ('all', case_element.find_element_by_xpath('./div/a').text) == suite:
1522 …e_lines[-1].split(',')[0] != self.case_elements[resume_count - 1].find_element_by_xpath('./div/a')…
1542 case_path = case_element.find_element_by_xpath('./div/a').text
1557 button = case_element.find_element_by_xpath('./div/input[@type="button"]')
1565 …driver: re.search('(passed|skipped|failed|timeout)', case_element.find_element_by_xpath('./div').t…
1574 …ount, case_pass_count, case_time) = self._get_result(case_element.find_element_by_xpath('./div').t…
[all …]
/dports/www/py-notebook/notebook-6.4.5/notebook/tests/selenium/
H A Dtest_save_as_notebook.py33 inp = notebook.browser.find_element_by_xpath('//input[@data-testid="save-as"]')
H A Dtest_save_readonly_as.py57 inp = notebook.browser.find_element_by_xpath('//input[@data-testid="save-as"]')
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/images/
H A Dtests.py405 driver.find_element_by_xpath('//a[@data-select-value="url"]').click()
437 driver.find_element_by_xpath('//a[@data-select-value="file"]').click()
465 driver.find_element_by_xpath('//a[@data-select-value="url"]').click()
493 driver.find_element_by_xpath('//a[@data-select-value="file"]').click()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/old-tests/webdriver/element_location/
H A Delement_location_test.py31 e = self.driver.find_element_by_xpath("//*[@id='id']")
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webdriver/pylib/docs/source/
H A Dindex.rst50 browser.find_element_by_xpath("//a[contains(@href,'http://seleniumhq.org')]")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webdriver/pylib/docs/source/
H A Dindex.rst50 browser.find_element_by_xpath("//a[contains(@href,'http://seleniumhq.org')]")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webdriver/pylib/
H A DREADME51 browser.find_element_by_xpath("//a[contains(@href,'http://seleniumhq.org')]")
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webdriver/pylib/
H A DREADME51 browser.find_element_by_xpath("//a[contains(@href,'http://seleniumhq.org')]")
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/selenium/selenium/webdriver/remote/
H A Dwebelement.pyi34 def find_element_by_xpath(self, xpath): ...
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/tests/selenium/
H A Dwebui-selenium-test.py507 driver.find_element_by_xpath('(//button[@type="button"])[2]').click()
509 driver.find_element_by_xpath('//input[@id="submit"]').click()
511 driver.find_element_by_xpath('//div[@role="alert"]')
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/tests/selenium/
H A Dwebui-selenium-test.py507 driver.find_element_by_xpath('(//button[@type="button"])[2]').click()
509 driver.find_element_by_xpath('//input[@id="submit"]').click()
511 driver.find_element_by_xpath('//div[@role="alert"]')
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/tests/selenium/
H A Dwebui-selenium-test.py507 driver.find_element_by_xpath('(//button[@type="button"])[2]').click()
509 driver.find_element_by_xpath('//input[@id="submit"]').click()
511 driver.find_element_by_xpath('//div[@role="alert"]')
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/tests/selenium/
H A Dwebui-selenium-test.py529 driver.find_element_by_xpath('(//button[@type="button"])[1]').click()
531 driver.find_element_by_xpath('//input[@id="submit"]').click()
533 driver.find_element_by_xpath('//div[@role="alert"]')

12