On 10/20/18 5:46 PM, wen heping wrote:
Hi,
Here is a simple patch to update www/py-selenium to 3.14.1. It build well
on my amd64 system.
OK ?
wen
Thank you, it's commited.
Cheers,
Remi.
Hi,
Here is a simple patch to update www/py-selenium to 3.14.1. It build well on
my amd64 system.
OK ?
wen
? selenium-3.14.1.diff.txt
Index: Makefile
===
RCS file: /cvs/ports/www/py-selenium/Makefile,v
retrieving revision 1.2
ping
On 06/25/18 13:07, Remi Pointel wrote:
Hi,
attached is the diff to update selenium to latest release.
Ok?
Cheers,
Remi.
Hi,
attached is the diff to update selenium to latest release.
Ok?
Cheers,
Remi.
Index: Makefile
===
RCS file: /cvs/ports/www/py-selenium/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 Makefile
--- Makefile 16
On Sun, Feb 14, 2016 at 06:22:00PM +0100, frantisek holop wrote:
> Jiri B, 13 Feb 2016 16:50:
> > $ pkg_info -L py-selenium | grep .so$
> > /usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
> > /usr/local/lib/python2.7/site-packag
Jiri B, 13 Feb 2016 16:50:
> $ pkg_info -L py-selenium | grep .so$
> /usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
> /usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
>
> These are Linux libs.
>
Plus, I don't see the point to have version in jar filename
for selenium port.
j.
Hi,
some comments about your (py-)selenium ports from June '15 [1]:
$ pkg_info -L py-selenium | grep .so$
/usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
/usr/local/lib/python2.7/site-packages/selenium/webdriver/firefox/x86/x_ignore_nofocus.so
On 2015/06/24 21:49, frantisek holop wrote:
> good point about javaPathHelper :)
> i can try come up with the script, no dedicated _selenium user is ok?
That's fine with me. I don't think it needs an rc script or anything,
seems like just a simple wrapper to run the jar would
thing to do, even if the only thing it does
> it lookup the correct java binary via pathhelper and "exec path_to_java -jar
> path_to_selenium-whatever.jar $*".
good point about javaPathHelper :)
i can try come up with the script, no dedicated _selenium user is ok?
py-selenium is unrelated, any ok's for the import?
-f
--
reach out /usr/bin/touch faith
On 2015/06/22 22:51, frantisek holop wrote:
> the standalone server port is really really basic.
> did not even include a user and/or rc script: i don't
> see the point. use cases and startup methods vary
> wildly, but i think mostly everyone just runs it for
> themselves, as themselves.
I don't
lady and gentlemen,
after 6 month, finally the patch that makes py-selenium
usable on openbsd+firefox made its debut in v2.46.0
thus i submit the py-selenium and selenium ports for
your consideration.
py-selenium should be straightforward.
the standalone server port is really really basic.
did
frantisek holop, 16 Dec 2014 00:20:
> i have revisited py-selenium (2.44.0)
> again after some time, and it seems to be working,
> no patching whatsoever:
actually, this is not entirely true.
one line i thought makes no difference
made all the difference :)
https://code.google.com/p
frantisek holop, 16 Dec 2014 00:20:
> i have revisited py-selenium (2.44.0)
> again after some time, and it seems to be working,
> no patching whatsoever:
and as the xpi included with the ruby version
is almost byte indentical, probably the gem
works too.
-f
--
the 4th world war will
i have revisited py-selenium (2.44.0)
again after some time, and it seems to be working,
no patching whatsoever:
$ virtualenv selenium && cd selenium
$ . bin/activate
(selenium)$ pip install selenium
...
(selenium)$ python test.py
Google
cheese! - Google zoeken
test.py is the example
On Thu, Jun 19, 2014 at 08:21:11PM -0700, Craig Paulette wrote:
>
> I'm attempting to do some web development on OpenBSD but can't get
> py-selenium to work. This thread shows that I'm not alone:
> http://openbsd.7691.n7.nabble.com/py-selenium-td238035.html
>
>
On Thu, Jun 19, 2014 at 08:21:11PM -0700, Craig Paulette wrote:
>
> Hello,
>
> I'm relatively new to OpenBSD (6+ months and two CD sets) -- love it.
> I'm attempting to do some web development on OpenBSD but can't get
> py-selenium to work. This thread shows tha
Hello,
I'm relatively new to OpenBSD (6+ months and two CD sets) -- love it.
I'm attempting to do some web development on OpenBSD but can't get
py-selenium to work. This thread shows that I'm not alone:
http://openbsd.7691.n7.nabble.com/py-selenium-td238035.html
I can'
On Sun, Nov 17, 2013 at 05:15:06AM +0100, frantisek holop wrote:
> hmm, on Sat, Nov 16, 2013 at 11:57:51PM +, Federico Schwindt said that
> > this has been discussed before and unless it has changed recently the
> > problem remains. please check the ports archive.
>
> i did do a quick google b
hmm, on Sat, Nov 16, 2013 at 11:57:51PM +, Federico Schwindt said that
> this has been discussed before and unless it has changed recently the
> problem remains. please check the ports archive.
i did do a quick google before posting but nothing
turned up. sorry about the noise.
-f
--
a man
this has been discussed before and unless it has changed recently the
problem remains. please check the ports archive.
f.-
On Sat, Nov 16, 2013 at 2:29 PM, frantisek holop wrote:
>
> here is a WIP port for py-selenium.
> it is not a success story yet, i get the following error
>
here is a WIP port for py-selenium.
it is not a success story yet, i get the following error
when trying the simplest test program (included in tarball)
selenium.common.exceptions.WebDriverException:
Message: "Can't load the profile. Profile Dir: /tmp/tmpRc0KlX
Firefox output:
/usr
On Fri, Jan 11, 2013 at 11:20 AM, Jiri B wrote:
> On Thu, Jan 10, 2013 at 11:38:57PM +, Federico Schwindt wrote:
>> > The port Makefile is here:
>> >
>> >
>> > https://github.com/jirib/openbsd-mystuff/blob/master/devel/py-selenium/Makefile
>>
On Thu, Jan 10, 2013 at 11:38:57PM +, Federico Schwindt wrote:
> > The port Makefile is here:
> >
> >
> > https://github.com/jirib/openbsd-mystuff/blob/master/devel/py-selenium/Makefile
>
> I started writing a port but I found a bug (which I reported upstre
gt; The port Makefile is here:
>
>
> https://github.com/jirib/openbsd-mystuff/blob/master/devel/py-selenium/Makefile
I started writing a port but I found a bug (which I reported upstream)
and I didn't get back to it.
It was working OK with a remote browser but I guess you are trying to
u
x27;
OK, so here it is, still
jirib
{ cd /data/pobj/py-selenium-2.28.0/selenium-2.28.0 && cc -shared -fPIC -O2
-pipe /data/pobj/py-selenium-2.28.0/selenium-2.28.0/x_ignore_nofocus.c
-I/usr/local/include -L/usr/local/lib -L/usr/X11R6/lib -I/usr/X11R6/include
x_ignore_nofocus.c -
jca+o...@wxcvbn.org (Jérémie Courrèges-Anglas) writes:
> Use -I${LOCALBASE}/include and change your perl -pie to
> 's,elf.h,libelflibelf.h,'
sorry: 's,elf.h,libelf/libelf.h,'
--
Jérémie Courrèges-Anglas
GPG Key fingerprint: 61DB D9A0 00A4 67CF 2A90 8961 6191 8FBF 06A1 1494
son?
> So I'm trying to build it on OpenBSD. Anybody would like to
> give a hand?
>
> The port Makefile is here:
>
>
> https://github.com/jirib/openbsd-mystuff/blob/master/devel/py-selenium/Makefile
>
> jirib
>
> cd /data/pobj/py-selenium-2.28.0/selenium-
el/py-selenium/Makefile
jirib
cd /data/pobj/py-selenium-2.28.0/selenium-2.28.0 && cc -shared -fPIC -O2 -pipe
/data/pobj/py-selenium-2.28.0/selenium-2.28.0/x_ignore_nofocus.c
-I/usr/local/include/libelf -L/usr/local/lib -L/usr/X11R6/lib
-I/usr/X11R6/include x_ignore_nofocus.c
29 matches
Mail list logo