Documentation about Pharo Launcher?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
26 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Web browsing automation

Stephan Eggermont-3
On 04/05/16 13:04, Grigory Hatsevich wrote:
> Suppose I have a web page with 50 small photos; when I click on a photo,
> appears a window where I can further click on a link to open a full
> profile of the person on a photo. I need to open a full profile for
> every person in that page, each in a separate browser tab. How can I
> automate this clicking, so that I would not need to click at every link
> manually? Does Pharo have tools for such tasks?

Beach Parasol, selenium integration for Seaside

http://ss3.gemstone.com/ss/Parasol.html

Stephan


Reply | Threaded
Open this post in threaded view
|

Re: Documentation about Pharo Launcher?

Offray Vladimir Luna Cárdenas-2
In reply to this post by Damien Cassou-2
Hi Damien,

I will use a modified version of the Pharo 5 environment packaged for
the current MOOC for a quick building and with more time I will create
new ConfigurationOf for my projects and debug the current ones.

Thanks,

Offray

On 04/05/16 04:50, Damien Cassou wrote:

> Offray Vladimir Luna Cárdenas <[hidden email]> writes:
>
>> I would like to made one of my images available through Pharo
>> Launcher. Anyone knows where I can find documentation about this? I
>> can't find anything on the StHub page for the project.
> I agree with both Serge and Cédrick. Their solution is easy and the best
> practice for any Pharo development (regardless of the launcher):
>
> - write a ConfigurationOf using Versionner
>
> - add a job to https://ci.inria.fr/pharo-contribution/ (just create an
>    account at http://ci.inria.fr and request to join pharo-contribution).
>
> As soon as the job builds successfully, you will see it in the Launcher.
>


Reply | Threaded
Open this post in threaded view
|

Re: Web browsing automation

Grigory Hatsevich
In reply to this post by Stephan Eggermont-3
I have a problem installing Beach Parasol. I follow the guidelines from  
http://ss3.gemstone.com/ss/Parasol.html/Wiki and Pharo says that  
WAKomEncoded is unknown variable.



Stephan Eggermont <[hidden email]> писал(а) в своём письме Wed, 04 May  
2016 17:08:52 +0300:

> On 04/05/16 13:04, Grigory Hatsevich wrote:
>> Suppose I have a web page with 50 small photos; when I click on a photo,
>> appears a window where I can further click on a link to open a full
>> profile of the person on a photo. I need to open a full profile for
>> every person in that page, each in a separate browser tab. How can I
>> automate this clicking, so that I would not need to click at every link
>> manually? Does Pharo have tools for such tasks?
>
> Beach Parasol, selenium integration for Seaside
>
> http://ss3.gemstone.com/ss/Parasol.html
>
> Stephan
>

Screenshot 2016-05-04 18.44.17.png (174K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Web browsing automation

cedreek
not sure, but WAKomAdaptor is I speak specific.

You have to use Pharo variant, one subclass of WAAdaptor.

I’ll try ZnZincServer adaptor.


Cheers,
Cédrik


Reply | Threaded
Open this post in threaded view
|

Re: Web browsing automation

Stephan Eggermont-3
In reply to this post by Grigory Hatsevich
On 04/05/16 17:44, Grigory Hatsevich wrote:
> I have a problem installing Beach Parasol. I follow the guidelines from
> http://ss3.gemstone.com/ss/Parasol.html/Wiki and Pharo says that
> WAKomEncoded is unknown variable.

Sorry about that, that's a text that is outdated.
The ZnServerAdapter version should work fine

Stephan





Reply | Threaded
Open this post in threaded view
|

Re: Web browsing automation

Grigory Hatsevich
In reply to this post by cedreek
Thanks, "ZnZincServerAdaptor startOn: 8080" made it to work (after I added /Applications/Firefox.app/Contents/MacOS to PATH).


Cédrick Béler <[hidden email]> писал(а) в своём письме Wed, 04 May 2016 19:29:17 +0300:

not sure, but WAKomAdaptor is I speak specific.

You have to use Pharo variant, one subclass of WAAdaptor.

I’ll try ZnZincServer adaptor.


Cheers,
Cédrik





12