There are some situations where we need to know the url of current page.
selenium IDE
Selenium RC
selenium IDE
<tr>
<td>storeLocation</td>
<td>url</td>
<td></td>
</tr>
<tr>
<td>echo</td>
<td>${url}</td>
<td></td>
</tr>
Selenium RC
String url = selenium.getLocation();
System.out.println(url);
No comments:
Post a Comment