MarketSquare / robotframework-browser

Robot Framework Browser library powered by Playwright.
Apache License 2.0
530 stars 106 forks source link

Broken docstring links for keywords like: `New Browser`, `Wait For Request`, `Wait For Response` #2494

Closed cmin764 closed 1 year ago

cmin764 commented 1 year ago

Describe the bug The playwright.dev URLs are broken in the docstring source of such keywords containing references to https://playwright.dev.

To Reproduce Surf docs and look for the ones containing external links like Wait For Request keyword found at this line.

Expected behavior Should direct to this URL:

https://playwright.dev/docs/api/class-page#page-wait-for-response

instead of:

https://playwright.dev/docs/api/class-page/#page-wait-for-response

so the fragment pointing to the right method works correctly.

Screenshots

On both Robocorp's docs and rpaframework.org ones:

Screenshot_2022-12-20_at_14_48_10
Snooz82 commented 1 year ago

fixed in 15.0.0