mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix wrong attribute value when checking for external plugins
This commit is contained in:
parent
914686e78e
commit
964d318939
1 changed files with 1 additions and 1 deletions
|
|
@ -921,7 +921,7 @@ try:
|
|||
external_plugins = safe_get_element(
|
||||
driver,
|
||||
By.XPATH,
|
||||
"//div[@data-plugins-external=' external ']",
|
||||
"//div[@data-plugins-external='external']",
|
||||
multiple=True,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue