I'm trying to build chromedriver from source for use in selenium for Linux. i use this manual https://chromium.googlesource.com/chromium/src/+/master/docs/linux_build_instructions.md but when i build without any error my chromedriver less for 2mb that if i download form google code site. and this chromedriver not work with selenium. just blank error. Have someone any idea what wrong? Thank You
相关问题
- Selecting an item from a combo box selenium driver
- Selenium in Java is not finding element when using
- How to send text to the search field through Selen
- What is the difference in “find_element_by_xpath”
- Cloudflare and Chromedriver - cloudflare distingui
We'd need more information... Here is a dockerfile (largely taken from here) that worked for me. Most of the commands come from the chromium build docs.