How to modify css attribute without using javascript in Selenium Webdriver -


is there way modify css attribute without using selenium's driver.execute_script?

no, there not.

selenium meant mimic user interactions browser. setting css attributes not part of normal user interaction browser.

if wish modify css attribute, need use execute-script.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c++ - libcurl curl_easy_setopt "Unknown error" -

protocol buffers - zeromq with protobuf segmentation fault while parsing in c++ -