BoykaFramework / boyka-framework

🎉 Ultimate test automation framework for automating any application on any platform
https://boykaframework.github.io/boyka-framework/
MIT License
123 stars 42 forks source link

⭐ New feature: Add method to fetch input value from the text field. #852

Closed mfaisalkhatri closed 2 months ago

mfaisalkhatri commented 2 months ago

📗 Description of the new feature request?

A simple method should be introduced, i.e. (.inputValue()) that could retrieve the value typed in the input text field. This method should be exposed in line with WebElement.

🚧 Scenario where this would be used?

This method would help in fetching the entered value in the text field and allow the tester to perform assertions easily.

💁 Supporting information

No response