0

I am new to selenium webdriver and is not able to capture network traffic. I tried using performance timing https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming/fetchStart but getting the same timings every time I call the same web page through automation which is different when comparing it while doing it manually. I have a website wherein I need to capture the network timings for different dropdown but getting the same result when using performance timing. Usage of HAR export trigger is avoided as it always gives some error or compatibility problems in Firefox. Any help is appreciated.

1 Answer 1

1

I guess you want to get the changed source of a webpage once you perform an activity over it. If so this should resolve your issue. 'driver.page_source'

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.