botcity-dev / botcity-framework-web-python

BotCity Framework Web - Python
https://documentation.botcity.dev/frameworks/web/
Apache License 2.0
40 stars 19 forks source link

Add some method for navigation. #56

Closed lf2a closed 2 years ago

lf2a commented 2 years ago

What's the problem this feature will solve? Avoid using keyboard shortcuts. Sometimes the shortcuts don't work. (eg. Alt+ArrowLeft to return to the previous page.)

Describe the solution you'd like back() forward() refresh()

Reference: https://www.selenium.dev/documentation/webdriver/browser/navigation/