zebrunner / stf

Mirror for git@github.com:openstf/stf.git repository
Other
30 stars 18 forks source link

iOS: left and right buttons click on keyboard don't work on browser URL #952

Closed dhreben closed 3 months ago

dhreben commented 4 months ago

Steps:

  1. Open STF
  2. Open iPhone_8
  3. Open browser
  4. Try to click left or right buttons on browser URL

Actual result: Left and right buttons click on keyboard don't work on browser URL

Screenshot 2024-04-24 at 15 12 19
ignacionar commented 3 months ago

Should be closed as won't fix, there are no character values for Left, Right, Down and Up buttons of the keyboard.

The endpoint we use for typing keys only receives characters or their ascii code. The keys don't have these values.

vdelendik commented 3 months ago

closing as won't fix according to @ignacionar comment