Posts by Romulo Soares • 13 points
2 posts
-
1
votes1
answer50
viewsQ: Compile error using Selenium: Binary is not a Firefox Executable
I made the following script: #/usr/bin/env python3 -u import time import sys from datetime import datetime from selenium import webdriver from selenium.webdriver.common.keys import Keys from…
-
0
votes1
answer44
viewsQ: Why can’t I create a tablespace?
I’m trying to create a tablespace on oracle 11g but I can’t get it to point out the error that is in this image: I wanted to understand why I can’t create!…