Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
2807 posts
|
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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
667 posts
|
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. > ... [show rest of quote] |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
7 posts
|
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 > |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
899 posts
|
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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
2807 posts
|
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 |
Loading... |
Reply to author |
Edit post |
Move post |
Delete this post |
Delete this post and replies |
Change post date |
Print post |
Permalink |
Raw mail |
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
7 posts
|
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:
... [show rest of quote] |
Free forum by Nabble | Edit this page |