Re: [Pharo-dev] WebTester project

2017-06-27 Thread p...@highoctane.be
Nicolas, It is still nice to have a thing that helps with web pages testing and that does not requires external libraries in order to work (even if limited in abilities). We have got Soup etc, but I have also been using this: https://github.com/ericchiang/pup and it is super powerful for scrapi

Re: [Pharo-dev] WebTester project

2017-06-27 Thread Torsten Bergmann
Hi Nicolas, you can also checkout: http://smalltalkhub.com/#!/~TorstenBergmann/WebDriver This implements the JsonWireProtocol so it is not necessary to install Java/Selenium and is (hopefully) a cleaner implementation together with tests. Pharo only. Simple How to: == - The proj

Re: [Pharo-dev] WebTester project

2017-06-26 Thread Stephane Ducasse
Nicolas this is the one I mentioned that wraps selenium On Sun, Jun 25, 2017 at 4:55 PM, Nicolas Anquetil wrote: > nope :-( > > but it was fun anyway > > nicolas > > > On 25/06/2017 16:48, Max Leske wrote: > > Are you aware of the work that Johan did on Parasol > (https://github.com/SeasideSt/Par

Re: [Pharo-dev] WebTester project

2017-06-25 Thread Nicolas Anquetil
nope :-( but it was fun anyway nicolas On 25/06/2017 16:48, Max Leske wrote: Are you aware of the work that Johan did on Parasol (https://github.com/SeasideSt/Parasol)? Max On 25 Jun 2017, at 16:45, Nicolas Anquetil > wrote: Hi all, I developped a first

Re: [Pharo-dev] WebTester project

2017-06-25 Thread Max Leske
Are you aware of the work that Johan did on Parasol (https://github.com/SeasideSt/Parasol )? Max > On 25 Jun 2017, at 16:45, Nicolas Anquetil wrote: > > > Hi all, > > I developped a first version of a WebTestCase class. > > It uses SUnit and Zinc to get

[Pharo-dev] WebTester project

2017-06-25 Thread Nicolas Anquetil
Hi all, I developped a first version of a WebTestCase class. It uses SUnit and Zinc to get pages from the internet and test some conditions on them. The main work is actually to offer higher level search facilities inspired from what I saw in Selenium There is an example, that logs in and