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
Hi,
In the @bean webDriver(DesiredCapabilities desiredCapabilities) , from where the @bean receives the
DesiredCapabilities?
As I understand, It is generated in desiredCapabilities(....) @bean, but where is it kept so it will be available to webDriver(...) bean?
Also, it will be useful to show how and where to write the quit method for the @bean
The text was updated successfully, but these errors were encountered:
Hi,
In the @bean webDriver(DesiredCapabilities desiredCapabilities) , from where the @bean receives the
DesiredCapabilities?
As I understand, It is generated in desiredCapabilities(....) @bean, but where is it kept so it will be available to webDriver(...) bean?
Also, it will be useful to show how and where to write the quit method for the @bean
The text was updated successfully, but these errors were encountered: