neodymium-library icon indicating copy to clipboard operation
neodymium-library copied to clipboard

Random Browser annotation

Open occupant23 opened this issue 4 years ago • 3 comments

It would be nice to have an annotation that selects one or more browsers out of all available (to the test case attached) browsers.

e.G.:

@Retention(RUNTIME)
@Target({
  TYPE, METHOD
})
public @interface RandomBrowser()
{
    int value() default 1;
}

value = 1 would mean choose one browser randomly. If the more browsers than available should be picked randomly an exception should be raised.

occupant23 avatar Nov 04 '20 08:11 occupant23

Implementation suggestion in PR!167

oomelianchuk avatar Jan 20 '21 14:01 oomelianchuk

@georgkunze: Please test this feature and check the documentation (should be available in the wikis dev branch).

occupant23 avatar Mar 29 '21 12:03 occupant23

@occupant23 Test done. Checked also the documentation

georgkunze avatar Mar 30 '21 16:03 georgkunze

Checked everything again and closed

georgkunze avatar Apr 23 '24 07:04 georgkunze