0
votes

I have worked on selenium project in python which uses both chrome and its driver.

For security reasons the customer doesn't want to use chrome, firefox etc... as each days security bugs are discovered in those browsers (highly sensitive data are stored on his machine and he doesn't want to risk it).

What can be done to solve this issue? What other alternatives are there so I can change my code accordingly.

Offtop but... every browser is gonna have security bugs. The fact that they are discovered for those browsers only means that enough people give a crap about security and they are more likely to be patched than the less popular alternatives.matszwecja