Re: [Tutor] A retired question

2018-11-26 Thread Mats Wichmann
On 11/26/18 5:55 PM, Steven D'Aprano wrote: > On Mon, Nov 26, 2018 at 06:09:30PM -0500, Avi Gross wrote: > >> Would there be BUILT-IN tools that can be expected to already be everywhere >> which can be used at the top of a program you write and distribute to >> quickly check if the rest of the

Re: [Tutor] A retired question

2018-11-26 Thread Steven D'Aprano
On Mon, Nov 26, 2018 at 06:09:30PM -0500, Avi Gross wrote: > Would there be BUILT-IN tools that can be expected to already be everywhere > which can be used at the top of a program you write and distribute to > quickly check if the rest of the program has the resources it > needs to run

Re: [Tutor] A retired question

2018-11-26 Thread Avi Gross
After saying I dropped my request, short replies keep coming. Let me reply in this context: Would there be BUILT-IN tools that can be expected to already be everywhere which can be used at the top of a program you write and distribute to quickly check if the rest of the program has the

Re: [Tutor] A required question

2018-11-26 Thread Mats Wichmann
On 11/25/18 8:54 PM, Asokan Pichai wrote: > On Sat, Nov 24, 2018, 14:33 Avi Gross >> David, >> >> As I suspected. Yes, I am aware how to do those things. Just wondered if >> anyone automated the process so a fairly simple interface worked. >> > Does the requirements.txt file (associated with pip

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

[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