-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
19 lines (19 loc) · 944 Bytes
/
addon.xml
File metadata and controls
19 lines (19 loc) · 944 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.selenium"
name="Selenium and Web Drivers"
version="3.12.4.002"
provider-name="YDRAGON">
<requires>
<import addon="xbmc.python" version="2.18.0" />
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>Selenium automates browsers.</summary>
<description>Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<platform>all</platform>
<email>nkvoronov@gmail.com</email>
<source>https://github.com/nkvoronov/script.module.selenium.git</source>
</extension>
</addon>