This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 一部 https://github.com/SeleniumHQ/selenium のデータを利用しています。 | |
| export def run [args: list<string> = [], browser = "chrome", driver = ""] { | |
| let call = $in | |
| let settings = start $args $browser $driver | |
| try { { session: $settings.session, element: "" } | do $call } catch { | |
| $settings | end | |
| $in | |
| } | |
| $settings | end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bl_info = { | |
| "name": "Kamaboko", | |
| "author": "ruzo", | |
| "version": (0, 1, 0), | |
| "blender": (2, 80, 0), | |
| "location": "View3D > Sidebar > Tool Tab / Edit Mode Context Menu > Face > Kamaboko", | |
| "description": "Rips and caps selected mesh with parallel UV", | |
| "support": "TESTING", | |
| "warning": "", | |
| "doc_url": "", |