We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab57d1e commit 7b16b0bCopy full SHA for 7b16b0b
1 file changed
locators
@@ -25,3 +25,7 @@ time.sleep(2)
25
dropdown = Select(driver.find_element(By.ID,"exampleFormControlSelect1"))
26
dropdown.select_by_visible_text("Female")
27
dropdown.select_by_index(0)
28
+
29
+pomoc w wyszukiwaniu elementów w konsoli:
30
+document.querySelectorAll('.nazwa-klasy') - daje mi wszystkie elementy które to spełniają
31
+document.querySelector('.nazwa-klasy') - daje mi 1 element na stronie jaki znajdzie
0 commit comments