-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trace viewer doesn't show formatted screen on main screen #1096
Comments
Perhaps this problem is already fixed with new version of playwright..... microsoft/playwright#6985 (comment). But I don't have access to this @next release to check it |
There tracing is based on Playwright and library servers only as thin wrapper on the top. If the UI opens, but is missing something, then it's a bug in the Playwright side, most likely. Could you share example that demonstrates the problem? Also could you share details about the OS you are using? |
I already added an example. When looking at dev console several errors are shown that css and js files can't be found(404). But I can't show you that(corporate issue) |
Will retry when new version of playwright is available. I can't get the @next version of playwright(corporate issue) |
There was a new release from PW side which has fixes on this subject: microsoft/playwright#7085 |
The new version did not solve the problem. I first tried with a trace zip
file from previous playwright version(1.12.2) which has the same
problem.... No formatting. Then I created a new zip with
playwright(1.12.3), and started the show trace command. No difference...
I'm sorry to say
…On Mon, Jun 28, 2021, 09:26 Tatu Aalto ***@***.***> wrote:
There was a new release from PW side which has fixes on this subject:
microsoft/playwright#7085
<microsoft/playwright#7085>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1096 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARLATWLS75CLKI7R6S7T34TTVAP3TANCNFSM47EEME2Q>
.
|
I can not reproduce the problem. For me the trace viewer looks same as in Playwright docs: https://playwright.dev/docs/trace-viewer The |
Did you time to try it out manually from the command line? |
Hello Tatu,
I didn't have time to check it manually from the commandline.
I'm waiting for the new release of playwright 1.12.4 or 1.13
Then I will check again
…On Thu, Jul 8, 2021 at 8:50 AM Tatu Aalto ***@***.***> wrote:
Did you time to try it out manually from the command line?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1096 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARLATWKPKYOPKHJSKBRCK7TTWVDEDANCNFSM47EEME2Q>
.
|
New pw release is out, could you retest, |
Hello Tatu,
I retested.
It still is the same problem.
Currently little bit short on time. I don't know when I can move the issue
to the playwright issue list. But will do that as soon i have time.
Erik
…On Thu, Jul 22, 2021, 10:32 Tatu Aalto ***@***.***> wrote:
New pw release is out, could you retest,
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1096 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARLATWKJVPGVT4PJT4Z2ID3TY7JRLANCNFSM47EEME2Q>
.
|
I will close the issue because it looks like a PW side problem. If you feel differently, please tell why. |
opened issue with playwright: microsoft/playwright#8095 |
tested with robotframework 8.0.2 and playwright 15.1. It's getting better, but still not all problems are resolved |
Describe the bug
I took a first look at the show-trace option of rfbrowser. It has great potential.
After starting the show-trace I'm presented with a screen with 4 parts
That's all great.
The problem is with the main screen, which should contain the FORMATTED screen at that point in time. Problem is that no formatting seems to take place. Everything is below each other: menu, several tables. forms etc. stylesheets etc and coloring is not applied. The rest of the show-trace app seems to work as expected
I can't share pictures of this unfortunately, but I was wondering if something can be done to get the main screen formatted. Now the point were a click is applied is screwed up (or doesn't point to the correct point).
This could be caused by local network restrictions, but I was under the impression that all resources to format the trace, were in the trace.zip
To Reproduce
every "rfbrowser show-trace F
Expected behavior
I expected the main screen to look like: "https://www.youtube.com/watch?v=Zutt7N6VvcU" when clicked on actions
Screenshots
The mainscreen, but no formatting of coloring on the web page
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: