Skip to content

Commit

Permalink
Replacing references to seleniumhq.org with selenium.dev [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Nov 16, 2019
1 parent b24cf9d commit 07ee491
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion common/src/web/inputs.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>Testing Inputs</h1>
<input name="search_input" type="search" value="search" /><br/>
<input name="tel_input" type="tel" value="911" /><br/>
<input name="text_input" type="text" value="text input" /><br/>
<input name="url_input" type="url" value="http://seleniumhq.org/" /><br/>
<input name="url_input" type="url" value="https://selenium.dev/" /><br/>
<br/>
<input name="checkbox_input" type="checkbox" value="Checkbox" checked /><br/>
<input name="radio_input" type="radio" value="radio1" checked /><br/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void start() {
if (message != null && message.startsWith("Connection refused")) {
throw new RuntimeException("Could not contact Selenium Server; have you started it on '" +
commandProcessor.getRemoteControlServerLocation() +
"' ?\nRead more at http://seleniumhq.org/projects/remote-control/not-started.html\n" +
"' ?\nRead more at https://selenium.dev/documentation/en/legacy_docs/selenium_rc/#unable-to-connect-to-server\n" +
e.getMessage());
}
throw new RuntimeException("Could not start Selenium session: " + e.getMessage(), e);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class InvalidSelectorException extends NoSuchElementException {

private static final String SUPPORT_URL =
BASE_SUPPORT_URL + "invalid_selector_exception.html";
BASE_SUPPORT_URL + "#invalid_selector_exception";

public InvalidSelectorException(String reason) {
super(reason);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class NoSuchElementException extends NotFoundException {

private static final String SUPPORT_URL =
BASE_SUPPORT_URL + "no_such_element.html";
BASE_SUPPORT_URL + "#no_such_element";

public NoSuchElementException(String reason) {
super(reason);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class StaleElementReferenceException extends WebDriverException {

private static final String SUPPORT_URL =
BASE_SUPPORT_URL + "stale_element_reference.html";
BASE_SUPPORT_URL + "#stale_element_reference";

public StaleElementReferenceException(String message) {
super(message);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class WebDriverException extends RuntimeException {

public static final String SESSION_ID = "Session ID";
public static final String DRIVER_INFO = "Driver info";
protected static final String BASE_SUPPORT_URL = "https://www.seleniumhq.org/exceptions/";
protected static final String BASE_SUPPORT_URL = "https://selenium.dev/exceptions/";

private final static String HOST_NAME = HostIdentifier.getHostName();
private final static String HOST_ADDRESS = HostIdentifier.getHostAddress();
Expand Down
2 changes: 1 addition & 1 deletion java/client/src/org/openqa/selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<name>{groupId}:{artifactId}</name>
<description>Selenium automates browsers. That's it! What you do with that power is entirely up to you.</description>
<url>http://www.seleniumhq.org/</url>
<url>https://selenium.dev/</url>

<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion java/client/test/org/openqa/selenium/ClearTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public void shouldBeAbleToClearTextInput() {

@Test
public void shouldBeAbleToClearUrlInput() {
shouldBeAbleToClearInput(By.name("url_input"), "http://seleniumhq.org/");
shouldBeAbleToClearInput(By.name("url_input"), "http://selenium.dev/");
}

@Test
Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Additional resources include

- the #selenium channel on freenode IRC
- the [selenium-users@googlegroups.com][users] list
- [SeleniumHQ](http://www.seleniumhq.org/docs/) documentation
- [SeleniumHQ](https://selenium.dev/documentation/) documentation

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion javascript/node/selenium-webdriver/lib/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Key.chord = function(...keys) {
* elements. Of particular note is the
* {@link selenium-webdriver/remote.FileDetector}, which should be used when
* running against a remote
* [Selenium Server](http://docs.seleniumhq.org/download/).
* [Selenium Server](https://selenium.dev/downloads/).
*/
class FileDetector {

Expand Down
8 changes: 4 additions & 4 deletions javascript/selenium-core/RemoteRunner.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,22 @@

<body onLoad="setTimeout(function(){runSeleniumTest();},1000)" onUnload="cleanUp()">

<table border="1" style="height: 100%; width: 100%;">
<table border="1" style="height: 100%; width: 100%;">
<tr>
<td width="50%">
<table>
<tr>
<td class="remoterunner">
<h4><a href="http://seleniumhq.org">Selenium</a> Functional Testing for Web Apps</h4>
Open Source From <a href="http://seleniumhq.org/about/contributors.html">ThoughtWorks and Friends</a>
<h4><a href="http://selenium.dev">Selenium</a> Functional Testing for Web Apps</h4>
Open Source From <a href="https://selenium.dev/documentation/en/front_matter/copyright_and_attributions/#attributions">ThoughtWorks and Friends</a>
<form action="">
<br/>
<iframe id="seleniumLoggingFrame" name="seleniumLoggingFrame" src="Blank.html" style="border: 0; height: 0; width: 0; "></iframe>
<fieldset>
<button type="button" onclick="LOG.show();">
Show Log
</button>
<label><INPUT TYPE="CHECKBOX" NAME="FASTMODE" VALUE="YES" onmouseup="slowClicked()"> Slow Mode</label>
<label><INPUT TYPE="CHECKBOX" NAME="FASTMODE" VALUE="YES" onmouseup="slowClicked()"> Slow Mode</label>
</fieldset>

</form>
Expand Down
6 changes: 3 additions & 3 deletions javascript/selenium-core/TestRunner-splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
<td></td>
<td class="selenium splash">

<a href="http://seleniumhq.org" title="Visit the Selenium website"><img border="0" align="right" src="selenium-logo.png"></a>
<a href="http://selenium.dev" title="Visit the Selenium website"><img border="0" align="right" src="selenium-logo.png"></a>

<h1>Selenium</h1>
<h2>by <a href="http://www.thoughtworks.com">ThoughtWorks</a> and <a href="http://seleniumhq.org/about/contributors.html">friends</a></h2>
<h2>by <a href="http://www.thoughtworks.com">ThoughtWorks</a> and <a href="https://selenium.dev/documentation/en/front_matter/copyright_and_attributions/#attributions">friends</a></h2>

<p>
For more information on Selenium, visit

<pre>
<a href="http://seleniumhq.org" target="_blank">http://seleniumhq.org</a>
<a href="http://selenium.dev" target="_blank">http://selenium.dev</a>
</pre>

</td>
Expand Down
2 changes: 1 addition & 1 deletion javascript/selenium-core/TestRunner.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<table class="layout">
<tr class="selenium">
<th width="25%" height="1" class="header">
<h1><a href="http://seleniumhq.org" title="The Selenium Project">Selenium</a> TestRunner
<h1><a href="http://selenium.dev" title="The Selenium Project">Selenium</a> TestRunner
</h1>
</th>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion javascript/selenium-core/scripts/selenium-browserbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ BrowserBot.prototype.getWindowByName = function(windowName, doNotModify) {
}
}
if (!targetWindow) {
throw new SeleniumError("Window does not exist. If this looks like a Selenium bug, make sure to read http://seleniumhq.org/docs/02_selenium_ide.html#alerts-popups-and-multiple-windows for potential workarounds.");
throw new SeleniumError("Window does not exist. If this looks like a Selenium bug, make sure to read https://selenium.dev/documentation/en/legacy_docs/selenium_ide/#troubleshooting for potential workarounds.");
}
if (browserVersion.isHTA) {
try {
Expand Down
4 changes: 2 additions & 2 deletions py/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Python language bindings for Selenium WebDriver.
The `selenium` package is used to automate web browser interaction from Python.

+-----------+--------------------------------------------------------------------------------------+
| **Home**: | http://www.seleniumhq.org |
| **Home**: | https://selenium.dev |
+-----------+--------------------------------------------------------------------------------------+
| **Docs**: | `selenium package API <https://seleniumhq.github.io/selenium/docs/api/py/api.html>`_ |
+-----------+--------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -72,7 +72,7 @@ Example 0:
from selenium import webdriver
browser = webdriver.Firefox()
browser.get('http://seleniumhq.org/')
browser.get('http://selenium.dev/')
Example 1:
==========
Expand Down
2 changes: 1 addition & 1 deletion py/test/unit/selenium/webdriver/ie/test_ie_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_ignore_zoom_level(opts):


def test_initial_browser_url(opts):
url = 'http://www.seleniumhq.org'
url = 'http://www.selenium.dev'
opts.initial_browser_url = url
assert opts.initial_browser_url == url
assert opts.options.get(Options.INITIAL_BROWSER_URL) == url
Expand Down
8 changes: 4 additions & 4 deletions rb/spec/unit/selenium/webdriver/edge/options_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ module EdgeHtml

options = Options.new(in_private: true,
extension_paths: ['/path1', '/path2'],
start_page: 'http://seleniumhq.org')
start_page: 'http://selenium.dev')

expect(options.in_private).to eq(true)
expect(options.extension_paths).to eq(['/path1', '/path2'])
expect(options.start_page).to eq('http://seleniumhq.org')
expect(options.start_page).to eq('http://selenium.dev')
end
end

Expand All @@ -56,12 +56,12 @@ module EdgeHtml

options = Options.new(in_private: true,
extension_paths: ['/path1', '/path2'],
start_page: 'http://seleniumhq.org')
start_page: 'http://selenium.dev')

json = options.as_json
expect(json).to eq('ms:inPrivate' => true,
'ms:extensionPaths' => ['/path1', '/path2'],
'ms:startPage' => 'http://seleniumhq.org')
'ms:startPage' => 'http://selenium.dev')
end
end
end # Options
Expand Down

0 comments on commit 07ee491

Please sign in to comment.