nateshmbhat / webbot

Web automation library for simple and easy end to end testing and web browser automation that offers super charged features while keeping it simple to use and master
https://pypi.org/project/webbot/
Mozilla Public License 2.0
239 stars 87 forks source link

Add Geckodriver for Firefox #33

Open fMercury opened 4 years ago

fMercury commented 4 years ago

Chrome still is not the best option for test automation with selenium. For example, headless mode you cannot download files I test webbot and the same happen. I know its selenium and chrome driver under the layer abtraction. Please consider this issue for future versions!

nateshmbhat commented 4 years ago

thank you. how would you suggest I go about it ? which tech stack are u suggesting ? :thinking:

fMercury commented 4 years ago

Hey Hi! it was a friendly suggestion to improve. I was working for a company project that already used your framework and I solved my task by swapping chrome for firefox driver. the API is the same. It shouldn't mean hard changes for webbot. By changing the driver you should reach the goal. kind greeting :)

DillonB07 commented 3 years ago

Maybe an option for doing that as some people, including me, prefer Google Chrome/Chromium to Firefox.