omarjr16 Posted September 7, 2018 Share Posted September 7, 2018 @Danp2 @error = 0 i can use adblocker but i need to download the extension every time i make a new session.... u can see alot of diffrence between normal chrome window and the new session window i will be very happy if u show me how to turn on extensions Link to comment Share on other sites More sharing options...
Danp2 Posted September 7, 2018 Author Share Posted September 7, 2018 4 minutes ago, omarjr16 said: _WDStartup: WD.au3: 0.1.0.10 You should download the latest version 8 minutes ago, omarjr16 said: _WD_FindElement ==> No match: HTTP status = 404 Your element isn't being found. You may have better luck using a CSS selector instead of xpath in this instance. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
Danp2 Posted September 7, 2018 Author Share Posted September 7, 2018 @omarjr16 You should read up on the ChromeDriver options -- http://chromedriver.chromium.org/capabilities http://chromedriver.chromium.org/extensions Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
omarjr16 Posted September 7, 2018 Share Posted September 7, 2018 @Danp2 thank you for help.. i have WD 0.1.0.13 tho i will try to guess how to use CSS selector this is the last version right? Link to comment Share on other sites More sharing options...
BigDaddyO Posted September 7, 2018 Share Posted September 7, 2018 I've had problems accessing controls where there are spaces between multiple object names. Whenever I see that, I switch over to using Contains() and do an and for each word $_WD_LOCATOR_ByXPath, "//button[contains(@class, 'videoAdUiSkipButton') and contains(@class,'videoAdUiAction') and contains(@class,'videoAdUiRedesignedSkipButtonng-binding')] Link to comment Share on other sites More sharing options...
Danp2 Posted September 7, 2018 Author Share Posted September 7, 2018 1 hour ago, omarjr16 said: i have WD 0.1.0.13 You are correct. Looks like I forgot to update this variable in the last few releases. Mea Culpa. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
omarjr16 Posted September 7, 2018 Share Posted September 7, 2018 @BigDaddyO still dont work My Code: $sElement = _WD_FindElement($sSession, $_WD_LOCATOR_ByXPath, "//button[contains(@class, 'videoAdUiSkipButton') and contains(@class,'videoAdUiAction') and contains(@class,'videoAdUiRedesignedSkipButtonng-binding')]") sleep(1000) ConsoleWrite("'$sElement': " & $sElement & @CRLF) ;returns empty string...? ConsoleWrite("'Error': " & @error & @CRLF) ConsoleWrite("'$sElement' text: " & _WD_ElementAction($sSession, $sElement, 'text') & @CRLF) ;returns empty string...? ConsoleWrite("'$sElement' rect: " & _WD_ElementAction($sSession, $sElement, 'rect') & @CRLF) ;returns empty string...??? _WD_ElementAction($sSession,$sElement,'click') Error: __WD_Post: URL=HTTP://127.0.0.1:9515/session/881d0c1b7786144ad48c7a3ac7e49d2b/element; $sData={"using":"xpath","value":"//button[contains(@class, 'videoAdUiSkipButton') and contains(@class,'videoAdUiAction') and contains(@class,'videoAdUiRedesignedSkipButtonng-binding')]"} __WD_Post: StatusCode=404; ResponseText={"value":{"error":"no such element","message":"Unable to locate element{\"method\"\"xpath\",\"selector\"\"//button[contains(@class, 'videoAdUiSkipButton') and contains(@class,'videoAdUiAction') and contains(@class,'videoAdUiRedesignedSkipButtonng-binding')]\"}(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x002842E0+803552]\n\tOrdinal0 [0x0022E1BD+451005]\n\tOrdinal0 [0x0020925D+299613]\n\tOrdinal0 [0x001D777E+96126]\n\tOrdinal0 [0x001F15E0+202208]\n\tOrdinal0 [0x001E8EA0+167584]\n\tOrdinal0 [0x001F022B+197163]\n\tOrdinal0 [0x001E8D3B+167227]\n\tOrdinal0 [0x001D2418+74776]\n\tOrdinal0 [0x001D3876+79990]\n\tOrdinal0 [0x001D3810+79888]\n\tOrdinal0 [0x0028EB32+846642]\n\tOrdinal0 [0x0023A55E+501086]\n\tOrdinal0 [0x0023A883+501891]\n\tOrdinal0 [0x0023AA03+502275]\n\tOrdinal0 [0x0028FE37+851511]\n\tOrdinal0 [0x0023A29F+500383]\n\tOrdinal0 [0x002447AE+542638]\n\tOrdinal0 [0x0024FABB+588475]\n\tOrdinal0 [0x0024FC25+588837]\n\tOrdinal0 [0x0024EDDB+585179]\n\tBaseThreadInitThunk [0x74DC8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x774958ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x774958BD+205]\n"}} _WD_FindElement: {"value":{"error":"no such element","message":"Unable to locate element{\"method\"\"xpath\",\"selector\"\"//button[contains(@class, 'videoAdUiSkipButton') and contains(@class,'videoAdUiAction') and contains(@class,'videoAdUiRedesignedSkipButtonng-binding')]\"}(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x002842E0+803552]\n\tOrdinal0 [0x0022E1BD+451005]\n\tOrdinal0 [0x0020925D+299613]\n\tOrdinal0 [0x001D777E+96126]\n\tOrdinal0 [0x001F15E0+202208]\n\tOrdinal0 [0x001E8EA0+167584]\n\tOrdinal0 [0x001F022B+197163]\n\tOrdinal0 [0x001E8D3B+167227]\n\tOrdinal0 [0x001D2418+74776]\n\tOrdinal0 [0x001D3876+79990]\n\tOrdinal0 [0x001D3810+79888]\n\tOrdinal0 [0x0028EB32+846642]\n\tOrdinal0 [0x0023A55E+501086]\n\tOrdinal0 [0x0023A883+501891]\n\tOrdinal0 [0x0023AA03+502275]\n\tOrdinal0 [0x0028FE37+851511]\n\tOrdinal0 [0x0023A29F+500383]\n\tOrdinal0 [0x002447AE+542638]\n\tOrdinal0 [0x0024FABB+588475]\n\tOrdinal0 [0x0024FC25+588837]\n\tOrdinal0 [0x0024EDDB+585179]\n\tBaseThreadInitThunk [0x74DC8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x774958ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x774958BD+205]\n"}} _WD_FindElement ==> No match: HTTP status = 404 '$sElement': 'Error': 0 __WD_Get: URL=HTTP://127.0.0.1:9515/session/881d0c1b7786144ad48c7a3ac7e49d2b/element//text __WD_Get: StatusCode=404; $sResponseText={"value":{"error":"stale element reference","message":"element is not attached to the page document(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x002842E0+803552]\n\tOrdinal0 [0x0022E1BD+451005]\n\tOrdinal0 [0x0020925D+299613]\n\tOrdinal0 [0x0020AF1D+306973]\n\tOrdinal0 [0x0020AE06+306694]\n\tOrdinal0 [0x001D5F01+89857]\n\tOrdinal0 [0x001E8E6D+167533]\n\tOrdinal0 [0x001D43A8+82856]\n\tOrdinal0 [0x001E9081+168065]\n\tOrdinal0 [0x001F022B+197163]\n\tOrdinal0 [0x001E8D3B+167227]\n\tOrdinal0 [0x001D2418+74776]\n\tOrdinal0 [0x001D3876+79990]\n\tOrdinal0 [0x001D3810+79888]\n\tOrdinal0 [0x0028EB32+846642]\n\tOrdinal0 [0x0023A55E+501086]\n\tOrdinal0 [0x0023A883+501891]\n\tOrdinal0 [0x0023AA03+502275]\n\tOrdinal0 [0x0028FE37+851511]\n\tOrdinal0 [0x0023A29F+500383]\n\tOrdinal0 [0x002447AE+542638]\n\tOrdinal0 [0x0024FABB+588475]\n\tOrdinal0 [0x0024FC25+588837]\n\tOrdinal0 [0x0024EDDB+585179]\n\tBaseThreadInitThunk [0x74DC8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x774958ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x774958BD+205]\n"}} _WD_ElementAction: {"value":{"error":"stale element reference","message":"element is not attached to the page document(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x002842E0+803552]\n\tOrdinal0 [0x0022E1BD+451005]\n\tOrdinal0 [0x0020925D+299613]\n\tOrdinal0 [0x0020AF1D+306973]\n\tOrdinal0 [0x0020AE06+306694]\n\tOrdinal0 [0x001D5F01+89857]\n\tOrdinal0 [0x001E8E6D+167533]\n\tOrdinal0 [0x001D43A8+82856]\n\tOrdinal0 [0x001E9081+168065]\n\tOrdinal0 [0x001F022B+197163]\n\tOrdinal0 [0x001E8D3B+167227]\n\tOrdinal0 [0x001D2418+74776]\n\tOrdinal0 [0x001D3876+79990]\n\tOrdinal0 [0x001D3810+79888]\n\tOrdinal0 [0x0028EB32+846642]\n\tOrdinal0 [0x0023A55E+501086]\n\tOrdinal0 [0x0023A883+501891]\n\tOrdinal0 [0x0023AA03+502275]\n\tOrdinal0 [0x0028FE37+851511]\n\tOrdinal0 [0x0023A29F+500383]\n\tOrdinal0 [0x002447AE+542638]\n\tOrdinal0 [0x0024FABB+588475]\n\tOrdinal0 [0x0024FC25+588837]\n\tOrdinal0 [0x0024EDDB+585179]\n\tBaseThreadInitThunk [0x74DC8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x774958ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x774958BD+205]\n"}} '$sElement' text: __WD_Get: URL=HTTP://127.0.0.1:9515/session/881d0c1b7786144ad48c7a3ac7e49d2b/element//rect __WD_Get: StatusCode=404; $sResponseText={"value":{"error":"stale element reference","message":"element is not attached to the page document(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x002842E0+803552]\n\tOrdinal0 [0x0022E1BD+451005]\n\tOrdinal0 [0x0020925D+299613]\n\tOrdinal0 [0x0020AF1D+306973]\n\tOrdinal0 [0x0020AE06+306694]\n\tOrdinal0 [0x001D656C+91500]\n\tOrdinal0 [0x001E8E6D+167533]\n\tOrdinal0 [0x001D43A8+82856]\n\tOrdinal0 [0x001E9081+168065]\n\tOrdinal0 [0x001F022B+197163]\n\tOrdinal0 [0x001E8D3B+167227]\n\tOrdinal0 [0x001D2418+74776]\n\tOrdinal0 [0x001D3876+79990]\n\tOrdinal0 [0x001D3810+79888]\n\tOrdinal0 [0x0028EB32+846642]\n\tOrdinal0 [0x0023A55E+501086]\n\tOrdinal0 [0x0023A883+501891]\n\tOrdinal0 [0x0023AA03+502275]\n\tOrdinal0 [0x0028FE37+851511]\n\tOrdinal0 [0x0023A29F+500383]\n\tOrdinal0 [0x002447AE+542638]\n\tOrdinal0 [0x0024FABB+588475]\n\tOrdinal0 [0x0024FC25+588837]\n\tOrdinal0 [0x0024EDDB+585179]\n\tBaseThreadInitThunk [0x74DC8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x774958ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x774958BD+205]\n"}} _WD_ElementAction: {"value":{"error":"stale element reference","message":"element is not attached to the page document(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x002842E0+803552]\n\tOrdinal0 [0x0022E1BD+451005]\n\tOrdinal0 [0x0020925D+299613]\n\tOrdinal0 [0x0020AF1D+306973]\n\tOrdinal0 [0x0020AE06+306694]\n\tOrdinal0 [0x001D656C+91500]\n\tOrdinal0 [0x001E8E6D+167533]\n\tOrdinal0 [0x001D43A8+82856]\n\tOrdinal0 [0x001E9081+168065]\n\tOrdinal0 [0x001F022B+197163]\n\tOrdinal0 [0x001E8D3B+167227]\n\tOrdinal0 [0x001D2418+74776]\n\tOrdinal0 [0x001D3876+79990]\n\tOrdinal0 [0x001D3810+79888]\n\tOrdinal0 [0x0028EB32+846642]\n\tOrdinal0 [0x0023A55E+501086]\n\tOrdinal0 [0x0023A883+501891]\n\tOrdinal0 [0x0023AA03+502275]\n\tOrdinal0 [0x0028FE37+851511]\n\tOrdinal0 [0x0023A29F+500383]\n\tOrdinal0 [0x002447AE+542638]\n\tOrdinal0 [0x0024FABB+588475]\n\tOrdinal0 [0x0024FC25+588837]\n\tOrdinal0 [0x0024EDDB+585179]\n\tBaseThreadInitThunk [0x74DC8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x774958ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x774958BD+205]\n"}} '$sElement' rect: __WD_Post: URL=HTTP://127.0.0.1:9515/session/881d0c1b7786144ad48c7a3ac7e49d2b/element//click; $sData={"id":""} __WD_Post: StatusCode=404; ResponseText={"value":{"error":"stale element reference","message":"element is not attached to the page document(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x002842E0+803552]\n\tOrdinal0 [0x0022E1BD+451005]\n\tOrdinal0 [0x0020925D+299613]\n\tOrdinal0 [0x0020AF1D+306973]\n\tOrdinal0 [0x0020AE06+306694]\n\tOrdinal0 [0x001D816A+98666]\n\tOrdinal0 [0x001D460D+83469]\n\tOrdinal0 [0x001E8E6D+167533]\n\tOrdinal0 [0x001D43A8+82856]\n\tOrdinal0 [0x001E9081+168065]\n\tOrdinal0 [0x001F022B+197163]\n\tOrdinal0 [0x001E8D3B+167227]\n\tOrdinal0 [0x001D2418+74776]\n\tOrdinal0 [0x001D3876+79990]\n\tOrdinal0 [0x001D3810+79888]\n\tOrdinal0 [0x0028EB32+846642]\n\tOrdinal0 [0x0023A55E+501086]\n\tOrdinal0 [0x0023A883+501891]\n\tOrdinal0 [0x0023AA03+502275]\n\tOrdinal0 [0x0028FE37+851511]\n\tOrdinal0 [0x0023A29F+500383]\n\tOrdinal0 [0x002447AE+542638]\n\tOrdinal0 [0x0024FABB+588475]\n\tOrdinal0 [0x0024FC25+588837]\n\tOrdinal0 [0x0024EDDB+585179]\n\tBaseThreadInitThunk [0x74DC8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x774958ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x774958BD+205]\n"}} _WD_ElementAction: {"value":{"error":"stale element reference","message":"element is not attached to the page document(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x002842E0+803552]\n\tOrdinal0 [0x0022E1BD+451005]\n\tOrdinal0 [0x0020925D+299613]\n\tOrdinal0 [0x0020AF1D+306973]\n\tOrdinal0 [0x0020AE06+306694]\n\tOrdinal0 [0x001D816A+98666]\n\tOrdinal0 [0x001D460D+83469]\n\tOrdinal0 [0x001E8E6D+167533]\n\tOrdinal0 [0x001D43A8+82856]\n\tOrdinal0 [0x001E9081+168065]\n\tOrdinal0 [0x001F022B+197163]\n\tOrdinal0 [0x001E8D3B+167227]\n\tOrdinal0 [0x001D2418+74776]\n\tOrdinal0 [0x001D3876+79990]\n\tOrdinal0 [0x001D3810+79888]\n\tOrdinal0 [0x0028EB32+846642]\n\tOrdinal0 [0x0023A55E+501086]\n\tOrdinal0 [0x0023A883+501891]\n\tOrdinal0 [0x0023AA03+502275]\n\tOrdinal0 [0x0028FE37+851511]\n\tOrdinal0 [0x0023A29F+500383]\n\tOrdinal0 [0x002447AE+542638]\n\tOrdinal0 [0x0024FABB+588475]\n\tOrdinal0 [0x0024FC25+588837]\n\tOrdinal0 [0x0024EDDB+585179]\n\tBaseThreadInitThunk [0x74DC8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x774958ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x774958BD+205]\n"}} >Exit code: 0 Time: 142.7 html: Link to comment Share on other sites More sharing options...
Danp2 Posted September 7, 2018 Author Share Posted September 7, 2018 @omarjr16 Can you post the actual script or a reproducer? As is, we are just guessing at what you are attempting to do. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
omarjr16 Posted September 7, 2018 Share Posted September 7, 2018 #include "wd_helper.au3" #include "wd_core.au3" HotKeySet("{F4}", "iWork") _WD_Option('Driver', 'chromedriver.exe') _WD_Option('Port', 9515) _WD_Option('DriverParams', '--verbose --log-path=' & @ScriptDir & '\chrome2.log') $iWork = 0 $_WD_DEBUG = true $sDesiredCapabilities = '{"capabilities": {"alwaysMatch": {"chromeOptions": {"w3c": true, "args":["disable-infobars"] }}}}' _WD_Startup() $sSession= _WD_CreateSession($sDesiredCapabilities) while 1 while $iWork = 1 ;$sElement = _WD_FindElement($sSession, $_WD_LOCATOR_ByXPath, "//button[@class='videoAdUiSkipButton videoAdUiAction videoAdUiRedesignedSkipButtonng-binding']") $sElement = _WD_FindElement($sSession, $_WD_LOCATOR_ByXPath, "//button[contains(@class, 'videoAdUiSkipButton') and contains(@class,'videoAdUiAction') and contains(@class,'videoAdUiRedesignedSkipButtonng-binding')]") _WD_ElementAction($sSession,$sElement,'click') Wend Wend Func iWork() HotKeySet("{F4}") If $iWork = 1 then $iWork = 0 Else $iWork = 1 Endif HotKeySet("{F4}", "iWork") Endfunc i Want to auto-skip google ads .. adblocker will be better but i didnt found how to add him to the new session Link to comment Share on other sites More sharing options...
BigDaddyO Posted September 7, 2018 Share Posted September 7, 2018 Since you are using Chrome, when you do the Inspect to see the html. If you do Ctrl+F that will bring up a Find. You can paste the exact xpath there and if it doesn't find it, then there is something wrong. You can update the xpath text in the Find box on the fly until it highlights the element you want. Also, you may want to follow that element tree up and make sure it's not in a frame. Link to comment Share on other sites More sharing options...
Danp2 Posted September 7, 2018 Author Share Posted September 7, 2018 (edited) You never call _WD_Navigate, so how does the website get loaded? What's the URL for the site? Edited September 7, 2018 by Danp2 typo Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
omarjr16 Posted September 7, 2018 Share Posted September 7, 2018 i did tests in alot of websites for exemple youtube... Link to comment Share on other sites More sharing options...
omarjr16 Posted September 7, 2018 Share Posted September 7, 2018 ChromeOptions options = new ChromeOptions(); options.addExtensions(new File("/path/to/extension.crx")); DesiredCapabilities capabilities = new DesiredCapabilities(); capabilities.setCapability(ChromeOptions.CAPABILITY, options); ChromeDriver driver = new ChromeDriver(capabilities); can u show me how to call this Chromedriver code using autoit ... Link to comment Share on other sites More sharing options...
Danp2 Posted September 7, 2018 Author Share Posted September 7, 2018 I suspect that this needs to be part of the $sDesiredCapabilities string that gets passed to _WD_CreateSession. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
omarjr16 Posted September 7, 2018 Share Posted September 7, 2018 i used find tool and even extensions but they could not find it even with xpathOnClick maybe that picture can help @Danp2 @BigDaddyO Link to comment Share on other sites More sharing options...
omarjr16 Posted September 7, 2018 Share Posted September 7, 2018 1 hour ago, BigDaddyO said: Also, you may want to follow that element tree up and make sure it's not in a frame. its in frame what i must do?! Link to comment Share on other sites More sharing options...
Danp2 Posted September 7, 2018 Author Share Posted September 7, 2018 Look at DemoFrames function in the Demo script. You'll have to call _WD_FrameEnter to switch to the frame before you can interact with it's contents. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
omarjr16 Posted September 8, 2018 Share Posted September 8, 2018 so i must do something like this ?! $sElement = _WD_FindElement($sSession, $_WD_LOCATOR_ByXPath, "//iframe[contains(@src,'http://imasdk.googleapis.com/js/core/bridge3.234.1_en.html#goog_')]") _WD_FrameEnter($sSession, $sElement) $sElement = _WD_FindElement($sSession, $_WD_LOCATOR_ByXPath, "//button[contains(@class, 'videoAdUiSkipButton') and contains(@class,'videoAdUiAction') and contains(@class,'videoAdUiRedesignedSkipButtonng-binding')]") _WD_ElementAction($sSession,$sElement,'click') Link to comment Share on other sites More sharing options...
Danp2 Posted September 8, 2018 Author Share Posted September 8, 2018 Yes, that's the general idea. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
omarjr16 Posted September 8, 2018 Share Posted September 8, 2018 it didnt work My Code: $eFrame = _WD_FindElement($sSession, $_WD_LOCATOR_ByXPath, "//iframe[contains(@src,'http://imasdk.googleapis.com/js/core/bridge3.234.1_en.html#goog_')]") $FrameEnter = _WD_FrameEnter($sSession, $eFrame) $sElement = _WD_FindElement($sSession, $_WD_LOCATOR_ByXPath, "//button[contains(@class, 'videoAdUiSkipButton') and contains(@class,'videoAdUiAction') and contains(@class,'videoAdUiRedesignedSkipButtonng-binding')]") _WD_ElementAction($sSession,$sElement,'click') Console: DStartup: OS: WIN_10 WIN32_NT 15063 _WDStartup: AutoIt: 3.3.14.5 _WDStartup: WD.au3: 0.1.0.10 _WDStartup: Driver: chromedriver.exe _WDStartup: Params: --verbose --log-path=C:\Users\Admin\Desktop\UDF\webdriver udf\Projects\chrome.log _WDStartup: Port: 9515 __WD_Post: URL=HTTP://127.0.0.1:9515/session; $sData={"capabilities": {"alwaysMatch": {"chromeOptions": {"w3c": true, "args":["disable-infobars"] }}}} __WD_Post: StatusCode=200; ResponseText={"value":{"capabilities":{"acceptInsecureCerts":false,"acceptSslCerts":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"2.41.578737 (49da6702b16031c40d63e5618de03a32ff6c197e)","userDataDir":"C:\\Users\\Admin\\AppData\\Local\\Temp\\scoped_dir10176_23500"},"cssSelectorsEnabled":true,"databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:24682"},"handlesAlerts":true,"hasTouchScreen":false,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"networkConnectionEnabled":false,"pageLoadStrategy":"normal","platform":"Windows NT","rotatable":false,"setWindowRect":true,"takesHeapSnapshot":true,"takesScreenshot":true,"unexpectedAlertBehaviour":"","version":"69.0.3497.81","webStorageEnabled":true},"sessionId":"570fd6c710831f389894fdddfd9c6afd"}} _WD_CreateSession: {"value":{"capabilities":{"acceptInsecureCerts":false,"acceptSslCerts":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"browserName":"chrome","chrome":{"chromedriverVersion":"2.41.578737 (49da6702b16031c40d63e5618de03a32ff6c197e)","userDataDir":"C:\\Users\\Admin\\AppData\\Local\\Temp\\scoped_dir10176_23500"},"cssSelectorsEnabled":true,"databaseEnabled":false,"goog:chromeOptions":{"debuggerAddress":"localhost:24682"},"handlesAlerts":true,"hasTouchScreen":false,"javascriptEnabled":true,"locationContextEnabled":true,"mobileEmulationEnabled":false,"nativeEvents":true,"networkConnectionEnabled":false,"pageLoadStrategy":"normal","platform":"Windows NT","rotatable":false,"setWindowRect":true,"takesHeapSnapshot":true,"takesScreenshot":true,"unexpectedAlertBehaviour":"","version":"69.0.3497.81","webStorageEnabled":true},"sessionId":"570fd6c710831f389894fdddfd9c6afd"}} __WD_Post: URL=HTTP://127.0.0.1:9515/session/570fd6c710831f389894fdddfd9c6afd/url; $sData={"url":"https://youtube.com"} __WD_Post: StatusCode=200; ResponseText={"value":null} _WD_Navigate: {"value":null} __WD_Post: URL=HTTP://127.0.0.1:9515/session/570fd6c710831f389894fdddfd9c6afd/element; $sData={"using":"xpath","value":"//iframe[contains(@src,'http://imasdk.googleapis.com/js/core/bridge3.234.1_en.html#goog_')]"} __WD_Post: StatusCode=200; ResponseText={"value":{"element-6066-11e4-a52e-4f735466cecf":"c8965b93-c60b-48f2-b8a1-be1d0c2ffd71"}} _WD_FindElement: {"value":{"element-6066-11e4-a52e-4f735466cecf":"c8965b93-c60b-48f2-b8a1-be1d0c2ffd71"}} Finding Frame result (c8965b93-c60b-48f2-b8a1-be1d0c2ffd71) __WD_Post: URL=HTTP://127.0.0.1:9515/session/570fd6c710831f389894fdddfd9c6afd/frame; $sData={"id":{"element-6066-11e4-a52e-4f735466cecf":"c8965b93-c60b-48f2-b8a1-be1d0c2ffd71"}} __WD_Post: StatusCode=500; ResponseText={"value":{"error":"unknown error","message":"missing 'ELEMENT'(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x011342E0+803552]\n\tOrdinal0 [0x010DE1BD+451005]\n\tOrdinal0 [0x010B925D+299613]\n\tOrdinal0 [0x010A0EFF+200447]\n\tOrdinal0 [0x01098E6D+167533]\n\tOrdinal0 [0x010A022B+197163]\n\tOrdinal0 [0x01098D3B+167227]\n\tOrdinal0 [0x01082418+74776]\n\tOrdinal0 [0x01083876+79990]\n\tOrdinal0 [0x01083810+79888]\n\tOrdinal0 [0x0113EB32+846642]\n\tOrdinal0 [0x010EA55E+501086]\n\tOrdinal0 [0x010EA883+501891]\n\tOrdinal0 [0x010EAA03+502275]\n\tOrdinal0 [0x0113FE37+851511]\n\tOrdinal0 [0x010EA29F+500383]\n\tOrdinal0 [0x010F47AE+542638]\n\tOrdinal0 [0x010FFABB+588475]\n\tOrdinal0 [0x010FFC25+588837]\n\tOrdinal0 [0x010FEDDB+585179]\n\tBaseThreadInitThunk [0x764E8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x77B558ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x77B558BD+205]\n"}} _WD_Window: {"value":{"error":"unknown error","message":"missing 'ELEMENT'(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x011342E0+803552]\n\tOrdinal0 [0x010DE1BD+451005]\n\tOrdinal0 [0x010B925D+299613]\n\tOrdinal0 [0x010A0EFF+200447]\n\tOrdinal0 [0x01098E6D+167533]\n\tOrdinal0 [0x010A022B+197163]\n\tOrdinal0 [0x01098D3B+167227]\n\tOrdinal0 [0x01082418+74776]\n\tOrdinal0 [0x01083876+79990]\n\tOrdinal0 [0x01083810+79888]\n\tOrdinal0 [0x0113EB32+846642]\n\tOrdinal0 [0x010EA55E+501086]\n\tOrdinal0 [0x010EA883+501891]\n\tOrdinal0 [0x010EAA03+502275]\n\tOrdinal0 [0x0113FE37+851511]\n\tOrdinal0 [0x010EA29F+500383]\n\tOrdinal0 [0x010F47AE+542638]\n\tOrdinal0 [0x010FFABB+588475]\n\tOrdinal0 [0x010FFC25+588837]\n\tOrdinal0 [0x010FEDDB+585179]\n\tBaseThreadInitThunk [0x764E8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x77B558ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x77B558BD+205]\n"}} __WD_Post: URL=HTTP://127.0.0.1:9515/session/570fd6c710831f389894fdddfd9c6afd/element; $sData={"using":"xpath","value":"//button[contains(@class, 'videoAdUiSkipButton') and contains(@class,'videoAdUiAction') and contains(@class,'videoAdUiRedesignedSkipButtonng-binding')]"} __WD_Post: StatusCode=404; ResponseText={"value":{"error":"no such element","message":"Unable to locate element{\"method\"\"xpath\",\"selector\"\"//button[contains(@class, 'videoAdUiSkipButton') and contains(@class,'videoAdUiAction') and contains(@class,'videoAdUiRedesignedSkipButtonng-binding')]\"}(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x011342E0+803552]\n\tOrdinal0 [0x010DE1BD+451005]\n\tOrdinal0 [0x010B925D+299613]\n\tOrdinal0 [0x0108777E+96126]\n\tOrdinal0 [0x010A15E0+202208]\n\tOrdinal0 [0x01098EA0+167584]\n\tOrdinal0 [0x010A022B+197163]\n\tOrdinal0 [0x01098D3B+167227]\n\tOrdinal0 [0x01082418+74776]\n\tOrdinal0 [0x01083876+79990]\n\tOrdinal0 [0x01083810+79888]\n\tOrdinal0 [0x0113EB32+846642]\n\tOrdinal0 [0x010EA55E+501086]\n\tOrdinal0 [0x010EA883+501891]\n\tOrdinal0 [0x010EAA03+502275]\n\tOrdinal0 [0x0113FE37+851511]\n\tOrdinal0 [0x010EA29F+500383]\n\tOrdinal0 [0x010F47AE+542638]\n\tOrdinal0 [0x010FFABB+588475]\n\tOrdinal0 [0x010FFC25+588837]\n\tOrdinal0 [0x010FEDDB+585179]\n\tBaseThreadInitThunk [0x764E8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x77B558ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x77B558BD+205]\n"}} _WD_FindElement: {"value":{"error":"no such element","message":"Unable to locate element{\"method\"\"xpath\",\"selector\"\"//button[contains(@class, 'videoAdUiSkipButton') and contains(@class,'videoAdUiAction') and contains(@class,'videoAdUiRedesignedSkipButtonng-binding')]\"}(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x011342E0+803552]\n\tOrdinal0 [0x010DE1BD+451005]\n\tOrdinal0 [0x010B925D+299613]\n\tOrdinal0 [0x0108777E+96126]\n\tOrdinal0 [0x010A15E0+202208]\n\tOrdinal0 [0x01098EA0+167584]\n\tOrdinal0 [0x010A022B+197163]\n\tOrdinal0 [0x01098D3B+167227]\n\tOrdinal0 [0x01082418+74776]\n\tOrdinal0 [0x01083876+79990]\n\tOrdinal0 [0x01083810+79888]\n\tOrdinal0 [0x0113EB32+846642]\n\tOrdinal0 [0x010EA55E+501086]\n\tOrdinal0 [0x010EA883+501891]\n\tOrdinal0 [0x010EAA03+502275]\n\tOrdinal0 [0x0113FE37+851511]\n\tOrdinal0 [0x010EA29F+500383]\n\tOrdinal0 [0x010F47AE+542638]\n\tOrdinal0 [0x010FFABB+588475]\n\tOrdinal0 [0x010FFC25+588837]\n\tOrdinal0 [0x010FEDDB+585179]\n\tBaseThreadInitThunk [0x764E8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x77B558ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x77B558BD+205]\n"}} _WD_FindElement ==> No match: HTTP status = 404 Finding The Element result () __WD_Post: URL=HTTP://127.0.0.1:9515/session/570fd6c710831f389894fdddfd9c6afd/element//click; $sData={"id":""} __WD_Post: StatusCode=404; ResponseText={"value":{"error":"stale element reference","message":"element is not attached to the page document(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x011342E0+803552]\n\tOrdinal0 [0x010DE1BD+451005]\n\tOrdinal0 [0x010B925D+299613]\n\tOrdinal0 [0x010BAF1D+306973]\n\tOrdinal0 [0x010BAE06+306694]\n\tOrdinal0 [0x0108816A+98666]\n\tOrdinal0 [0x0108460D+83469]\n\tOrdinal0 [0x01098E6D+167533]\n\tOrdinal0 [0x010843A8+82856]\n\tOrdinal0 [0x01099081+168065]\n\tOrdinal0 [0x010A022B+197163]\n\tOrdinal0 [0x01098D3B+167227]\n\tOrdinal0 [0x01082418+74776]\n\tOrdinal0 [0x01083876+79990]\n\tOrdinal0 [0x01083810+79888]\n\tOrdinal0 [0x0113EB32+846642]\n\tOrdinal0 [0x010EA55E+501086]\n\tOrdinal0 [0x010EA883+501891]\n\tOrdinal0 [0x010EAA03+502275]\n\tOrdinal0 [0x0113FE37+851511]\n\tOrdinal0 [0x010EA29F+500383]\n\tOrdinal0 [0x010F47AE+542638]\n\tOrdinal0 [0x010FFABB+588475]\n\tOrdinal0 [0x010FFC25+588837]\n\tOrdinal0 [0x010FEDDB+585179]\n\tBaseThreadInitThunk [0x764E8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x77B558ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x77B558BD+205]\n"}} _WD_ElementAction: {"value":{"error":"stale element reference","message":"element is not attached to the page document(Session infochrome=69.0.3497.81)","stacktrace":"Backtrace:\n\tOrdinal0 [0x011342E0+803552]\n\tOrdinal0 [0x010DE1BD+451005]\n\tOrdinal0 [0x010B925D+299613]\n\tOrdinal0 [0x010BAF1D+306973]\n\tOrdinal0 [0x010BAE06+306694]\n\tOrdinal0 [0x0108816A+98666]\n\tOrdinal0 [0x0108460D+83469]\n\tOrdinal0 [0x01098E6D+167533]\n\tOrdinal0 [0x010843A8+82856]\n\tOrdinal0 [0x01099081+168065]\n\tOrdinal0 [0x010A022B+197163]\n\tOrdinal0 [0x01098D3B+167227]\n\tOrdinal0 [0x01082418+74776]\n\tOrdinal0 [0x01083876+79990]\n\tOrdinal0 [0x01083810+79888]\n\tOrdinal0 [0x0113EB32+846642]\n\tOrdinal0 [0x010EA55E+501086]\n\tOrdinal0 [0x010EA883+501891]\n\tOrdinal0 [0x010EAA03+502275]\n\tOrdinal0 [0x0113FE37+851511]\n\tOrdinal0 [0x010EA29F+500383]\n\tOrdinal0 [0x010F47AE+542638]\n\tOrdinal0 [0x010FFABB+588475]\n\tOrdinal0 [0x010FFC25+588837]\n\tOrdinal0 [0x010FEDDB+585179]\n\tBaseThreadInitThunk [0x764E8744+36]\n\tRtlGetAppContainerNamedObjectPath [0x77B558ED+253]\n\tRtlGetAppContainerNamedObjectPath [0x77B558BD+205]\n"}} >Exit code: 0 Time: 144.6 Link to comment Share on other sites More sharing options...
Recommended Posts