Class BrowserDriverUpdater
- java.lang.Object
-
- de.telekom.test.bddwebapp.frontend.lifecycle.BrowserDriverUpdater
-
@Component public class BrowserDriverUpdater extends Object
Pushes the WebDriver updates for several browser. Is integrated into the JBehave lifecycle via WebDriverLifecycleSteps.- Author:
- Daniel Keiss <daniel.keiss@telekom.de>
Copyright (c) 2021 Daniel Keiss, Deutsche Telekom IT GmbH This file is distributed under the conditions of the Apache License, Version 2.0. For details see the file license on the toplevel.
-
-
Constructor Summary
Constructors Constructor Description BrowserDriverUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateDriver()Here you should be careful that the number of 60 requests per hour in the direction of github is not exceeded.
-
-
-
Method Detail
-
updateDriver
@PostConstruct public void updateDriver()
Here you should be careful that the number of 60 requests per hour in the direction of github is not exceeded. This applies to the driver for firefox and opera.https://github.com/bonigarcia/webdrivermanager https://developer.github.com/v3/#rate-limiting
-
-