Re: [Tutor] How can I run this test script using selenium while making connection and running the code I am facing issue Please see my code below

2017-01-18 Thread George Fischhof
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

Re: [Tutor] How can I run this test script using selenium while making connection and running the code I am facing issue Please see my code below

2017-01-18 Thread George Fischhof
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

[Tutor] How can I run this test script using selenium while making connection and running the code I am facing issue Please see my code below

2017-01-18 Thread 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\Downloads\chromedriver.exe') # print self.driver time

Re: [Tutor] How can we learn to use Python

2017-01-18 Thread Alan Gauld via Tutor
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

[Tutor] How can we learn to use Python

2017-01-18 Thread Laura Meldrum
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