It's not about the web driver used it's about how you configure it. To avoid detection you have to slowly trial and error and RE what gets detected. For starters I would recommend getting as close to replicating a regular browser as you can (User Agent, viewport, etc.) then slowly removing things to see where it gets detected. There may also be heuristic detections that analyze and stop robot like behavior, so it may be worth it to implement smooth mouse movement, pauses, etc. Of course those are the generic solutions and they wont work for everything so it'll probably take a bit of effort.
GLHF