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
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
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