Make TerminalSession#clear block until the screen is cleared
This commit is contained in:
@@ -28,6 +28,7 @@ class TerminalSession
|
|||||||
|
|
||||||
def clear
|
def clear
|
||||||
send_keys('C-l')
|
send_keys('C-l')
|
||||||
|
sleep(0.1) until content == ''
|
||||||
end
|
end
|
||||||
|
|
||||||
def destroy
|
def destroy
|
||||||
|
|||||||
Reference in New Issue
Block a user