这直接取自本W3Schools教程,但我修改了php文件以使用wordpress挂钩和js文件来接受两个变量,以便可以在一个页面:中多次使用它。
我有以下gethint.php文件:
<?php
add_action("wp_ajax_GetHint", "GetHintFunction");
add_action("wp_ajax_nopriv_GetHint", "GetHintFunction");
// embed the javascript file that makes the AJAX request
//
我正在寻找一个StaleElementReferenceException的解决方案,这个解决方案是在使用Selenium导航回上一页时出现的。
下面是再现错误的示例代码:
from selenium.webdriver import Chrome
from selenium.common.exceptions import NoSuchElementException
browser = Chrome()
browser.get('https://stackoverflow.com/questions/')
# Closing the pop-up for cookies
我创建了一个新的.spec文件,其中的测试出现了以下错误: TypeError: Cannot read property 'runnable' of null
at ret (node_modules/selenium-webdriver/testing/index.js:175:25)
at ZoneDelegate.Object.<anonymous>.ZoneDelegate.invoke (node_modules/zone.js/dist/zone.js:388:26)
at ProxyZoneSpec.O