Hi Kishore, ChromeDriver installation has been added to run-csit.sh.
https://gerrit.onap.org/r/#/c/13245/ Thanks, Gary From: KOYA, KISHORE [mailto:[email protected]] Sent: Monday, September 18, 2017 3:27 PM To: Gary Wu <[email protected]> Subject: RE: Request to install chrome drivers in CSIT environment Some more Install ChromeDriver:1<https://christopher.su/2015/selenium-chromedriver-ubuntu/#selenium-version> sudo apt-get install unzip wget -N http://chromedriver.storage.googleapis.com/2.32/chromedriver_linux64.zip unzip chromedriver_linux64.zip chmod +x chromedriver sudo mv -f chromedriver /usr/local/share/chromedriver sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver sudo ln -s /usr/local/share/chromedriver /usr/bin/chromedriver Thanks &Regards, Kishore Koya ECOMP Open Source Call Me @ 469-831-7289<tel:(469)%20831-7289> Email : [email protected]<mailto:[email protected]> | Q me @ [cid:[email protected]] <qto://talk/kk707x> From: KOYA, KISHORE Sent: Monday, September 18, 2017 5:22 PM To: 'Gary Wu' <[email protected]<mailto:[email protected]>> Cc: HOTZE, BECKY L <[email protected]<mailto:[email protected]>> Subject: RE: Request to install chrome drivers in CSIT environment Below are the steps from google cd ~ mkdir -p Downloads bin cd Downloads wget http://chromedriver.storage.googleapis.com/2.27/chromedriver_linux64.zip unzip chromedriver_linux64.zip cp -p chromedriver ~/bin echo 'export PATH=${HOME}/bin:$PATH' >> ~/.bashrc bash chromedriver -help Thanks &Regards, Kishore Koya ECOMP Open Source Call Me @ 469-831-7289<tel:(469)%20831-7289> Email : [email protected]<mailto:[email protected]> | Q me @ [cid:[email protected]] <qto://talk/kk707x> From: Gary Wu [mailto:[email protected]] Sent: Monday, September 18, 2017 5:09 PM To: KOYA, KISHORE <[email protected]<mailto:[email protected]>> Cc: HOTZE, BECKY L <[email protected]<mailto:[email protected]>> Subject: RE: Request to install chrome drivers in CSIT environment I'm not that familiar with the chrome driver. Can you provide the installation commands that will work for a Ubuntu 16.04 environment? Thanks, Gary From: KOYA, KISHORE [mailto:[email protected]] Sent: Monday, September 18, 2017 3:02 PM To: Gary Wu <[email protected]<mailto:[email protected]>> Cc: HOTZE, BECKY L <[email protected]<mailto:[email protected]>> Subject: Request to install chrome drivers in CSIT environment HI Gary, Could you please install chrome drivers in CSIT environment Daniel(4:54:46 PM): hi Kishore(4:55:05 PM): While running test in CSIT env it is failing with below error Kishore(4:55:32 PM): [Time: Mon Sep 18 16:55:32 CDT 2017 bytes: 882195]<file:///C:\Users\kk707x\AppData\Roaming\SBC\Q%20Team%20Link%20Messenger\Archive\Persons\dr695h\Images\kk707x_1505480971518.png> Daniel(4:56:11 PM): your setup doesn't work it looks like Kishore(4:56:37 PM): Gary need to setup something in CSIT Daniel(4:56:50 PM): maybe chrome driver Kishore(4:57:05 PM): ok let me ask him to do Kishore(4:57:12 PM): Thanks Daniel(4:58:03 PM): yup Thanks &Regards, Kishore Koya ECOMP Open Source Call Me @ 469-831-7289<tel:(469)%20831-7289> Email : [email protected]<mailto:[email protected]> | Q me @ [cid:[email protected]] <qto://talk/kk707x>
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
