一些关于selenium copy Firefox profile to a temp directory的讨论 https://stackoverflow.com/questions/6787095/how-to-stop-selenium-from-creating-temporary-firefox-profiles-using-web-driver https://www.safaribooksonline.com/library/view/selenium-webdriver-prac…
ubuntu下出现打开frefox出现Your Firefox profile cannot be loaded. It may be missing or inaccessible 1:用命令行输入 firefox 如果还是这种情况 2:用命令行输入 sudo firefox 如果能正常打开,说明是因为权限的问题 3:在用户目录(我的目录是/home/jyg/)下收入la -s命令查看.mozilla的所有者和用户组,发现都是root 4:修改所有者和用户组 在用户目录(我的是/home/j…
ubuntu安装好后,默认安装有firefox浏览器,不过,非root的账户登录,双击firefox图标,居然出现如下提示:Your Firefox profile cannot be loaded. It may be missing or inaccessible大概意思就是配置文件不能被装载的意思.立即去搜索被某人贬得一文不值的度娘里的所有有"Your Firefox profile cannot be loaded. It may be missing or inaccessible&q…