On Wed, Dec 5, 2012 at 3:22 AM, Oscar Rieken wrote:
@driver.find_element(class: "this class")
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to
selenium-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--@driver.find_element(class: "this class")
On Tue, Dec 4, 2012 at 2:47 PM, dave wrote:
html =
<div class="this class">
(note the space between this and class). When I atttempt to locate using
a = driver.find_element_by_xpath('//div[@class="this class"]')
I cannot locate. I would rather not use a contains() here. Is there a way
to locate this properly? This is not html text so using does not
apply.
Thanks,
Dave
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to
selenium-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msg/selenium-users/-/_xXW8LBP5swJ.
For more options, visit https://groups.google.com/groups/opt_out.
--html =
<div class="this class">
(note the space between this and class). When I atttempt to locate using
a = driver.find_element_by_xpath('//div[@class="this class"]')
I cannot locate. I would rather not use a contains() here. Is there a way
to locate this properly? This is not html text so using does not
apply.
Thanks,
Dave
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to
selenium-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msg/selenium-users/-/_xXW8LBP5swJ.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to
selenium-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group, send email to selenium-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.