You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried in my code, If element xpath is wrong then it fails on findElement.
Don't go into next line for flash or draw a border.
In Our framework, we take a screenshot on
@OverRide
public void onTestFailure(ITestResult tr)
{
}
Now Consider if NoSuchElement ref error occurs then How ITestResult will identity the Element to draw a border.
I am not that much good in selenium or testNG. Can you please give me guideline to use flash and draw a border usecase.
I am expecting to flash or draw a border when test case failed.
The text was updated successfully, but these errors were encountered:
@naveenanimation20
I tried in my code, If element xpath is wrong then it fails on findElement.
Don't go into next line for flash or draw a border.
In Our framework, we take a screenshot on
@OverRide
public void onTestFailure(ITestResult tr)
{
}
Now Consider if NoSuchElement ref error occurs then How ITestResult will identity the Element to draw a border.
I am not that much good in selenium or testNG. Can you please give me guideline to use flash and draw a border usecase.
I am expecting to flash or draw a border when test case failed.
The text was updated successfully, but these errors were encountered: