Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit 9491201

Browse files
committed
Change filter name
1 parent be70401 commit 9491201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DotNetCertBot.CloudFlareUserApi/CloudFlareServiceSelenium.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ await Task.Run(async () =>
108108
{
109109
var addButton = _waiter.Until(d => d.FindElement(By.XPath("//span[contains(text(),'Add record')]")));
110110
await MouseClick(addButton);
111-
var dropDown = _waiter.Until(d => d.FindElement(By.ClassName("//button[@id = 'downshift-0-toggle-button']")));
111+
var dropDown = _waiter.Until(d => d.FindElement(By.XPath("//button[@id = 'downshift-0-toggle-button']")));
112112
await MouseClick(dropDown);
113113
var txtOption = _waiter.Until(d => d.FindElement(By.Id("downshift-0-item-18")));
114114
await MouseClick(txtOption);

0 commit comments

Comments
 (0)