2017-01-18 11:18 GMT+01:00 Sarika Shrivastava :
> import unittest
> from selenium import webdriver
> from selenium.webdriver.common.keys import Keys
> import time
>
> class PythonOrgSearch(unittest.TestCase):
>
> def setUp(self):
> self.driver =
> webdriver.Chrome('C:\Users\uidk9685\Do
2017-01-18 11:18 GMT+01:00 Sarika Shrivastava :
> import unittest
> from selenium import webdriver
> from selenium.webdriver.common.keys import Keys
> import time
>
> class PythonOrgSearch(unittest.TestCase):
>
> def setUp(self):
> self.driver =
> webdriver.Chrome('C:\Users\uidk9685\Do
import unittest
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import time
class PythonOrgSearch(unittest.TestCase):
def setUp(self):
self.driver =
webdriver.Chrome('C:\Users\uidk9685\Downloads\chromedriver.exe')
# print self.driver
time
On 18/01/17 02:36, Laura Meldrum wrote:
> www.sololearn.com/Play/Python/hoc says to "download the Python 3.x version
> that is compatible with your operating system"
So the first question is - what is your operating system?
Assuming it is a version of Windows then you next need to
find out whethe
HELP, PLEASE
www.sololearn.com/Play/Python/hoc says to "download the Python 3.x version that
is compatible with your operating system"
OK, but when I go to https://www.python.org/downloads/windows/ there is a
seemingly endless list of possible downloads. What should I and my students
download so