[Webkit-unassigned] [Bug 174331] Add setup script for Web Driver part of Benchmark Runner script

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 10 18:17:16 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=174331

--- Comment #5 from Dean Johnson <dean_johnson at apple.com> ---
Comment on attachment 315054
  --> https://bugs.webkit.org/attachment.cgi?id=315054
Patch

Nice patch Matthew! I think you may have done a little more work than would be required for this, though. Have you had a chance to look into "autoinstalled" module in webkitpy? Essentially, you just define a very short function containing a URL to download a package from along with what the package name should be, and if you do `from webkitpy.autoinstalled.thirdparty import selenium` it would automatically download, install and source the import for you!

You can see an example of this running `git grep mechanize` from OpenSource/Tools/Scripts/webkitpy:
common/net/bugzilla/bugzilla.py:            from webkitpy.thirdparty.autoinstalled.mechanize import Browser.

Feel free to follow-up if you have any questions!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170711/e384cce0/attachment.html>


More information about the webkit-unassigned mailing list