Error on getting a value from (internal) website

mdion

New Member
I'm new in Workfusion and trying to apply what I have learned from the tutorial on getting specific value from our internal website.

Xpath that I've got from Loan Type field if //*[@id="form[Form_LoanType]"]

Below is the error message that I've got:

Caused by: org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id="form[Form_LoanType]"]"}
(Session info: chrome=79.0.3945.130)
 

Attachments

  • WF.jpg
    115.3 KB · Views: 0
  • Inspect.jpg
    228.2 KB · Views: 0
  • PM.jpg
    84.3 KB · Views: 0
Top