surbhiD
Results
2
issues of
surbhiD
### Version 1.46.0 ### Steps to reproduce Opened the browser navigated to page filled the details on page and clicked on export button Actual : some random id is visible...
### Version 1.49.0 ### Steps to reproduce self._browser = BrowserType.create_browser(browser_type) self._context = self._browser.new_context( http_credentials = {'username': username,'password': password} if username and password else None, no_viewport = True) self._page = self._context.new_page()...