kaustavsarkar / OpenUIRunner

An easy way to perform BDD and Test Applications
MIT License
10 stars 6 forks source link

Platform agnostic web driver support #5

Open kaustavsarkar opened 3 years ago

kaustavsarkar commented 3 years ago

OUR needs to support multiple browsers and it is cumbersome to ask users to provide the path for the webdriver and asking them to manage their versions as well.

WebDriverManager does good work in managing and downloading the versions required to run selenium.

Considerations:

  1. Should we consider making it work at runtime or do a preprocessing while building it.
  2. There seem to be very few open issues. But I do not see anything of major concern.
ShaileshSurya commented 3 years ago

The WebDriverManager seems to do a good job with managing the drivers. We can leverage its capabilities.

Can you explain the point 1 little more?