com.github.markusbernhardt.seleniumlibrary.RunOnFailureKeywords Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework-seleniumlibrary Show documentation
Show all versions of robotframework-seleniumlibrary Show documentation
Java port of the Python based SeleniumLibrary for Robot Framework
package com.github.markusbernhardt.seleniumlibrary;
public interface RunOnFailureKeywords {
/**
* This method is called by the
* com.github.markusbernhardt.seleniumlibrary.aspects.RunOnFailureAspect in
* case a exception is thrown in one of the public methods of a keyword
* class.
*/
void runOnFailureByAspectJ();
}