Hi,
I used a simple way to extract the text from this WebItem:
I Need the values which were embedded in the 'font' tag, here the value is '(004)' for instance.
I just try FindElement(By.Id("border_currentpage")) and than use elem.Text.
After a Windows 10 update I totally lost connection to my browser, see other post. After installing the new verson of the EdgeDriver, this works for the first page, but on the second page it fails with an unknown error. As far as I can see, the source of the web page didn't change.
Maybe my method worked but is wrong and now it stops working. Can anybody tell me, is this method ok, and if not, how can I get the value correctly.
Thanks for helping.
With best regards
Gerhard