added quic test cloudflare script for windows
This commit is contained in:
parent
a448fc685d
commit
fa007b1742
|
@ -36,4 +36,4 @@ class WebElement(selenium.webdriver.remote.webelement.WebElement):
|
||||||
strattrs = " ".join([f'{k}="{v}"' for k, v in self.attrs.items()])
|
strattrs = " ".join([f'{k}="{v}"' for k, v in self.attrs.items()])
|
||||||
if strattrs:
|
if strattrs:
|
||||||
strattrs = " " + strattrs
|
strattrs = " " + strattrs
|
||||||
return f"<{self.__class__.__name__}(<{self.tag_name}{strattrs}>)>"
|
return f"{self.__class__.__name__} <{self.tag_name}{strattrs}>"
|
||||||
|
|
Loading…
Reference in New Issue