mozilla / geckodriver

WebDriver for Firefox
https://firefox-source-docs.mozilla.org/testing/geckodriver/
Mozilla Public License 2.0
7.14k stars 1.52k forks source link

Gecko driver not support FakerLibrary - with robotframework , data not added to the field #2022

Closed santasamirz closed 2 years ago

santasamirz commented 2 years ago

System

Testcase

${fakerdataa} FakerLibrary.Random Int
Input Text ${Email} ${fakerdataa}

Stacktrace no input text added to the field : field still empty

whimboo commented 2 years ago

Could you please attach a trace-level log from geckodriver? Read more about reporting actionable bugs in our contribution guidelines.

whimboo commented 2 years ago

Closing due to missing feedback from reporter.