Posts by Heitor Giacomini • 61 points
2 posts
-
-4
votes2
answers675
viewsA: Run Python command with Selenium called by PHP through Apache
I didn’t solve my problem in an easy way, so what I did was: I first created a database with a table with two columns(id and number). So I looped in python to take the value of 'number' in a…
-
6
votes2
answers675
viewsQ: Run Python command with Selenium called by PHP through Apache
I want to run the following script in Python by a web site on the server: #!/Python34/python from selenium import webdriver driver = webdriver.Firefox()…