<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
	<id>https://devcafe.co.kr/w/index.php?action=history&amp;feed=atom&amp;title=Selenium_execption</id>
	<title>Selenium execption - 편집 역사</title>
	<link rel="self" type="application/atom+xml" href="https://devcafe.co.kr/w/index.php?action=history&amp;feed=atom&amp;title=Selenium_execption"/>
	<link rel="alternate" type="text/html" href="https://devcafe.co.kr/w/index.php?title=Selenium_execption&amp;action=history"/>
	<updated>2026-05-18T08:24:45Z</updated>
	<subtitle>이 문서의 편집 역사</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://devcafe.co.kr/w/index.php?title=Selenium_execption&amp;diff=380&amp;oldid=prev</id>
		<title>Devcafe: 새 문서: == Common Exceptions in Selenium Web driver ==  # Exception name  Description # ElementNotVisibleException  This type of Selenium exception occurs when an existing element in DOM has a feature set as hidden. # ElementNotSelectableException   This Selenium exception occurs when an element is presented in the DOM, but you can be able to select. Therefore, it is not possible to interact. # NoSuchElementException  This Exception occurs if an element could not be found. # NoSuchFrame...</title>
		<link rel="alternate" type="text/html" href="https://devcafe.co.kr/w/index.php?title=Selenium_execption&amp;diff=380&amp;oldid=prev"/>
		<updated>2024-10-14T17:10:01Z</updated>

		<summary type="html">&lt;p&gt;새 문서: == Common Exceptions in Selenium Web driver ==  # Exception name  Description # ElementNotVisibleException  This type of Selenium exception occurs when an existing element in DOM has a feature set as hidden. # ElementNotSelectableException   This Selenium exception occurs when an element is presented in the DOM, but you can be able to select. Therefore, it is not possible to interact. # NoSuchElementException  This Exception occurs if an element could not be found. # NoSuchFrame...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Common Exceptions in Selenium Web driver ==&lt;br /&gt;
&lt;br /&gt;
# Exception name  Description&lt;br /&gt;
# ElementNotVisibleException  This type of Selenium exception occurs when an existing element in DOM has a feature set as hidden.&lt;br /&gt;
# ElementNotSelectableException   This Selenium exception occurs when an element is presented in the DOM, but you can be able to select. Therefore, it is not possible to interact.&lt;br /&gt;
# NoSuchElementException  This Exception occurs if an element could not be found.&lt;br /&gt;
# NoSuchFrameException    This Exception occurs if the frame target to be switched to does not exist.&lt;br /&gt;
# NoAlertPresentException This Exception occurs when you switch to no presented alert.&lt;br /&gt;
# NoSuchWindowException   This Exception occurs if the window target to be switch does not exist.&lt;br /&gt;
# StaleElementReferenceException  This Selenium exception occurs happens when the web element is detached from the current DOM.&lt;br /&gt;
# SessionNotFoundException    The WebDriver is acting after you quit the browser.&lt;br /&gt;
# TimeoutException    Thrown when there is not enough time for a command to be completed. For Example, the element searched wasn&amp;#039;t found in the specified time.&lt;br /&gt;
# WebDriverException  This Exception takes place when the WebDriver is acting right after you close the browser.&lt;br /&gt;
# ConnectionClosedException   This type of Exception takes place when there is a disconnection in the driver.&lt;br /&gt;
# ElementClickInterceptedException    The command may not be completed as the element receiving the events is concealing the element which was requested clicked.&lt;br /&gt;
# ElementNotInteractableException This Selenium exception is thrown when any element is presented in the DOM. However, it is impossible to interact with such an element.&lt;br /&gt;
# ErrorInResponseException    This happens while interacting with the Firefox extension or the remote driver server.&lt;br /&gt;
# ErrorHandler.UnknownServerException Exception is used as a placeholder in case if the server returns an error without a stack trace.&lt;br /&gt;
# ImeActivationFailedException    This expectation will occur when IME engine activation has failed.&lt;br /&gt;
# ImeNotAvailableException    It takes place when IME support is unavailable.&lt;br /&gt;
# InsecureCertificateException    Navigation made the user agent to hit a certificate warning. This can cause by an invalid or expired TLS certificate.&lt;br /&gt;
# InvalidArgumentException    It occurs when an argument does not belong to the expected type.&lt;br /&gt;
# InvalidCookieDomainException    This happens when you try to add a cookie under a different domain instead of current URL.&lt;br /&gt;
# InvalidCoordinatesException This type of Exception matches an interacting operation that is not valid.&lt;br /&gt;
# InvalidElementStateExceptio It occurs when command can&amp;#039;t be finished when the element is invalid.&lt;br /&gt;
# InvalidSessionIdException   This Exception took place when the given session ID is not included in the list of active sessions. It means the session does not exist or is inactive either.&lt;br /&gt;
# InvalidSwitchToTargetException  This occurs when the frame or window target to be switched does not exist.&lt;br /&gt;
# JavascriptException This issue occurs while executing JavaScript given by the user.&lt;br /&gt;
# JsonException   It occurs when you afford to get the session when the session is not created.&lt;br /&gt;
# NoSuchAttributeException    This kind of Exception occurs when the attribute of an element could not be found.&lt;br /&gt;
# MoveTargetOutOfBoundsException  It takes place if the target provided to the ActionChains move() methodology is not valid. For Example, out of the document.&lt;br /&gt;
# NoSuchContextException  ContextAware does mobile device testing.&lt;br /&gt;
# NoSuchCookieException   This Exception occurs when no cookie matching with the given pathname found for all the associated cookies of the currently browsing document.&lt;br /&gt;
# NotFoundException   This Exception is a subclass of WebDriverException. This will occur when an element on the DOM does not exist.&lt;br /&gt;
# RemoteDriverServerException This Selenium exception is thrown when the server is not responding because of the problem that the capabilities described are not proper.&lt;br /&gt;
# ScreenshotException It is not possible to capture a screen.&lt;br /&gt;
# SessionNotCreatedException  It happens when a new session could not be successfully created.&lt;br /&gt;
# UnableToSetCookieException  This occurs if a driver is unable to set a cookie.&lt;br /&gt;
# UnexpectedTagNameException  Happens if a support class did not get a web element as expected.&lt;br /&gt;
# UnhandledAlertException This expectation occurs when there is an alert, but WebDriver is not able to perform Alert operation.&lt;br /&gt;
# UnexpectedAlertPresentException It occurs when there is the appearance of an unexpected alert.&lt;br /&gt;
# UnknownMethodException  This Exception happens when the requested command matches with a known URL but and not matching with a methodology for a specific URL.&lt;br /&gt;
# UnreachableBrowserException This Exception occurs only when the browser is not able to be opened or crashed because of some reason.&lt;br /&gt;
# UnsupportedCommandException This occurs when remote WebDriver does n&amp;#039;t send valid commands as expected.#&lt;/div&gt;</summary>
		<author><name>Devcafe</name></author>
	</entry>
</feed>