* chromedriver: add dbus to libraries
It is apparently required since version 94.
Fixes issue #139547
(cherry picked from commit 433b2bc44487c90c33cb58d87434a287e6d43b15)
* chromedriver: remove extraneous LD_LIBRARY_PATH in wrapProgram
wrapProgram already prepends passed value to the specified environment
variable; no need to specify it explicitly.
(cherry picked from commit 38ddfe7f3ff206888806302539def70b80ef427b)
* chromedriver: add a package test checking the reported version
(cherry picked from commit 1106f4bafc0b444384c171c63ca78b8b6676842e)
* Update pkgs/development/tools/selenium/chromedriver/default.nix
(cherry picked from commit 852612eac99dc403c0ea09a5daca9b65b5b7e123)
Co-authored-by: Ivan Timokhin <nixpkgs@ivan.timokhin.name>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>