简体   繁体   中英

Need to add Selenium Jar file every time

Here I have one doubt regarding selenium automation. Have automated one page, script is working as expected but once it's closed and reopen the same script it's not working and need to add latest 3.0.1 jar file every time. So can you help me to resolve the same. and Am using below the version

Google Chrome Driver = 2.25 Version Selenium Jar = 2.48.0 Version

Thanks & Regards, Ayyappan T

Either remove the configuration map from /etc/hosts

OR

This worked for me without changing the localhost

First get the process id name by greping port no 1024

ps -aux | grep 1024

And then kill that process

kill -9 PROCESS_ID

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM