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 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.

1. running a selenese test suit:

/usr/local/jdk-1.7.0/bin/java -jar /usr/local/share/selenium/selenium-*.jar \
        -htmlSuite *firefox http://some.url.com testsuite.html results.html

2. starting up a selenium instance once and throwing (php)
testsuits at it, for example using a ramdrive as temp dir:

T=/tmp/selenium
mkdir -p $T && sudo mount_mfs -s 128m -m 0 swap $T

/usr/local/jdk-1.7.0/bin/java -jar /usr/local/share/selenium/selenium-*.jar \
        -Djava.io.tmpdir=$T

please test and commit

-f
-- 
life is that brief interlude between nothingness and eternity.

Attachment: py-selenium.tgz
Description: application/tar-gz

Attachment: selenium.tgz
Description: application/tar-gz

Reply via email to