<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Oracle cloud 自动创建机器脚本]]></title><description><![CDATA[<p dir="auto">等页面加载完<br />
选好你的配置<br />
f12 控制台<br />
ctrl + shift + c 选择创建按钮 <strong>手动点击创建</strong>一次<br />
然后粘贴代码到console运行</p>
<pre><code>function test(){
    var buttons = document.getElementsByClassName("oui-button oui-button-primary")
    for(i=0;i&lt;buttons.length;i++){
        if(buttons[i].innerText==="继续工作"){
            buttons[i].click()
        }
        if(buttons[i].innerText==="创建"){
            var create = buttons[i]
        }
    }
    create.click()
}

id = setInterval(test, 10000)


</code></pre>
<p dir="auto"><a href="https://www.hostloc.com/thread-588521-1-1.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.hostloc.com/thread-588521-1-1.html</a></p>
]]></description><link>https://jike.info/topic/521/oracle-cloud-自动创建机器脚本</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 14:34:27 GMT</lastBuildDate><atom:link href="https://jike.info/topic/521.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Sep 2019 01:24:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Oracle cloud 自动创建机器脚本 on Mon, 23 Sep 2019 03:19:08 GMT]]></title><description><![CDATA[<p dir="auto">已失效！创建机器页面内嵌iframe!</p>
]]></description><link>https://jike.info/post/1049</link><guid isPermaLink="true">https://jike.info/post/1049</guid><dc:creator><![CDATA[malaohu]]></dc:creator><pubDate>Mon, 23 Sep 2019 03:19:08 GMT</pubDate></item></channel></rss>