Skip to content

Commit

Permalink
Merge pull request #5822 from zapbot/crowdin-update
Browse files Browse the repository at this point in the history
Update localized resources
  • Loading branch information
thc202 authored Oct 17, 2024
2 parents 14bcf85 + 309edd4 commit c139f92
Show file tree
Hide file tree
Showing 77 changed files with 106 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ oast.alert.otherinfo.received = Se recibió una interacción fuera de banda [{0}
oast.alert.otherinfo.request = Petición
oast.alert.otherinfo.response = Respuesta

oast.api.action.setActiveScanService = Sets the service used with the active scanner.
oast.api.action.setActiveScanService.param.name = The name of the service.
oast.api.action.setBoastOptions = Sets the BOAST options.
oast.api.action.setBoastOptions.param.pollInSecs = The polling frequency.
oast.api.action.setBoastOptions.param.server = The server URL.
oast.api.action.setCallbackOptions = Sets the Callback options.
oast.api.action.setCallbackOptions.param.localAddress = The local address
oast.api.action.setCallbackOptions.param.port = The port to listen on.
oast.api.action.setCallbackOptions.param.remoteAddress = The remote address.
oast.api.action.setDaysToKeepRecords = Sets the number of days the OAST records will be kept for.
oast.api.action.setDaysToKeepRecords.param.days = The number of days.
oast.api.action.setInteractshOptions = Sets the Interactsh options.
oast.api.action.setInteractshOptions.param.authToken = The Interactsh authentication token.
oast.api.action.setInteractshOptions.param.pollInSecs = The polling frequency.
oast.api.action.setInteractshOptions.param.server = The server URL.
oast.api.desc = Out-of-band Application Security Testing Support
oast.api.view.getActiveScanService = Gets the service used with the active scanner, if any.
oast.api.view.getBoastOptions = Gets the BOAST options.
oast.api.view.getCallbackOptions = Gets the Callback options.
oast.api.view.getDaysToKeepRecords = Gets the number of days the OAST records will be kept for.
oast.api.view.getInteractshOptions = Gets the Interactsh options.
oast.api.view.getServices = Gets all of the services.
oast.api.action.setActiveScanService = Establece el servicio usado con el escáner activo.
oast.api.action.setActiveScanService.param.name = El nombre del servicio.
oast.api.action.setBoastOptions = Establece las opciones de BOAST.
oast.api.action.setBoastOptions.param.pollInSecs = La frecuencia de sondeo.
oast.api.action.setBoastOptions.param.server = La URL del servidor.
oast.api.action.setCallbackOptions = Establece las opciones de Callback.
oast.api.action.setCallbackOptions.param.localAddress = La dirección local
oast.api.action.setCallbackOptions.param.port = El puerto a la escucha.
oast.api.action.setCallbackOptions.param.remoteAddress = La dirección remota.
oast.api.action.setDaysToKeepRecords = Establece el número de días que se conservarán los registros de OAST.
oast.api.action.setDaysToKeepRecords.param.days = El número de días.
oast.api.action.setInteractshOptions = Establece las opciones de Interactsh.
oast.api.action.setInteractshOptions.param.authToken = El token de autenticación de Interactsh.
oast.api.action.setInteractshOptions.param.pollInSecs = La frecuencia de sondeo.
oast.api.action.setInteractshOptions.param.server = La URL del servidor.
oast.api.desc = Soporte para Pruebas de Seguridad de Aplicaciones Fuera de banda
oast.api.view.getActiveScanService = Obtiene el número de días que se conservarán los registros de OAST.
oast.api.view.getBoastOptions = Obtiene las opciones de BOAST.
oast.api.view.getCallbackOptions = Obtiene las opciones de Callback.
oast.api.view.getDaysToKeepRecords = Obtiene el número de días que se conservarán los registros de OAST.
oast.api.view.getInteractshOptions = Obtiene las opciones de Interatsh.
oast.api.view.getServices = Obtiene todos los servicios.

oast.boast.error.payload = No se pudo crear el payload [{0}]
oast.boast.error.persist = No se pudo persistir el evento BOAST
Expand Down Expand Up @@ -63,10 +63,10 @@ oast.interactsh.options.label.url = URL del Servidor\:

oast.options.activeScanService = Servicio OOB utilizado en escaneos activos\:
oast.options.activeScanService.tooltip = El servicio seleccionado se utilizará para generar payloads para las reglas de escaneo activas que admitan OAST.
oast.options.clearRecords = Clear All Records
oast.options.clearRecords.confirm = Are you sure you want to clear all of the OAST records?
oast.options.daysToKeep = Days to Keep Records
oast.options.daysToKeep.tooltip = The number of days that OAST payload records will be kept for, if zero then the records will never be deleted.
oast.options.clearRecords = Borra Todos los Registros.
oast.options.clearRecords.confirm = ¿Seguro que quieres borrar todos los registros de OAST?
oast.options.daysToKeep = Días a mantener los registros.
oast.options.daysToKeep.tooltip = La cantidad de días que se conservarán los registros del payload de OAST; si es cero, los registros nunca se eliminarán.
oast.options.general.title = General
oast.options.title = OAST
oast.options.usePermanentDatabase = Utilizar Base de Datos Permanente
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
openapi.api.action.importFile = Importa una definici\u00f3n de OpenAPI desde un archivo local.
openapi.api.action.importFile.param.contextId = The ID of the context. Defaults to the first context, if any.
openapi.api.action.importFile.param.contextId = El ID del contexto. Si no hay, se usar\u00e1n los del primer contexto.
openapi.api.action.importFile.param.file = El archivo que contiene la definici\u00f3n de OpenAPI.
openapi.api.action.importFile.param.target = La URL de destino para sobrescribir la URL del servidor presente en la definici\u00f3n.
openapi.api.action.importFile.param.userId = The ID of the user.
openapi.api.action.importFile.param.userId = El ID del usuario.
openapi.api.action.importUrl = Importa una definici\u00f3n de OpenAPI desde una URL.
openapi.api.action.importUrl.param.contextId = The ID of the context. Defaults to the first context, if any.
openapi.api.action.importUrl.param.contextId = El ID del contexto. Si no hay, se usar\u00e1n los del primer contexto.
openapi.api.action.importUrl.param.hostOverride = La URL de destino (llamada hostOverride por razones hist\u00f3ricas) para sobrescribir la URL del servidor presente en la definici\u00f3n.
openapi.api.action.importUrl.param.url = La URL que localiza la definici\u00f3n de OpenAPI.
openapi.api.action.importUrl.param.userId = The ID of the user.
openapi.api.desc = Allows to import OpenAPI definitions.
openapi.api.action.importUrl.param.userId = El ID del usuario.
openapi.api.desc = Permite importar definiciones de OpenAPI.

openapi.automation.desc = Integraci\u00f3n con el Framework de automatizaci\u00f3n OpenAPI
openapi.automation.dialog.apifile = Archivo API\:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pscanrules.anticlickjacking.compliance.meta.name = X-Frame-Options definidas a t
pscanrules.anticlickjacking.compliance.meta.refs = https\://tools.ietf.org/html/rfc7034\#section-4
pscanrules.anticlickjacking.compliance.meta.soln = Aseg\u00farese de que X-Frame-Options se define a trav\u00e9s de un campo de cabecera de respuesta. Alternativamente considere implementar la directiva \u00abframe-ancestors\u00bb de la Pol\u00edtica de Seguridad de Contenidos.
pscanrules.anticlickjacking.incInCsp = La Pol\u00edtica de Seguridad de Contenidos incluye un elemento \u00abframe-ancestors\u00bb que tiene prioridad sobre la cabecera X-Frame-Options, por lo que se ha planteado un riesgo BAJO.
pscanrules.anticlickjacking.missing.desc = The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.
pscanrules.anticlickjacking.missing.desc = La respuesta no protege contra ataques de "ClickJacking". Debes incluir Content-Security-Policy con la directiva "frame-ancestors" o X-Frame-Options.
pscanrules.anticlickjacking.missing.name = Falta de cabecera Anti-Clickjacking
pscanrules.anticlickjacking.missing.refs = https\://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options
pscanrules.anticlickjacking.missing.soln = Los navegadores web modernos admiten las cabeceras HTTP Content-Security-Policy y X-Frame-Options. Aseg\u00farese de que una de ellas est\u00e1 configurada en todas las p\u00e1ginas web devueltas por su sitio/aplicaci\u00f3n.\nSi espera que la p\u00e1gina est\u00e9 enmarcada solo por p\u00e1ginas en su servidor (por ejemplo, si forma parte de un FRAMESET), utilice SAMEORIGIN; de lo contrario, si no espera que la p\u00e1gina est\u00e9 enmarcada, utilice DENY. Alternativamente, considere implementar la directiva "frame-ancestors" de la Pol\u00edtica de Seguridad de Contenidos.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replacer.add.warning.nodesc = Debe proporcionar una descripci\u00f3n
replacer.add.warning.nomatch = Debe suministrar una cadena de coincidencia
replacer.add.warning.tokmissing = El procesamiento de tokens est\u00e1 habilitado pero no se encontraron reemplazos de tokens v\u00e1lidos en la cadena de reemplazo

replacer.api.action.addRule = Adds a replacer rule. For the parameters\: desc is a user friendly description, enabled is true or false, matchType is one of [REQ_HEADER, REQ_HEADER_STR, REQ_BODY_STR, RESP_HEADER, RESP_HEADER_STR, RESP_BODY_STR], matchRegex should be true if the matchString should be treated as a regex otherwise false, matchString is the string that will be matched against, replacement is the replacement string, initiators may be blank (for all initiators) or a comma separated list of integers as defined in <a href\="https\://www.zaproxy.org/docs/constants/">Request Initiator Constants</a>
replacer.api.action.addRule = A\u00f1ade una regla de sustituci\u00f3n. Para los par\u00e1metros\: desc es una descripci\u00f3n f\u00e1cil de usar, enabled es true o false, matchType es uno de [REQ_HEADER, REQ_HEADER_STR, REQ_BODY_STR, RESP_HEADER, RESP_HEADER_STR, RESP_BODY_STR], matchRegex debe ser true si matchString debe tratarse como una expresi\u00f3n regular, en caso contrario false, matchString es la cadena con la que se comparar\u00e1, replacement es la cadena de sustituci\u00f3n, initiators puede estar en blanco (para todos los iniciadores) o ser una lista de enteros separados por comas como se define en <a href\="https\://www.zaproxy.org/docs/constants/">Request Initiator Constants</a>.
replacer.api.action.addRule.param.url = Una expresi\u00f3n regular que coincide con la URL del mensaje; si est\u00e1 vac\u00eda, la regla se aplica a todos los mensajes.
replacer.api.action.removeRule = Elimina la regla con la descripci\u00f3n dada.
replacer.api.action.setEnabled = Habilita o deshabilita la regla con la descripci\u00f3n proporcionada seg\u00fan el par\u00e1metro boleano
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ reports.report.stats.auth.state.noindicator = Estado \: Sin Indicador
reports.report.stats.auth.state.unknown = Estado\: Desconocido
reports.report.stats.auth.success = Autenticación \: Validada

reports.report.title = ZAP by Checkmarx Scanning Report
reports.report.title = ZAP por Informe de Escaneo Checkmarx

reports.report.zapVersion = ZAP Versión\: {0}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Веб-драйверы Linux </H1>
<p>
Надстройка Linux WebDrivers предоставляет веб-драйверы для следующих браузеров:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>Linux WebDrivers</H1>
<p>
The Linux WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>MacOS WebDrivers</H1>
<p>
The MacOS WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>MacOS WebDrivers</H1>
<p>
The MacOS WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>MacOS WebDrivers</H1>
<p>
The MacOS WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>MacOS WebDrivers</H1>
<p>
The MacOS WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>MacOS WebDrivers</H1>
<p>
The MacOS WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>MacOS WebDrivers</H1>
<p>
The MacOS WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <H1>MacOS WebDrivers</H1>
<p>
The MacOS WebDrivers add-on provides WebDrivers for the following browsers:
<ul>
<li>Chrome - ChromeDriver 129.0.6668.100</li>
<li>Chrome - ChromeDriver 130.0.6723.58</li>
<li>Firefox - geckodriver 0.35.0</li>
</ul>

Expand Down
Loading

0 comments on commit c139f92

Please sign in to comment.