I am doing test cases using Katalon Studio. The problem is that when I run the test case in Firefox, it shows me the "Authentication Required" popup. Instead, when I use Chrome or Explorer, this does not happen. How can I get rid of this popup when using Firefox?
: WebUI.openBrowser( " http://username:password@WebsiteURL" ) WebUI.openBrowser( "username: password @WebsiteURL" )
WebUI.Authenticate(url, username ,passsword, timeoutseconds).
WebUI.Authenticate(url, username ,passsword, timeoutseconds)
, .
Source: https://habr.com/ru/post/1682103/More articles:The fastest inter-operator communications stack in Service Fabric? - communicationCancel export functions in Python - c ++JAVA: create a list with n objects - javacss transition is not a trigger, adding classes to the same function - javascriptHow to send an object to an action method in angular ui-router - angularjsRestart AnimatorSet from AnimatedVectorDrawableCompat - androidCQRS: How to implement a voting mechanism (many of many relationships) - domain-driven-designОткрыть HTML-модальное всплывающее окно из кода С# - htmlHow to avoid data duplication in my database in ruby on rails - ruby | fooobar.comMerging an array of objects for the same value in Objective-C iOS - iosAll Articles