hi sir will you please share video how to halndel drop down buttom
@chetanvekariya51742 жыл бұрын
Helpful :)
@smittrivedi88832 жыл бұрын
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.
@smittrivedi88832 жыл бұрын
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.
@smittrivedi88832 жыл бұрын
Is it always to write common code when I create an extent report or it is totally based on requirement.
@smittrivedi88832 жыл бұрын
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.
@smittrivedi88832 жыл бұрын
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.