[Tutor] Python Imported Code

2019-06-25 Thread stephen.m.smith
Introduction: I have written a 'program' that does some reasonable screen scraping off of a specific website. The program has gotten too large so I have tried to segment it into logical pieces (tkinter logic as a start) but I am having problems. Specifically I need to pass several dictionaries to

[Tutor] click() performs unreliably

2018-11-26 Thread stephen.m.smith
I am trying to click on one of two buttons on a page. Here is an image of the relevant portion of the page, the HTML and the two xpaths. /html/body/div[3]/div/div[3]/div[6]/div/div[2]/div/div[3]/a[1] /html/body/div[3]/div/div[3]/div[6]/div/div[2]/div/div[3]/a[2] I have made

[Tutor] FW: Python Selenium

2018-11-24 Thread stephen.m.smith
I am working with a site that allows you to make reservations for different times of the day. The HTML (controlled by someone else) does not include specific names for each time – the HTML is very similar. With help from this group, I have figured out how to locate an element using an xpath with