Re: [Tutor] click() performs unreliably

2018-11-26 Thread Alan Gauld via Tutor
On 26/11/2018 10:21, stephen.m.sm...@comcast.net wrote: > 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. I assume this is related to your earlier post about using Selenium? If so, you will probably get a be

[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