How to identify the module?
8:56
TestNG Enable and Disable Test
13:27
How to handle Cookies using Selenium?
18:22
List Inside List using WebDriver
21:20
How To Debug Selenium Code?
20:09
2 жыл бұрын
Relative Locators in Selenium 4.0
26:39
Selenium4 0Features
7:19
2 жыл бұрын
GenerateAllureReport 2
17:29
2 жыл бұрын
TestNG Listeners
31:07
2 жыл бұрын
Пікірлер
@sonamchoubey4634
@sonamchoubey4634 Ай бұрын
Well explained 👍🏻
@unicodetechnologies938
@unicodetechnologies938 Ай бұрын
Thank you 🙂
@rd2674
@rd2674 10 ай бұрын
hi sir will you please share video how to halndel drop down buttom
@chetanvekariya5174
@chetanvekariya5174 2 жыл бұрын
Helpful :)
@smittrivedi8883
@smittrivedi8883 2 жыл бұрын
Is there any connection file to when the user can change the theme and refresh the page then the page will be refresh automatically? No need to run code again & again when change the theme.
@smittrivedi8883
@smittrivedi8883 2 жыл бұрын
Is it possible for when the user can change the theme by extent report at that time is it possible to directly change the theme when user will refresh chrome page.
@smittrivedi8883
@smittrivedi8883 2 жыл бұрын
Is it always to write common code when I create an extent report or it is totally based on requirement.
@smittrivedi8883
@smittrivedi8883 2 жыл бұрын
Why report is open in firefox browser because whole code will be run on chrome browser then why it is open in firefox browser. is it fix or not? if it is not fix then how to open allure report in chrome browser.
@smittrivedi8883
@smittrivedi8883 2 жыл бұрын
Sir,Why we can use Assert.assertEquals() method.sir why we cannot use allure program for ==(double equalsto) or equalsIgnoreCase() method. Like String text = driver.findElement(By.xpath()).getText(); if(text==text){ System.println('Pass'); } else { System.println('Fail'); } We can use like this or not.