This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"desiredCapabilities":{"browserName":"Safari","version":"","platform":"ANY","javascriptEnabled":false,"cssSelectorsEnabled":false,"takesScreenshot":false,"nativeEvents":false,"rotatable":false,"bstack:options":{"os":"OS X","osVersion":"High Sierra"},"browserVersion":"11.1"},"capabilities":{"firstMatch":[{"bstack:options":{"os":"OS X","osVersion":"High Sierra"},"browserName":"Safari","browserVersion":"11.1","safari:automaticInspection":true}]}} | |
| 2020-07-06 12:11:33 DEBUG Selenium > {"Accept"=>"application/json", "Content-Type"=>"application/json; charset=UTF-8", "User-Agent"=>"selenium/3.142.7 (ruby linux)", "Content-Length"=>"448"} | |
| 2020-07-06 12:11:37 INFO Selenium <- {"status":0,"sessionId":"c60845d43fc1eac5ee7675f74ce05e61d7d5301b","value":{"applicationCacheEnabled":true,"rotatable":false,"databaseEnabled":true,"handlesAlerts":true,"version":"13605.3.8","cleanSession":true,"platform":"macOS","nativeEvents":true,"locationContextEnabled":false,"webStorageEnabled":true,"browserName":"safari","javascriptEn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #<Selenium::WebDriver::Remote::Response:0x000055c413944558 @code=200, @payload={"status"=>0, "sessionId"=>"cb2c57993066fdf5cb1c7fffcb8879a6bfec9b43", "value"=>{"applicationCacheEnabled"=>true, "rotatable"=>false, "databaseEnabled"=>true, "handlesAlerts"=>true, "version"=>"13605.3.8", "cleanSession"=>true, "platform"=>"macOS", "nativeEvents"=>true, "locationContextEnabled"=>false, "webStorageEnabled"=>true, "browserName"=>"safari", "javascriptEnabled"=>true, "platformName"=>"macOS", "cssSelectorsEnabled"=>true}}, @error_payload={"status"=>0, "sessionId"=>"cb2c57993066fdf5cb1c7fffcb8879a6bfec9b43", "value"=>{"applicationCacheEnabled"=>true, "rotatable"=>false, "databaseEnabled"=>true, "handlesAlerts"=>true, "version"=>"13605.3.8", "cleanSession"=>true, "platform"=>"macOS", "nativeEvents"=>true, "locationContextEnabled"=>false, "webStorageEnabled"=>true, "browserName"=>"safari", "javascriptEnabled"=>true, "platformName"=>"macOS", "cssSelectorsEnabled"=>true}}, @status=0> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Selenium::WebDriver::Remote::OSS::Bridge:0x00005602028a80e0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo $JAVA_HOME | |
| /Users/fyre/.jenv/versions/1.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @classmethod | |
| def tearDownClass(cls): | |
| cls.driver.close() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.openqa.selenium.json.JsonException: Unable to determine type from: <. Last 1 characters read: < Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-192-168-51-230', ip: '192.168.51.230', os.name: 'Linux', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| element = $browser.wait($driver.until.elementIsVisible($browser.findElement($driver.By.id("live-chat"))), DefaultTimeout) | |
| $browser.executeScript("arguments[0].click()", element); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $browser.wait($driver.until.elementIsVisible($browser.findElement($driver.By.id("live-chat"))), DefaultTimeout) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.openqa.selenium.remote.internal.JsonToWebElementConverter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WebDriverError: invalid argument: can't kill an exited process | |
| Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53' | |
| System info: host: 'selenium-node-firefox-9558b9f58-2v8cw', ip: 'ipaddress', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-106-generic', java.version: '1.8.0_252' | |
| Driver info: driver.version: unknown | |
| remote stacktrace: | |
| at Object.checkLegacyResponse (/var/jenkins_home/workspace/project/node_modules/selenium-webdriver/lib/error.js:585:15) | |
| at parseHttpResponse (/var/jenkins_home/workspace/project/node_modules/selenium-webdriver/lib/http.js:556:13) | |
| at Executor.execute (/var/jenkins_home/workspace/project/node_modules/selenium-webdriver/lib/http.js:491:26) | |
| at processTicksAndRejections (internal/process/task_queues.js:93:5) { | |
| name: 'WebDriverError', |