mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
fix xpath to get firefox uuid (#11323)
This commit is contained in:
parent
7c92caa7f7
commit
ca7259246c
@ -75,9 +75,7 @@ class FirefoxDriver {
|
||||
await this._driver.get('about:debugging#addons');
|
||||
return await this._driver
|
||||
.wait(
|
||||
until.elementLocated(
|
||||
By.xpath("//dl/div[contains(., 'Internal UUID')]/dd"),
|
||||
),
|
||||
until.elementLocated(By.xpath("//dl/div[contains(., 'UUID')]/dd")),
|
||||
1000,
|
||||
)
|
||||
.getText();
|
||||
|
Loading…
Reference in New Issue
Block a user