Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
userst
Posts : 1
Join date : 2017-06-19

IDE-Script run with Selenium Standalone v.3.4.0, how? Empty 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:
  
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
Back to top
Permissions in this forum:
You cannot reply to topics in this forum