SAHINNNNNN Posted September 13, 2011 Share Posted September 13, 2011 (edited) AMS'de web sayfasına veri girdirmek mümkün mü? Mesela ben inputtan bir kelime gireceğim benim girdiğim kelimeyi http://www.tdkterim.gov.tr/bts/ adresindeki kutuya yazacak ve arama sonucunda çıkan sayfayı web objecte yükleyecek. Bu tarz bir şey yapmak mümkün müdür? Forumda Autoit ile yapılmış ttnet kota sorgulama programı var. Sanırım o da benim istediğim mantıkla çalışıyor web sitesine veri gönderiyor. Fakat AMS ile yapılmış benzer bir çalışma bulamadım. Anlaşılan konu hakkında fikri olan yok Edited September 16, 2011 by SAHINNNNNN Quote Link to comment Share on other sites More sharing options...
coder_falcon Posted August 30, 2017 Share Posted August 30, 2017 -------------------------------------------------------------------------------------------------input ile site üzerindeki veriyi değiştir. --------------------------------------------- IExplorer.ExecuteJS("Plugin1", "function noError () {return true;} window.onerror = noError;"); mail = Input.GetText("adres"); IExplorer.ExecuteJS("Plugin1", "javascript:void(document.getElementsByClassName(\"buraya o kutunun class kodu \")[0].value =\""..mail.."\");"); -----------------------------------------------------------------------------input ile site üzerindeki veriyi değiştir.--------------------------------------------------------- result = Input.GetText("Input1"); IExplorer.ExecuteJS("Plugin1", "javascript:void(document.getElementsByClassName('bb bc bd')[0].innerHTML =\""..result.."\");"); IExplorer.ExecuteJS("Plugin1", "function noError () {return true;} window.onerror = noError;"); -----------------------------------------------------------------------------Site Buton Tıklama.--------------------------------------------------------- IExplorer.ExecuteJS("Plugin1", "document.getElementsByClassName('_16gh').onclick"); IExplorer.ExecuteJS("Plugin1", "document.getElementsByClassName('_16gh')[0].click();"); -----------------------------------------------------------------------------radio buton seçme--------------------------------------------------------- IExplorer.ExecuteJS("Plugin1", " document.getElementById('177682162373056.2').checked = true"); IExplorer.ExecuteJS("Plugin1", "document.getElementById('177682162373056.2').click();"); -----------------------------------------------------------------------------submit butonlara tıklar--------------------------------------------------------- IExplorer.ExecuteJS("Plugin1", "document.forms[0].submit();",sonu); IExplorer.ExecuteJS("Plugin1", "document.forms[0].submit();"); kolay gelsin 1 Quote Link to comment Share on other sites More sharing options...
PColik Posted February 6, 2018 Share Posted February 6, 2018 (edited) coder_falcon, 30.08.2017 - 15:45 yazdı: -------------------------------------------------------------------------------------------------input ile site üzerindeki veriyi değiştir. --------------------------------------------- IExplorer.ExecuteJS("Plugin1", "function noError () {return true;} window.onerror = noError;"); mail = Input.GetText("adres"); IExplorer.ExecuteJS("Plugin1", "javascript:void(document.getElementsByClassName(\"buraya o kutunun class kodu \")[0].value =\""..mail.."\");"); -----------------------------------------------------------------------------input ile site üzerindeki veriyi değiştir.--------------------------------------------------------- result = Input.GetText("Input1"); IExplorer.ExecuteJS("Plugin1", "javascript:void(document.getElementsByClassName('bb bc bd')[0].innerHTML =\""..result.."\");"); IExplorer.ExecuteJS("Plugin1", "function noError () {return true;} window.onerror = noError;"); -----------------------------------------------------------------------------Site Buton Tıklama.--------------------------------------------------------- IExplorer.ExecuteJS("Plugin1", "document.getElementsByClassName('_16gh').onclick"); IExplorer.ExecuteJS("Plugin1", "document.getElementsByClassName('_16gh')[0].click();"); -----------------------------------------------------------------------------radio buton seçme--------------------------------------------------------- IExplorer.ExecuteJS("Plugin1", " document.getElementById('177682162373056.2').checked = true"); IExplorer.ExecuteJS("Plugin1", "document.getElementById('177682162373056.2').click();"); -----------------------------------------------------------------------------submit butonlara tıklar--------------------------------------------------------- IExplorer.ExecuteJS("Plugin1", "document.forms[0].submit();",sonu); IExplorer.ExecuteJS("Plugin1", "document.forms[0].submit();"); kolay gelsin Kardeşim benimde uzun zamandır aradığım konu buydu, biraz daha açıklayıcı anlatır mısın amatörler için Veya örnek APZ paylaşabilirsen çok iyi olur. Benim yapmaya çalıştığım: Please register to see this content. sitesinde direkt oturum açtırmak Edited February 6, 2018 by PColik Quote Link to comment Share on other sites More sharing options...
coder_falcon Posted March 5, 2018 Share Posted March 5, 2018 Buyur kardeşim Please register to see this content. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.