Add blank lines
This commit is contained in:
parent
0293307d61
commit
8cd822c7db
@ -67,11 +67,13 @@ def get_webelem(geometry=None, frame=None, *, null=False, style=None,
|
|||||||
else:
|
else:
|
||||||
scroll_x = frame.scrollPosition().x()
|
scroll_x = frame.scrollPosition().x()
|
||||||
scroll_y = frame.scrollPosition().y()
|
scroll_y = frame.scrollPosition().y()
|
||||||
|
|
||||||
if js_rect_return is None:
|
if js_rect_return is None:
|
||||||
if frame is None or zoom_text_only:
|
if frame is None or zoom_text_only:
|
||||||
zoom = 1.0
|
zoom = 1.0
|
||||||
else:
|
else:
|
||||||
zoom = frame.zoomFactor()
|
zoom = frame.zoomFactor()
|
||||||
|
|
||||||
elem.evaluateJavaScript.return_value = {
|
elem.evaluateJavaScript.return_value = {
|
||||||
"length": 1,
|
"length": 1,
|
||||||
"0": {
|
"0": {
|
||||||
|
Loading…
Reference in New Issue
Block a user