Can't find Element ( Session Driver )

Hello there ,

Please to help me

  • Unable to find Element

  • (Session info: chrome=70.0.3538.77)

(Driver info: chromedriver=2.35.528161 (5b82f2d2aae0ca24b877009200ced9065a772e73),platform=Windows NT 6.1.7601 SP1 x86_64) (WARNING: The server did not provide any stacktrace information)

Command duration or timeout: 0 milliseconds

Build info: version: ‘3.7.1’, revision: ‘8a0099a’, time: ‘2017-11-06T21:07:36.161Z’

System info: host: ‘BW-PC’, ip: ‘192.168.1.21’, os.name: ‘Windows 7’, os.arch: ‘amd64’, os.version: ‘6.1’, java.version: ‘1.8.0_181’

Driver info: com.kms.katalon.selenium.driver.CChromeDriver

Thank !

Hi, @nam!

In order to help us to help you, please follow the instructions:

http://forum.katalon.com/discussion/9337/tip-my-test-is-broken-nothing-works-please-help-me#latest.

nam said:

Hello there ,

Please to help me

  • Unable to find Element

  • (Session info: chrome=70.0.3538.77)

(Driver info: chromedriver=2.35.528161 (5b82f2d2aae0ca24b877009200ced9065a772e73),platform=Windows NT 6.1.7601 SP1 x86_64) (WARNING: The server did not provide any stacktrace information)

Command duration or timeout: 0 milliseconds

Build info: version: ‘3.7.1’, revision: ‘8a0099a’, time: ‘2017-11-06T21:07:36.161Z’

System info: host: ‘BW-PC’, ip: ‘192.168.1.21’, os.name: ‘Windows 7’, os.arch: ‘amd64’, os.version: ‘6.1’, java.version: ‘1.8.0_181’

Driver info: com.kms.katalon.selenium.driver.CChromeDriver

Thank !

Bug.jpg

Error log says the element you are trying to click is not visible. Try one of the following:

1. add WebUI.waitForElementVisible() before clicking the button
2. or add a WebUI.delay() in order to wait for a set time period before clicking the button.

I have done . But this bug relative My website is smaller

  • I am setting the Prompt like this
  • Maximum Window

Run Successful

Very kindly of solution Mate Mrse soon .

Thank for you time

MaximumWindow.jpg

in that case use scrollToElement command with object you want to click as parameter

Thank Andrej

I try to do " ScrollToElenment" to Successful
The second Solution

Good Job Poadhajsky

1 Like