- userst
- Posts : 1
Join date : 2017-06-19
IDE-Script run with Selenium Standalone v.3.4.0, how?
Mon Jun 19, 2017 8:08 pm
Hi,
with Selenium-IDE I have created a test script:
On a Linux test server I started selenium-server-standalone-3.4.0.jar:
My question, how can I pass the test script to the server for this test script to run?
At selenium I'm a beginner.
Regards
userst
with Selenium-IDE I have created a test script:
- Code:
<?xml
version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ".../xhtml1-strict.dtd">
...
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
...
<title>Aufruf Seite 1234</title>
</head>
<body>
<table
cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td
rowspan="1"
colspan="3">Heftarchiv_Aufruf</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>die_damian.de/</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>css=a[title="Test-Point-1"]> span</td>
<td></td>
</tr>
<tr>
<td>clickAndWait</td>
<td>css=a[title="Test-Point-201-2017"]</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>
On a Linux test server I started selenium-server-standalone-3.4.0.jar:
- Code:
/opt/selenium/3.4# java -jar
selenium-server-standalone-3.4.0.jar
14:54:53.169
INFO - Selenium build info: version: '3.4.0', revision: 'unknown'
14:54:53.171
INFO - Launching a standalone Selenium Server
2017-06-19
14:54:53.219:INFO::main: Logging initialized @656ms to
org.seleniumhq.jetty9.util.log.StdErrLog
14:54:53.351
INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver
registration is skipped:
registration capabilities Capabilities
[{ensureCleanSession=true, browserName=internet explorer, version=,
platform=WINDOWS}] does not match the current platform LINUX
14:54:53.352
INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is
skipped:
registration capabilities Capabilities
[{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the
current platform LINUX
14:54:53.353
INFO - Driver class not found: com.opera.core.systems.OperaDriver
14:54:53.353
INFO - Driver provider com.opera.core.systems.OperaDriver registration is
skipped:
Unable
to create new instances on this machine.
14:54:53.354
INFO - Driver class not found: com.opera.core.systems.OperaDriver
14:54:53.354
INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
14:54:53.361
INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is
skipped:
registration capabilities Capabilities
[{browserName=safari, version=, platform=MAC}] does not match the current
platform LINUX
2017-06-19
14:54:53.456:INFO:osjs.Server:main: jetty-9.4.3.v20170317
2017-06-19
14:54:53.571:INFO:osjsh.ContextHandler:main: Started
o.s.j.s.ServletContextHandler@59fa1d9b{/,null,AVAILABLE}
2017-06-19
14:54:53.630:INFO:osjs.AbstractConnector:main: Started
ServerConnector@4ede2314{HTTP/1.1,[http/1.1]}{0.0.0.0:4444}
2017-06-19
14:54:53.637:INFO:osjs.Server:main: Started @1075ms
14:54:53.638
INFO - Selenium Server is up and running
My question, how can I pass the test script to the server for this test script to run?
At selenium I'm a beginner.
Regards
userst
- Warning: Unresponsive script on Firefox 11, Firefox 12, Firefox 13 on selenium-server-standalone-2.x
- add functions to selenium-server-standalone.jar
- isTextPresentXML does not work with selenium-server-standalone-2.25.0.jar
- Selenium IDE generated testcase script is not working in Selenium Webdriver
- In selenium web driver , while running the script ,after the browser(modal) message box is displayed and closed by selenium , the next button click statement is not executing
Permissions in this forum:
You cannot reply to topics in this forum