- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
120. Relative CSS Selectors - Part 4 - Using # and . (Selenium Java 2026)
📘 Relative CSS Selectors – Part 4 (Using # and .)
🔗 https://arunmotoori.github.io/
🔹 Basic Selectors
Select all paragraph tags
p
🔹 ID Selectors
Select paragraph with id="para1"
p[id='para1']
p#para1
Select any element with id="para2"
[id='para2']
#para2
🔹 Class Selectors
Select paragraph with class="main"
p[class='main']
p.main
Select any element with class="main"
[class='main']
.main
🔹 Attribute Presence Selectors
Any element that has an id attribute
[id]
Paragraph elements with a class attribute (any value)
p[class]
Any element with a class attribute (any value)
[class]
💡 Tips
#id → unique element
.class → multiple elements
[attribute] → checks if attribute exists
#CSS #WebDevelopment #Frontend #Coding #LearnCSS
Видео 120. Relative CSS Selectors - Part 4 - Using # and . (Selenium Java 2026) канала QAFox
🔗 https://arunmotoori.github.io/
🔹 Basic Selectors
Select all paragraph tags
p
🔹 ID Selectors
Select paragraph with id="para1"
p[id='para1']
p#para1
Select any element with id="para2"
[id='para2']
#para2
🔹 Class Selectors
Select paragraph with class="main"
p[class='main']
p.main
Select any element with class="main"
[class='main']
.main
🔹 Attribute Presence Selectors
Any element that has an id attribute
[id]
Paragraph elements with a class attribute (any value)
p[class]
Any element with a class attribute (any value)
[class]
💡 Tips
#id → unique element
.class → multiple elements
[attribute] → checks if attribute exists
#CSS #WebDevelopment #Frontend #Coding #LearnCSS
Видео 120. Relative CSS Selectors - Part 4 - Using # and . (Selenium Java 2026) канала QAFox
relative css selectors css selectors tutorial css id selector css class selector css attribute selector selenium css selector selenium java tutorial selenium locators selenium css selectors java web automation selenium selenium beginners css selectors examples selenium interview questions automation testing selenium selenium webdriver java learn css selectors css selectors explained
Комментарии отсутствуют
Информация о видео
18 ч. 45 мин. назад
00:11:43
Другие видео канала








