Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Selenium Locator Xpath and Use of Regular Expression in Selenium Automation testing Lecture-12

  • Gaurav Codes QA
  • 2020-04-14
  • 1704
Selenium Locator Xpath and Use of Regular Expression in Selenium  Automation testing Lecture-12
  • ok logo

Скачать Selenium Locator Xpath and Use of Regular Expression in Selenium Automation testing Lecture-12 бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Selenium Locator Xpath and Use of Regular Expression in Selenium Automation testing Lecture-12 или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Selenium Locator Xpath and Use of Regular Expression in Selenium Automation testing Lecture-12 бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Selenium Locator Xpath and Use of Regular Expression in Selenium Automation testing Lecture-12

I have increased font size so that you can watch the video with no pain.
#shorttrickofxpath
RegularExpression
selenium
Note:-
-------------------

css syntax:-
tagname[attribute='value']
------------------
xpath syntax:-
//tagname[@attribute='value']
----------------
short trick of xpath;-
//*[@name='username']
----------------------
Regular expression for css:-
syntax:- tagname[attribute*='value']
It gives us opportunity to do mistake in value and shorten the length of value.
input[name='username']-without regular expression.
input[name*='u']-with regular expression.
Both locators are valid .

----------------------------------
Regular expression for xpath:-
syntax:- //tagname[contains(@attribute,'value')]
//input[@name='username']-using syntax of xpath.
//*[@name='username']-using short trick of xpath.
//input[contains(@name,'u')]-using regular expression.
all three locators are valid.
------------------------------------------
//*[@id="u_0_b"]:-Locators created by browser tools are not reliable and i don't recommend to use them.

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]