Handling Radio Buttons and Check Boxes in Robot Framework/ Test Cases
Автор: DG
Загружено: 2025-10-30
Просмотров: 39
Описание:
Handling Radio Buttons and Check Boxes in Robot Framework/ Test Cases #robotframework
** Settings **
Library SeleniumLibrary
** Variables **
${url} https://testautomationpractice.blogsp...
${browser} chrome
${radio_button_female} xpath://*[@id="post-body-1307673142697428135"]/div[3]/div[2]/label
** Test Cases **
RadiobtnCheckboxes
open browser ${url} ${browser}
maximize browser window
Radio Button : we can select but can not unselct
Click Element ${radio_button_female}
#If name and value of radio btn is present then use below line instad variables
#select radio button Gender(Name) male(Value)
Checkboxes : we can select and unselct checkboxes , here only value is required
select checkbox sunday
unselect checkbox sunday
Close Browser
** Keywords **
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: