Skip to content

Commit 60e8b83

Browse files
authored
Merge pull request #3 from SeleniumHQ/master
Level across fork
2 parents 3486da5 + 20ee075 commit 60e8b83

File tree

612 files changed

+17172
-15230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

612 files changed

+17172
-15230
lines changed

.travis.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
install:
3+
- curl -LO https://github.com/gohugoio/hugo/releases/download/v0.59.0/hugo_0.59.0_Linux-64bit.deb
4+
- sudo dpkg -i hugo_0.59.0_Linux-64bit.deb
5+
- sudo rm hugo_0.59.0_Linux-64bit.deb
6+
branches:
7+
only:
8+
- master
9+
- /.*/
10+
# Testing if the site builds
11+
script:
12+
- cd docs_source_files && hugo && cd ..
13+
- cd site_source_files && hugo && cd ..
14+
deploy:
15+
- provider: script
16+
script: chmod +x $TRAVIS_BUILD_DIR/deploy.sh && $TRAVIS_BUILD_DIR/deploy.sh
17+
on:
18+
branch: master
19+
notifications:
20+
irc:
21+
channels:
22+
- "chat.freenode.net#selenium"
23+
on_success: change
24+
on_failure: always
25+
template:
26+
- "%{repository} (%{commit}): %{message}"
27+
- "Build details: %{build_url}"

deploy.sh

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
#!/bin/bash
2+
3+
if git --no-pager log -1 --oneline | grep "\\[deploy site\\]"; then
4+
echo -e "\033[0;32mDeploying Selenium site to GitHub...\033[0m"
5+
6+
if [ -n "$GITHUB_AUTH_SECRET" ]
7+
then
8+
echo -e "\033[0;32mAdding Selenium CI Bot credentials...\033[0m"
9+
touch ~/.git-credentials
10+
chmod 0600 ~/.git-credentials
11+
echo $GITHUB_AUTH_SECRET > ~/.git-credentials
12+
git config credential.helper store
13+
git config user.email "[email protected]"
14+
git config user.name "Selenium CI Bot"
15+
fi
16+
17+
git remote add github "https://selenium-ci:${GITHUB_AUTH_SECRET}@github.com/SeleniumHQ/site.git"
18+
git fetch github
19+
# git stash save || true
20+
git checkout -t github/master -b github/master
21+
git pull
22+
chmod +x "$TRAVIS_BUILD_DIR"/build-site.sh && "$TRAVIS_BUILD_DIR"/build-site.sh
23+
git add .
24+
git commit -m "Deploying on $(date), commit ${TRAVIS_COMMIT} and job ${TRAVIS_JOB_NUMBER}, [skip ci]" || true
25+
git push github HEAD:master
26+
else
27+
echo -e "\033[0;32mCommit to master did not trigger deployment, add [deploy site] to the commit message if you intend to deploy...\033[0m"
28+
fi

docs/about/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>About Selenium on SeleniumHQ Browser Automation</title>

docs/archive/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Archive on SeleniumHQ Browser Automation</title>

docs/blog/index.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Selenium Support on SeleniumHQ Browser Automation</title>
@@ -14,7 +14,7 @@
1414
<item>
1515
<title>Selenium IDE Is Dead, Long Live Selenium IDE! </title>
1616
<link>https://seleniumhq.github.io/site/blog/long-live-selenium-ide/</link>
17-
<pubDate>Mon, 06 Aug 2018 00:00:00 +0200</pubDate>
17+
<pubDate>Mon, 06 Aug 2018 00:00:00 +0000</pubDate>
1818

1919
<guid>https://seleniumhq.github.io/site/blog/long-live-selenium-ide/</guid>
2020
<description>We are very pleased to announce the release of Selenium 3.0. If you’ve been waiting for a stable release since 2.53.1, now’s your chance to update. And if you do, here is what you’ll find:
@@ -24,7 +24,7 @@ As we’ve said before, for users of the WebDriver APIs this is a drop-in replac
2424
<item>
2525
<title>Firefox 55 and Selenium IDE</title>
2626
<link>https://seleniumhq.github.io/site/blog/firefox-55/</link>
27-
<pubDate>Wed, 09 Aug 2017 00:00:00 +0200</pubDate>
27+
<pubDate>Wed, 09 Aug 2017 00:00:00 +0000</pubDate>
2828

2929
<guid>https://seleniumhq.github.io/site/blog/firefox-55/</guid>
3030
<description>The bad news: from Firefox 55 onwards, Selenium IDE will no longer work.
@@ -35,7 +35,7 @@ The reasons for this are complex, but boil down to two main causes:
3535
<item>
3636
<title>Hacking with IntelliJ</title>
3737
<link>https://seleniumhq.github.io/site/blog/hacking-with-intellij/</link>
38-
<pubDate>Wed, 08 Feb 2017 00:00:00 +0100</pubDate>
38+
<pubDate>Wed, 08 Feb 2017 00:00:00 +0000</pubDate>
3939

4040
<guid>https://seleniumhq.github.io/site/blog/hacking-with-intellij/</guid>
4141
<description>Jetbrains have a programme for Open Source projects which allows them to receive IntelliJ IDEA licenses. As part of that programme, which the Selenium project has participated in for many years, they’ve asked us to provide a fair and balanced review of IntelliJ. I’ll attempt to do that, and I’ll try and state my biases up-front so you’re aware of them.
@@ -45,7 +45,7 @@ I’ve been using Jetbrain’s IntelliJ to hack on the Selenium code since I sta
4545
<item>
4646
<title>Selenium 3.0: Out Now!</title>
4747
<link>https://seleniumhq.github.io/site/blog/selenium-3.0/</link>
48-
<pubDate>Thu, 13 Oct 2016 00:00:00 +0200</pubDate>
48+
<pubDate>Thu, 13 Oct 2016 00:00:00 +0000</pubDate>
4949

5050
<guid>https://seleniumhq.github.io/site/blog/selenium-3.0/</guid>
5151
<description>We are very pleased to announce the release of Selenium 3.0. If you’ve been waiting for a stable release since 2.53.1, now’s your chance to update. And if you do, here is what you’ll find:
@@ -55,7 +55,7 @@ As we’ve said before, for users of the WebDriver APIs this is a drop-in replac
5555
<item>
5656
<title>Selenium 3 Is Coming</title>
5757
<link>https://seleniumhq.github.io/site/blog/selenium-3-is-coming/</link>
58-
<pubDate>Tue, 04 Oct 2016 00:00:00 +0200</pubDate>
58+
<pubDate>Tue, 04 Oct 2016 00:00:00 +0000</pubDate>
5959

6060
<guid>https://seleniumhq.github.io/site/blog/selenium-3-is-coming/</guid>
6161
<description>Selenium 3 is coming! As I write this, we think that “beta 4” will be the last beta before the official 3.0 release. I’m here to tell you about what’s changed, and what impact this will have on your testing. TL;DR:
@@ -65,7 +65,7 @@ As we’ve said before, for users of the WebDriver APIs this is a drop-in replac
6565
<item>
6666
<title>Announcing Selenium 3.0-beta1</title>
6767
<link>https://seleniumhq.github.io/site/blog/announcing-selenium-3-beta/</link>
68-
<pubDate>Fri, 29 Jul 2016 00:00:00 +0200</pubDate>
68+
<pubDate>Fri, 29 Jul 2016 00:00:00 +0000</pubDate>
6969

7070
<guid>https://seleniumhq.github.io/site/blog/announcing-selenium-3-beta/</guid>
7171
<description>At SeleniumConf in 2013, we announced that a new major version of Selenium would be released “by Christmas”. Fortunately, we never said which Christmas, as it has taken us a while to make all the changes we wanted to make! We’re excited to announce the release of the first beta — Selenium 3.0.0-beta1.
@@ -75,7 +75,7 @@ We’d love you to try it out on your projects, and provide us with feedback on
7575
<item>
7676
<title>Fall Selenium Conf, Save the Date &amp; Call for Speakers!</title>
7777
<link>https://seleniumhq.github.io/site/blog/fall-selenium-conf/</link>
78-
<pubDate>Thu, 23 Jun 2016 00:00:00 +0200</pubDate>
78+
<pubDate>Thu, 23 Jun 2016 00:00:00 +0000</pubDate>
7979

8080
<guid>https://seleniumhq.github.io/site/blog/fall-selenium-conf/</guid>
8181
<description>We’re excited to announce that we’ve finally determined where and when Selenium Conf will be happening this Fall.

docs/documentation/en/404.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<title>404 Page not found</title>
1010

1111

12-
<link href="https://seleniumhq.github.io/site/documentation/en/css/nucleus.css?1571999165" rel="stylesheet">
13-
<link href="https://seleniumhq.github.io/site/documentation/en/css/fontawesome-all.min.css?1571999165" rel="stylesheet">
14-
<link href="https://seleniumhq.github.io/site/documentation/en/css/hybrid.css?1571999165" rel="stylesheet">
15-
<link href="https://seleniumhq.github.io/site/documentation/en/css/featherlight.min.css?1571999165" rel="stylesheet">
16-
<link href="https://seleniumhq.github.io/site/documentation/en/css/perfect-scrollbar.min.css?1571999165" rel="stylesheet">
17-
<link href="https://seleniumhq.github.io/site/documentation/en/css/theme.css?1571999165" rel="stylesheet">
18-
<link href="https://seleniumhq.github.io/site/documentation/en/css/hugo-theme.css?1571999165" rel="stylesheet">
12+
<link href="https://seleniumhq.github.io/site/documentation/en/css/nucleus.css?1572126802" rel="stylesheet">
13+
<link href="https://seleniumhq.github.io/site/documentation/en/css/fontawesome-all.min.css?1572126802" rel="stylesheet">
14+
<link href="https://seleniumhq.github.io/site/documentation/en/css/hybrid.css?1572126802" rel="stylesheet">
15+
<link href="https://seleniumhq.github.io/site/documentation/en/css/featherlight.min.css?1572126802" rel="stylesheet">
16+
<link href="https://seleniumhq.github.io/site/documentation/en/css/perfect-scrollbar.min.css?1572126802" rel="stylesheet">
17+
<link href="https://seleniumhq.github.io/site/documentation/en/css/theme.css?1572126802" rel="stylesheet">
18+
<link href="https://seleniumhq.github.io/site/documentation/en/css/hugo-theme.css?1572126802" rel="stylesheet">
1919

20-
<link href="https://seleniumhq.github.io/site/documentation/en/css/theme-selenium.css?1571999165" rel="stylesheet">
20+
<link href="https://seleniumhq.github.io/site/documentation/en/css/theme-selenium.css?1572126802" rel="stylesheet">
2121

2222
<style>
2323
:root #header + #content > #left > #rlblock_left {

docs/documentation/en/categories/index.html

+37-27
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="generator" content="Hugo 0.55.6" />
6+
<meta name="generator" content="Hugo 0.59.0" />
77
<meta name="description" content="Documentation for Selenium">
88

99

@@ -12,20 +12,20 @@
1212
<title>Categories :: Documentation for Selenium</title>
1313

1414

15-
<link href="https://seleniumhq.github.io/site/documentation/en/css/nucleus.css?1571999162" rel="stylesheet">
16-
<link href="https://seleniumhq.github.io/site/documentation/en/css/fontawesome-all.min.css?1571999162" rel="stylesheet">
17-
<link href="https://seleniumhq.github.io/site/documentation/en/css/hybrid.css?1571999162" rel="stylesheet">
18-
<link href="https://seleniumhq.github.io/site/documentation/en/css/featherlight.min.css?1571999162" rel="stylesheet">
19-
<link href="https://seleniumhq.github.io/site/documentation/en/css/perfect-scrollbar.min.css?1571999162" rel="stylesheet">
20-
<link href="https://seleniumhq.github.io/site/documentation/en/css/auto-complete.css?1571999162" rel="stylesheet">
21-
<link href="https://seleniumhq.github.io/site/documentation/en/css/atom-one-dark-reasonable.css?1571999162" rel="stylesheet">
22-
<link href="https://seleniumhq.github.io/site/documentation/en/css/theme.css?1571999162" rel="stylesheet">
23-
<link href="https://seleniumhq.github.io/site/documentation/en/css/hugo-theme.css?1571999162" rel="stylesheet">
15+
<link href="https://seleniumhq.github.io/site/documentation/en/css/nucleus.css?1572126802" rel="stylesheet">
16+
<link href="https://seleniumhq.github.io/site/documentation/en/css/fontawesome-all.min.css?1572126802" rel="stylesheet">
17+
<link href="https://seleniumhq.github.io/site/documentation/en/css/hybrid.css?1572126802" rel="stylesheet">
18+
<link href="https://seleniumhq.github.io/site/documentation/en/css/featherlight.min.css?1572126802" rel="stylesheet">
19+
<link href="https://seleniumhq.github.io/site/documentation/en/css/perfect-scrollbar.min.css?1572126802" rel="stylesheet">
20+
<link href="https://seleniumhq.github.io/site/documentation/en/css/auto-complete.css?1572126802" rel="stylesheet">
21+
<link href="https://seleniumhq.github.io/site/documentation/en/css/atom-one-dark-reasonable.css?1572126802" rel="stylesheet">
22+
<link href="https://seleniumhq.github.io/site/documentation/en/css/theme.css?1572126802" rel="stylesheet">
23+
<link href="https://seleniumhq.github.io/site/documentation/en/css/hugo-theme.css?1572126802" rel="stylesheet">
2424

25-
<link href="https://seleniumhq.github.io/site/documentation/en/css/theme-selenium.css?1571999162" rel="stylesheet">
25+
<link href="https://seleniumhq.github.io/site/documentation/en/css/theme-selenium.css?1572126802" rel="stylesheet">
2626

2727

28-
<script src="https://seleniumhq.github.io/site/documentation/en/js/jquery-3.3.1.min.js?1571999162"></script>
28+
<script src="https://seleniumhq.github.io/site/documentation/en/js/jquery-3.3.1.min.js?1572126802"></script>
2929

3030
<style>
3131
:root #header + #content > #left > #rlblock_left{
@@ -70,14 +70,14 @@
7070
<span data-search-clear=""><i class="fas fa-times"></i></span>
7171
</div>
7272

73-
<script type="text/javascript" src="https://seleniumhq.github.io/site/documentation/en/js/lunr.min.js?1571999162"></script>
74-
<script type="text/javascript" src="https://seleniumhq.github.io/site/documentation/en/js/auto-complete.js?1571999162"></script>
73+
<script type="text/javascript" src="https://seleniumhq.github.io/site/documentation/en/js/lunr.min.js?1572126802"></script>
74+
<script type="text/javascript" src="https://seleniumhq.github.io/site/documentation/en/js/auto-complete.js?1572126802"></script>
7575
<script type="text/javascript">
7676

7777
var baseurl = "https:\/\/seleniumhq.github.io\/site\/documentation\/en\/en";
7878

7979
</script>
80-
<script type="text/javascript" src="https://seleniumhq.github.io/site/documentation/en/js/search.js?1571999162"></script>
80+
<script type="text/javascript" src="https://seleniumhq.github.io/site/documentation/en/js/search.js?1572126802"></script>
8181

8282

8383
</div>
@@ -1530,6 +1530,10 @@
15301530
<h3>More</h3>
15311531
<ul>
15321532

1533+
<li>
1534+
<a class="padding" href="https://seleniumhq.github.io/site/"><i class='fas fa-home'></i> Selenium Home</a>
1535+
</li>
1536+
15331537
<li>
15341538
<a class="padding" href="https://github.com/SeleniumHQ/site"><i class='fab fa-fw fa-github'></i> GitHub repo</a>
15351539
</li>
@@ -1741,7 +1745,13 @@ <h3>More</h3>
17411745

17421746

17431747

1744-
Categories
1748+
1749+
1750+
1751+
1752+
<a href='https://seleniumhq.github.io/site/documentation/en/'>The Selenium Browser Automation Project</a> > Categories
1753+
1754+
17451755

17461756

17471757

@@ -2896,19 +2906,19 @@ <h5 class="meta-data">
28962906
<div style="left: -1000px; overflow: scroll; position: absolute; top: -1000px; border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;">
28972907
<div style="border: none; box-sizing: content-box; height: 200px; margin: 0px; padding: 0px; width: 200px;"></div>
28982908
</div>
2899-
<script src="https://seleniumhq.github.io/site/documentation/en/js/clipboard.min.js?1571999162"></script>
2900-
<script src="https://seleniumhq.github.io/site/documentation/en/js/perfect-scrollbar.min.js?1571999162"></script>
2901-
<script src="https://seleniumhq.github.io/site/documentation/en/js/perfect-scrollbar.jquery.min.js?1571999162"></script>
2902-
<script src="https://seleniumhq.github.io/site/documentation/en/js/jquery.sticky.js?1571999162"></script>
2903-
<script src="https://seleniumhq.github.io/site/documentation/en/js/featherlight.min.js?1571999162"></script>
2904-
<script src="https://seleniumhq.github.io/site/documentation/en/js/highlight.pack.js?1571999162"></script>
2909+
<script src="https://seleniumhq.github.io/site/documentation/en/js/clipboard.min.js?1572126802"></script>
2910+
<script src="https://seleniumhq.github.io/site/documentation/en/js/perfect-scrollbar.min.js?1572126802"></script>
2911+
<script src="https://seleniumhq.github.io/site/documentation/en/js/perfect-scrollbar.jquery.min.js?1572126802"></script>
2912+
<script src="https://seleniumhq.github.io/site/documentation/en/js/jquery.sticky.js?1572126802"></script>
2913+
<script src="https://seleniumhq.github.io/site/documentation/en/js/featherlight.min.js?1572126802"></script>
2914+
<script src="https://seleniumhq.github.io/site/documentation/en/js/highlight.pack.js?1572126802"></script>
29052915
<script>hljs.initHighlightingOnLoad();</script>
2906-
<script src="https://seleniumhq.github.io/site/documentation/en/js/modernizr.custom-3.6.0.js?1571999162"></script>
2907-
<script src="https://seleniumhq.github.io/site/documentation/en/js/learn.js?1571999162"></script>
2908-
<script src="https://seleniumhq.github.io/site/documentation/en/js/hugo-learn.js?1571999162"></script>
2916+
<script src="https://seleniumhq.github.io/site/documentation/en/js/modernizr.custom-3.6.0.js?1572126802"></script>
2917+
<script src="https://seleniumhq.github.io/site/documentation/en/js/learn.js?1572126802"></script>
2918+
<script src="https://seleniumhq.github.io/site/documentation/en/js/hugo-learn.js?1572126802"></script>
29092919

2910-
<link href="https://seleniumhq.github.io/site/documentation/en/mermaid/mermaid.css?1571999162" rel="stylesheet" />
2911-
<script src="https://seleniumhq.github.io/site/documentation/en/mermaid/mermaid.js?1571999162"></script>
2920+
<link href="https://seleniumhq.github.io/site/documentation/en/mermaid/mermaid.css?1572126802" rel="stylesheet" />
2921+
<script src="https://seleniumhq.github.io/site/documentation/en/mermaid/mermaid.js?1572126802"></script>
29122922
<script>
29132923
mermaid.initialize({ startOnLoad: true });
29142924
</script>

docs/documentation/en/categories/index.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Categories on Documentation for Selenium</title>

0 commit comments

Comments
 (0)