You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
We are doing execution of automation suite on Bamboo with latest chrome 67 and driver updated is chrome driver 2.40.
Setting done for chrome is
rm -rf /var/bamboo/bamboo-home/xml-data/build-dir/CABI-CPCS-JOB1/selenium/cabi-test/lib/chromedriver-linux64
echo "Old Driver Deleted"
cp /home/cabiadmin/chromedriver-linux64 /var/bamboo/bamboo-home/xml-data/build-dir/CABI-CPCS-JOB1/selenium/cabi-test/lib/
echo "File Copy"
chmod 777 /var/bamboo/bamboo-home/xml-data/build-dir/CABI-CPCS-JOB1/selenium/cabi-test/lib/chromedriver-linux64
echo "Grant Permissions"
Problem :
On execution it is not picking up the latest driver
Starting ChromeDriver 2.32.498513 (2c63aa53b2c658de596ed550eb5267ec5967b351) on port 14899
can any one guide us?