skip to Main Content

Run selenium with cache on centos/linux

I'm able to run selenium on non GUI centos/linux machine in headless mode. I have been trying to run it with cache enable by passing below chromeoptions arguments. chromeOptions.addArguments("user-data-dir=~/.config/google-chrome"); It has started fine and identified elements till login page(which is…

VIEW QUESTION
Back To Top
Search