← Back to team overview

sikuli-driver team mailing list archive

[Question #205160]: search for a field and compare it on the web page

 

New question #205160 on Sikuli:
https://answers.launchpad.net/sikuli/+question/205160

Hi All,
         I am new to programming and would like your help with a task (upgrading a wireless router) that I took up. My earlier question was answered by RaiMan, in which I could launch a browser and go to the gateway. The next part was to check the version, compare if it lower than a specific version and if it is lower than the version, upgrade the unit if not state "Version current". 

My code is something like this and does not seem to work. Please let me know if I am missing something

 version="SoftwareVers.png"
   found=findAll("SoftwareVers.png")
   if found:
       msg="found,What now?"

Not sure if this is also an indent issue. PArdon me iam no python guy or guru :-) 

Thank you all

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.