mdn / interactive-examples

Home of the MDN live code editor interactive examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

syntax error

vetapalem opened this issue · comments

What information was incorrect, unhelpful, or incomplete?

// Issue Python syntax
forget to close ')'

Description

forget closed parenthesis
The Python syntax error (https://developer.mozilla.org/en-US/docs/Web/WebDriver/Errors/InsecureCertificate).

List of pages checked

-https://developer.mozilla.org/en-US/docs/Web/WebDriver/Errors/InsecureCertificate

What did you expect to see?

from selenium import webdriver
from selenium.common import exceptions

session = webdriver.Firefox()
try:
session.get("https://self-signed.badssl.com/")
except exceptions.InsecureCertificateException as e:
print("Hit insecure cert on {}".format(session.current_url)) # this line

Do you have any supporting links, references, or citations?

w3schools:
https://www.w3schools.com/python/ref_string_format.asp

python:
https://docs.python.org/3/tutorial/inputoutput.html#the-string-format-method

Do you have anything more you want to share?

image

It looks like this is your first issue. Welcome! 👋 One of the project maintainers will be with you as soon as possible. We appreciate your patience. To safeguard the health of the project, please take a moment to read our code of conduct.

Hey @vetapalem I would love to work on this issue , May I?

welcome ai-naymul

Acrually I am newbie contributor so could you give me more information regarding this problem?

i think this is a developer problem

I am just finding bugs only

okay I think I got the bug location Can I work on this problem?

ok, are you mdn employee..?

ok, are you mdn employee..?

No I am just an open source contributor and I have made a PR regarding the issue in the content repository

ok
do it