Skip to content

Commit a03f44b

Browse files
author
Vasyl Vavrychuk
committed
should be disabled on start
1 parent 518b683 commit a03f44b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/WebDriverJsDemo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<td>
5252
<input name="webPage" type="text" onchange="wd.onWebPageChange()" onkeyup="wd.onWebPageChange()"/>
5353
<input id="getButton" type="button" value="GET" onclick="wd.onGet()"/>
54-
<input id="sourceButton" type="button" value="Source" onclick="wd.onSource()"/>
55-
<input id="screenshotButton" type="button" value="Screenshot" onclick="wd.onScreenshot()"/>
54+
<input id="sourceButton" type="button" value="Source" disabled="true" onclick="wd.onSource()"/>
55+
<input id="screenshotButton" type="button" value="Screenshot" disabled="true" onclick="wd.onScreenshot()"/>
5656
<select id="logsSelect" onmouseup="wd.onLogs(this.options[this.selectedIndex].value)">
5757
<option>Logs</option>
5858
<option value="browser">browser</option>

0 commit comments

Comments
 (0)