Change error to warning for text not found on page
This commit is contained in:
parent
39def173ca
commit
706a4e3d39
@ -530,7 +530,7 @@ class WebView(QWebView):
|
||||
"match for: {}".format(text),
|
||||
immediately=True)
|
||||
else:
|
||||
message.error(self.win_id, "Text '{}' not found on "
|
||||
message.warning(self.win_id, "Text '{}' not found on "
|
||||
"page!".format(text), immediately=True)
|
||||
else:
|
||||
def check_scroll_pos():
|
||||
|
Loading…
Reference in New Issue
Block a user