NamIlKim
NamIlKim
``` var driverOptions = new ChromeOptions { AcceptInsecureCertificates = true }; driverOptions.AddAdditionalOption("se:timeZone", "Asia/Seoul"); driverOptions.AddAdditionalOption("se:screenResolution", "1920x1080"); driverOptions.AddArgument("--lang=ko-kr"); driverOptions.AddUserProfilePreference("intl.accept_languages", "ko-kr, kr"); driverOptions.AddArgument("--start-maximized"); driverOptions.AddArguments("disable-infobars"); driverOptions.AddArgument("--window-size=1920,1080"); driverOptions.AddArgument("--disable-background-timer-throttling"); driverOptions.AddArgument("--disable-backgrounding-occluded-windows"); driverOptions.AddArgument("--disable-breakpad"); driverOptions.AddArgument("--disable-component-extensions-with-background-pages"); driverOptions.AddArgument("--disable-extensions"); driverOptions.AddArgument("--disable-features=TranslateUI,BlinkGenPropertyTrees"); driverOptions.AddArgument("--disable-ipc-flooding-protection"); driverOptions.AddArgument("--disable-renderer-backgrounding");...
@SabotageAndi Is it possible to add livingdoc attachments (files) in specflow runner? The documentation(https://docs.specflow.org/projects/specflow/en/latest/outputapi/outputapi.html#addattachment-string-filepath) says it's impossible. If not, when will you apply?
Fixed that issue. Let's request a PullRequest. :) https://github.com/berstend/puppeteer-extra/issues/668
hello @Overmiind could be check please?
i has same issue on version 5.1.1 @1iveowl Thank you very much for your help.
I want that feature.
https://github.com/SeleniumHQ/docker-selenium/issues/1608 session not created, ` System.InvalidOperationException: 'Could not start a new session. Could not start a new session. Timed out waiting for driver server to shutdown. Build info: version: '4.2.2',...
with stealth function This function is required to use capture events, etc. @mxschmitt
Fixed this Issue
feat: add exception message in SparkStepDetails.cshtml and Log.cshtml https://github.com/namilkimfree/extentreports-csharp